Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
Packages that use FederatedService
Package
Description
-
Uses of FederatedService in org.eclipse.rdf4j.federated.evaluation
Methods in org.eclipse.rdf4j.federated.evaluation that return FederatedServiceModifier and TypeMethodDescriptionprotected FederatedService
DelegateFederatedServiceResolver.createService
(String serviceUrl) DelegateFederatedServiceResolver.getService
(String serviceUrl) -
Uses of FederatedService in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return FederatedServiceModifier and TypeMethodDescriptionEvaluationStrategy.getService
(String serviceUrl) Retrieve theFederatedService
registered for serviceUrl. -
Uses of FederatedService in org.eclipse.rdf4j.query.algebra.evaluation.federation
Fields in org.eclipse.rdf4j.query.algebra.evaluation.federation with type parameters of type FederatedServiceModifier and TypeFieldDescriptionprotected Map
<String, FederatedService> AbstractFederatedServiceResolver.endpointToService
Map service URL to the corresponding initializedFederatedService
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return FederatedServiceModifier and TypeMethodDescriptionprotected abstract FederatedService
AbstractFederatedServiceResolver.createService
(String serviceUrl) Create a newFederatedService
for the given serviceUrl.AbstractFederatedServiceResolver.getService
(String serviceUrl) Retrieve theFederatedService
registered for serviceUrl.FederatedServiceResolver.getService
(String serviceUrl) Retrieve theFederatedService
registered for serviceUrl.Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type FederatedServiceModifier and TypeMethodDescriptionvoid
AbstractFederatedServiceResolver.registerService
(String serviceUrl, FederatedService service) Register the specified service to evaluate SERVICE expressions for the given url. -
Uses of FederatedService in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return FederatedService -
Uses of FederatedService in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement FederatedServiceModifier and TypeClassDescriptionclass
Federated Service wrapping theRepository
to communicate with a SPARQL endpoint.class
Federated Service wrapping theSPARQLRepository
to communicate with a SPARQL endpoint.Methods in org.eclipse.rdf4j.repository.sparql.federation that return FederatedServiceModifier and TypeMethodDescriptionprotected FederatedService
SPARQLServiceResolver.createService
(String serviceUrl)