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 | |
com.bigdata.rdf.sparql.ast.service.storedquery |
An embedded SERVICE that permits an application to register and execute
stored queries.
|
Modifier and Type | Method and Description |
---|---|
IServiceOptions |
GASService.getServiceOptions() |
Modifier and Type | Method and Description |
---|---|
IServiceOptions |
RDRHistoryServiceFactory.getServiceOptions() |
Modifier and Type | Method and Description |
---|---|
IServiceOptions |
DescribeServiceFactory.getServiceOptions() |
Modifier and Type | Method and Description |
---|---|
IServiceOptions |
OpenrdfNativeMockServiceFactory.getServiceOptions() |
IServiceOptions |
BigdataNativeMockServiceFactory.getServiceOptions() |
Modifier and Type | Interface and Description |
---|---|
interface |
INativeServiceOptions
Additional options for native services.
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataNativeServiceOptions
Service options base class for bigdata aware services.
|
class |
OpenrdfNativeServiceOptions
Service options base class for with JVM services which handle openrdf
BindingSet s rather than bigdata IBindingSet s. |
class |
RemoteServiceOptions
Configurable options for a remote service end point.
|
class |
ServiceOptionsBase |
Modifier and Type | Method and Description |
---|---|
IServiceOptions |
ServiceFactory.getServiceOptions()
Return options for the service end point.
|
IServiceOptions |
ServiceCallCreateParams.getServiceOptions()
The configuration options associated with the
ServiceFactory . |
IServiceOptions |
NullServiceFactory.getServiceOptions() |
IServiceOptions |
ServiceCall.getServiceOptions()
Return options and metadata for the service end point.
|
Modifier and Type | Method and Description |
---|---|
static IRemoteSparqlQueryBuilder |
RemoteSparqlBuilderFactory.get(IServiceOptions serviceOptions,
ServiceNode serviceNode,
org.openrdf.query.BindingSet[] bindingSets) |
Modifier and Type | Method and Description |
---|---|
IServiceOptions |
HistoryServiceFactory.getServiceOptions() |
Modifier and Type | Method and Description |
---|---|
IServiceOptions |
StoredQueryService.getServiceOptions() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.