Class SPARQLFederatedService
java.lang.Object
org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
org.eclipse.rdf4j.repository.sparql.federation.SPARQLFederatedService
org.eclipse.rdf4j.query.algebra.evaluation.federation.SPARQLFederatedService
- All Implemented Interfaces:
FederatedService
Deprecated.
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
ConstructorDescriptionSPARQLFederatedService
(String serviceUrl, HttpClientSessionManager client) Deprecated. -
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
Deprecated.
-
SPARQLFederatedService