| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.algebra |
Query Algebra
|
| org.eclipse.rdf4j.query.algebra.evaluation.federation | |
| org.eclipse.rdf4j.query.algebra.helpers | |
| org.eclipse.rdf4j.repository.sparql.federation |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryModelVisitor.meet(Service node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FederatedService.ask(Service service,
BindingSet bindings,
String baseUri)
Evaluate the provided SPARQL ASK query at this federated service.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.select(Service service,
Set<String> projectionVars,
BindingSet bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQueryModelVisitor.meet(Service node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RepositoryFederatedService.ask(Service service,
BindingSet bindings,
String baseUri)
Evaluate the provided sparqlQueryString at the initialized
Repository of this
FederatedService. |
CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.evaluateInternal(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the SPARQL query that can be constructed from the SERVICE node at the initialized
Repository of this FederatedService. |
CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.select(Service service,
Set<String> projectionVars,
BindingSet bindings,
String baseUri)
Evaluate the provided sparqlQueryString at the initialized
Repository of this
FederatedService. |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.