Modifier and Type | Method and Description |
---|---|
FederatedService |
EvaluationStrategy.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
Modifier and Type | Class and Description |
---|---|
class |
TupleFunctionFederatedService
A federated service that can evaluate
TupleFunction s. |
Modifier and Type | Field and Description |
---|---|
protected Map<String,FederatedService> |
AbstractFederatedServiceResolver.endpointToService
Map service URL to the corresponding initialized
FederatedService |
Modifier and Type | Method and Description |
---|---|
protected abstract FederatedService |
AbstractFederatedServiceResolver.createService(String serviceUrl)
Create a new
FederatedService for the given serviceUrl. |
FederatedService |
FederatedServiceResolver.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
FederatedService |
AbstractFederatedServiceResolver.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFederatedServiceResolver.registerService(String serviceUrl,
FederatedService service)
Register the specified service to evaluate SERVICE expressions for the given url.
|
Modifier and Type | Method and Description |
---|---|
FederatedService |
StrictEvaluationStrategy.getService(String 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 | Method and Description |
---|---|
protected FederatedService |
SPARQLServiceResolver.createService(String serviceUrl) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.