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 | Class and Description |
---|---|
class |
GASService
A SERVICE that exposes
IGASProgram s for SPARQL execution. |
Modifier and Type | Class and Description |
---|---|
class |
RDRHistoryServiceFactory |
Modifier and Type | Class and Description |
---|---|
class |
DescribeServiceFactory
This service tracks KB updates via an
IChangeLog and is responsible
for DESCRIBE cache invalidation for resources for which an update has been
observed. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceFactory
An abstract
ServiceFactory that deals with service parameters (magic
predicates that configure the service) in a standardized manner using the
ServiceParams helper class. |
class |
AbstractServiceFactoryBase
Base class for abstract services, providing base implementation for
getRequiredBound and getDesiredBound methods (which can be overridden
by subclasses).
|
class |
CustomServiceFactoryBase
Base class for abstract services, providing base implementation for
getRequiredBound and getDesiredBound methods (which can be overridden
by subclasses).
|
class |
GeoSpatialServiceFactory
A factory for a geospatial service, see
GeoSpatial.SEARCH . |
class |
SampleServiceFactory
A factory for a statement pattern sampling service.
|
class |
SearchInSearchServiceFactory
A factory for a "search in search" service.
|
class |
SearchServiceFactory
A factory for a search service.
|
class |
SliceServiceFactory
A factory for a statement pattern slicing service.
|
class |
ValuesServiceFactory
A factory for a service that simulates the VALUES syntax in SPARQL:
service bd:values {
# service params
bd:serviceParam bd:values.var ?var .
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataNativeMockServiceFactory
Mock service reports the solutions provided in the constructor.
|
class |
OpenrdfNativeMockServiceFactory
Mock service reports the solutions provided in the constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomServiceFactory
Interface for custom services.
|
Modifier and Type | Class and Description |
---|---|
class |
NullServiceFactory
This service factory will always produce empty result.
|
class |
RemoteServiceFactoryImpl
A factory for service calls against remote SPARQL end points.
|
Modifier and Type | Method and Description |
---|---|
ServiceFactory |
ServiceRegistry.get(org.openrdf.model.URI serviceURI)
Return the
ServiceFactory for that URI. |
ServiceFactory |
ServiceRegistry.getDefaultServiceFactory() |
ServiceFactory |
ServiceRegistry.getNullServiceFactory() |
ServiceFactory |
ServiceNode.getResponsibleServiceFactory()
Returns the service factory that is responsible for handling this
service node.
|
ServiceFactory |
ServiceRegistry.getServiceFactoryByServiceURI(org.openrdf.model.URI serviceUri)
Maps a URI to a service factory.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistry.add(org.openrdf.model.URI serviceURI,
ServiceFactory factory)
Register a service.
|
void |
ServiceRegistry.setDefaultServiceFactory(ServiceFactory defaultServiceFactory)
Set the default
ServiceFactory . |
Modifier and Type | Class and Description |
---|---|
class |
HistoryServiceFactory
This service tracks KB updates via an
IChangeLog and is responsible
for maintaining an ordered index over the assertions that have been added to
or removed from a KB instance. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleStoredQueryService
Simple stored query consisting of a parameterized SPARQL query.
|
class |
StoredQueryService
A SERVICE that exposes a stored query for execution.
|
Modifier and Type | Class and Description |
---|---|
class |
FulltextSearchServiceFactory
A factory for an external fulltext search services (such as Solr).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.