Class SPARQLFederatedService
java.lang.Object
org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
org.eclipse.rdf4j.repository.sparql.federation.SPARQLFederatedService
- All Implemented Interfaces:
FederatedService
Federated Service wrapping the
SPARQLRepository
to communicate with a SPARQL endpoint.- Author:
- Andreas Schwarte
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
boundJoinBlockSize, shutDown
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
ask, evaluate, evaluateInternal, getBoundJoinBlockSize, getConnection, initialize, insertValuesClause, isInitialized, select, setBoundJoinBlockSize, setUseFreshConnection, shutdown
-
Constructor Details
-
SPARQLFederatedService
- Parameters:
serviceUrl
- the serviceUrl use to initialize the innerSPARQLRepository
-