Package | Description |
---|---|
org.openrdf.query.algebra.evaluation.federation |
Modifier and Type | Method and Description |
---|---|
static FederatedService.QueryType |
FederatedService.QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FederatedService.QueryType[] |
FederatedService.QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluate(String sparqlQueryString,
BindingSet bindings,
String baseUri,
FederatedService.QueryType type,
Service service)
Evaluate the provided sparqlQueryString at the initialized
SPARQLRepository of this FederatedService . |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(String sparqlQueryString,
BindingSet bindings,
String baseUri,
FederatedService.QueryType type,
Service service)
Evaluate the provided SPARQL query at this federated service.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.