Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
Package
Description
-
Uses of FederatedService in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionprotected FederatedService
DelegateFederatedServiceResolver.createService
(String serviceUrl) DelegateFederatedServiceResolver.getService
(String serviceUrl) -
Uses of FederatedService in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeMethodDescriptionEvaluationStrategy.getService
(String serviceUrl) Retrieve theFederatedService
registered for serviceUrl. -
Uses of FederatedService in org.eclipse.rdf4j.query.algebra.evaluation.federation
Modifier and TypeFieldDescriptionprotected Map<String,
FederatedService> AbstractFederatedServiceResolver.endpointToService
Map service URL to the corresponding initializedFederatedService
Modifier 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.Modifier 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
-
Uses of FederatedService in org.eclipse.rdf4j.repository.sparql.federation
Modifier and TypeClassDescriptionclass
Federated Service wrapping theRepository
to communicate with a SPARQL endpoint.class
Federated Service wrapping theSPARQLRepository
to communicate with a SPARQL endpoint.Modifier and TypeMethodDescriptionprotected FederatedService
SPARQLServiceResolver.createService
(String serviceUrl)