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.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 |
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 |
---|---|
ServiceCall<?> |
OpenrdfNativeMockServiceFactory.create(ServiceCallCreateParams params) |
Modifier and Type | Interface and Description |
---|---|
interface |
BigdataServiceCall
Service invocation interface for an in-process service which knows how to
process
IV s. |
interface |
ExternalServiceCall
Service invocation interface for an external (non-bigdata, but same JVM)
service.
|
interface |
MockIVReturningServiceCall
Service invocation interface for an external (non-bigdata) service.
|
interface |
RemoteServiceCall
Service invocation interface for an REMOTE SPARQL service.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteServiceCallImpl
This class handles vectored remote service invocation by generating an
appropriate SPARQL query (with BINDINGS) and an appropriate HTTP request.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
ServiceFactory.create(ServiceCallCreateParams params)
Create a service invocation object.
|
ServiceCall<? extends Object> |
ServiceRegistry.toServiceCall(AbstractTripleStore store,
org.eclipse.jetty.client.HttpClient cm,
org.openrdf.model.URI serviceURI,
ServiceNode serviceNode,
BaseJoinStats stats)
Resolve a
ServiceCall for a service URI . |
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.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.