Package | Description |
---|---|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.eval.service | |
com.bigdata.rdf.sparql.ast.service |
This package provides support for SPARQL 1.1 Federated Query, including the
special case of "service" end points which live within the same JVM and use
direct method calls rather than SPARQL Query and remote (HTTP) end points
for which we will generate an appropriate SPARQL query.
|
Modifier and Type | Method and Description |
---|---|
BigdataServiceCall |
AbstractServiceFactory.create(ServiceCallCreateParams params)
Create a
BigdataServiceCall . |
BigdataServiceCall |
SearchInSearchServiceFactory.create(ServiceCallCreateParams params) |
BigdataServiceCall |
GeoSpatialServiceFactory.create(ServiceCallCreateParams createParams) |
BigdataServiceCall |
SearchServiceFactory.create(ServiceCallCreateParams params) |
abstract BigdataServiceCall |
AbstractServiceFactory.create(ServiceCallCreateParams params,
ServiceParams serviceParams)
Implemented by subclasses - verify the group and create the service call.
|
BigdataServiceCall |
SliceServiceFactory.create(ServiceCallCreateParams params,
ServiceParams serviceParams) |
BigdataServiceCall |
ValuesServiceFactory.create(ServiceCallCreateParams params,
ServiceParams serviceParams) |
BigdataServiceCall |
SampleServiceFactory.create(ServiceCallCreateParams params,
ServiceParams serviceParams) |
Modifier and Type | Method and Description |
---|---|
BigdataServiceCall |
BigdataNativeMockServiceFactory.create(ServiceCallCreateParams params) |
Modifier and Type | Method and Description |
---|---|
BigdataServiceCall |
NullServiceFactory.create(ServiceCallCreateParams params) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.