| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
| org.eclipse.rdf4j.query.algebra.evaluation.federation | |
| org.eclipse.rdf4j.query.algebra.helpers |
| 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) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.