Package | Description |
---|---|
com.bigdata.rdf.graph.impl.bd | |
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.sparql.ast.cache | |
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.
|
com.bigdata.rdf.sparql.ast.service.history | |
com.bigdata.rdf.sparql.ast.service.storedquery |
An embedded SERVICE that permits an application to register and execute
stored queries.
|
com.bigdata.service.fts |
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
GASService.create(ServiceCallCreateParams params) |
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
RDRHistoryServiceFactory.create(ServiceCallCreateParams params)
Instantiate the service call with the supplied params.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
DescribeServiceFactory.create(ServiceCallCreateParams params)
TODO Implement: The
DescribeServiceFactory COULD be integrated
into query processing using a rewrite of a DESCRIBE or a star-join into
an invocation of this service. |
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) |
static ServiceParams |
ServiceParams.gatherServiceParams(ServiceCallCreateParams createParams)
Gather the service params (any statement patterns with the subject of
BD.SERVICE_PARAM . |
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
OpenrdfNativeMockServiceFactory.create(ServiceCallCreateParams params) |
BigdataServiceCall |
BigdataNativeMockServiceFactory.create(ServiceCallCreateParams params) |
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
ServiceFactory.create(ServiceCallCreateParams params)
Create a service invocation object.
|
RemoteServiceCall |
RemoteServiceFactoryImpl.create(ServiceCallCreateParams params) |
BigdataServiceCall |
NullServiceFactory.create(ServiceCallCreateParams params) |
Constructor and Description |
---|
RemoteServiceCallImpl(ServiceCallCreateParams params) |
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
HistoryServiceFactory.create(ServiceCallCreateParams params)
TODO Implement: Query should support an index scan of a date range with
optional filters on the (s,p,o,c) and add/remove flags.
|
Modifier and Type | Method and Description |
---|---|
ExternalServiceCall |
StoredQueryService.create(ServiceCallCreateParams params) |
ExternalServiceCall |
StoredQueryService.create(ServiceCallCreateParams createParams,
ServiceParams serviceParams) |
protected org.openrdf.query.TupleQueryResult |
SimpleStoredQueryService.doQuery(BigdataSailRepositoryConnection cxn,
ServiceCallCreateParams createParams,
ServiceParams serviceParams)
Executes the SPARQL query returned by
SimpleStoredQueryService.getQuery(ServiceCallCreateParams, ServiceParams) |
protected abstract org.openrdf.query.TupleQueryResult |
StoredQueryService.doQuery(BigdataSailRepositoryConnection cxn,
ServiceCallCreateParams createParams,
ServiceParams serviceParams)
Abstract method for core application logic.
|
protected abstract String |
SimpleStoredQueryService.getQuery(ServiceCallCreateParams createParams,
ServiceParams serviceParams)
Return the SPARQL query to be evaluated.
|
Modifier and Type | Method and Description |
---|---|
MockIVReturningServiceCall |
FulltextSearchServiceFactory.create(ServiceCallCreateParams params) |
static Properties |
FulltextSearchServiceFactory.getStoreProps(ServiceCallCreateParams params) |
Constructor and Description |
---|
FulltextSearchServiceFactory.FulltextSearchMultiHiterator(IBindingSet[] bindingSet,
TermNode query,
TermNode endpoint,
TermNode endpointType,
TermNode params,
TermNode searchField,
TermNode scoreField,
TermNode snippetField,
TermNode searchResultType,
TermNode searchTimeout,
FulltextSearchServiceFactory.FulltextSearchDefaults defaults,
ServiceCallCreateParams serviceCallParams) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.