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.
|
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 |
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 |
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 | 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 | 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.