| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.algebra.evaluation.federation |
| 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 |
AbstractFederatedServiceResolver.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 |
AbstractFederatedServiceResolver.registerService(String serviceUrl,
FederatedService service)
Register the specified service to evaluate SERVICE expressions for the given url.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.