Class SPARQLFederatedService
java.lang.Object
org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
org.eclipse.rdf4j.repository.sparql.federation.SPARQLFederatedService
- All Implemented Interfaces:
FederatedService
- Direct Known Subclasses:
SPARQLFederatedService
Federated Service wrapping the
SPARQLRepository to communicate with a SPARQL endpoint.-
Field Summary
Fields inherited from class RepositoryFederatedService
boundJoinBlockSize, logger, shutDown -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static SPARQLRepositorycreateSPARQLRepository(String serviceUrl, HttpClientSessionManager client) 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
-
-
Method Details
-
createSPARQLRepository
private static SPARQLRepository createSPARQLRepository(String serviceUrl, HttpClientSessionManager client)
-