Package | Description |
---|---|
org.openrdf.query.algebra |
Query Algebra
|
org.openrdf.query.algebra.evaluation.federation | |
org.openrdf.query.algebra.evaluation.impl | |
org.openrdf.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 | Field and Description |
---|---|
protected Service |
ServiceJoinIterator.service |
protected Service |
ServiceFallbackIteration.service |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
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> |
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.
|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluateInternal(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the SPARQL query that can be constructed from the SERVICE node at
the initialized
SPARQLRepository of this FederatedService . |
Constructor and Description |
---|
ServiceFallbackIteration(Service service,
String preparedQuery,
Collection<BindingSet> bindings,
FederatedService federatedService) |
ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
Service service,
BindingSet bindings,
EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Service service,
BindingSet bindings) |
void |
EvaluationStatistics.CardinalityCalculator.meet(Service node) |
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitorBase.meet(Service node) |
Copyright © 2001-2013 Aduna. All Rights Reserved.