| Package | Description |
|---|---|
| org.openrdf.query.algebra.evaluation.federation |
| Modifier and Type | Class and Description |
|---|---|
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 | Method and Description |
|---|---|
FederatedService |
FederatedServiceManager.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
| Modifier and Type | Method and Description |
|---|---|
void |
FederatedServiceManager.registerService(String serviceUrl,
FederatedService service)
Register the specified service to evaluate SERVICE expressions for the
given url.
|
| Constructor and Description |
|---|
ServiceFallbackIteration(Service service,
String preparedQuery,
Collection<BindingSet> bindings,
FederatedService federatedService) |
Copyright © 2001-2014 Aduna. All Rights Reserved.