Package | Description |
---|---|
org.openrdf.query.algebra.evaluation | |
org.openrdf.query.algebra.evaluation.federation | |
org.openrdf.query.algebra.evaluation.impl |
Modifier and Type | Method and Description |
---|---|
FederatedService |
EvaluationStrategy.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryFederatedService
Federated Service wrapping the
Repository to communicate with a
SPARQL endpoint. |
class |
SPARQLFederatedService
Federated Service wrapping the
SPARQLRepository to communicate with a
SPARQL endpoint. |
Modifier and Type | Field and Description |
---|---|
protected FederatedService |
ServiceFallbackIteration.federatedService |
Modifier and Type | Field and Description |
---|---|
protected Map<String,FederatedService> |
FederatedServiceResolverBase.endpointToService
Map service URL to the corresponding initialized
FederatedService |
Modifier and Type | Method and Description |
---|---|
protected FederatedService |
FederatedServiceResolverImpl.createService(String serviceUrl) |
protected abstract FederatedService |
FederatedServiceResolverBase.createService(String serviceUrl)
Create a new
FederatedService for the given serviceUrl. |
FederatedService |
FederatedServiceResolverBase.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
FederatedService |
FederatedServiceResolver.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
Modifier and Type | Method and Description |
---|---|
void |
FederatedServiceResolverBase.registerService(String serviceUrl,
FederatedService service)
Register the specified service to evaluate SERVICE expressions for the
given url.
|
Constructor and Description |
---|
ServiceFallbackIteration(Service service,
Set<String> projectionVars,
Collection<BindingSet> bindings,
FederatedService federatedService) |
Modifier and Type | Method and Description |
---|---|
FederatedService |
EvaluationStrategyImpl.getService(String serviceUrl) |
Copyright © 2001–2016 Aduna. All rights reserved.