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 RepositoryFederatedService
boundJoinBlockSize, shutDown - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class 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
 
 -