Uses of Class
org.eclipse.rdf4j.query.algebra.Service
Packages that use Service
Package
Description
Abstract Query Algebra model.
-
Uses of Service in org.eclipse.rdf4j.federated.algebra
Fields in org.eclipse.rdf4j.federated.algebra declared as ServiceMethods in org.eclipse.rdf4j.federated.algebra that return ServiceConstructors in org.eclipse.rdf4j.federated.algebra with parameters of type Service -
Uses of Service in org.eclipse.rdf4j.federated.evaluation
Method parameters in org.eclipse.rdf4j.federated.evaluation with type arguments of type ServiceModifier and TypeMethodDescriptionprotected boolean
FederationEvalStrategy.propagateServices(List<Service> serviceNodes)
Whether to propagate aSingleSourceQuery
containing SERVICE clauses. -
Uses of Service in org.eclipse.rdf4j.federated.optimizer
Fields in org.eclipse.rdf4j.federated.optimizer with type parameters of type ServiceMethods in org.eclipse.rdf4j.federated.optimizer that return types with arguments of type ServiceMethods in org.eclipse.rdf4j.federated.optimizer with parameters of type ServiceModifier and TypeMethodDescriptionvoid
void
void
void
void
protected TupleExpr
ServiceOptimizer.optimizeService(Service service)
-
Uses of Service in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return ServiceMethods in org.eclipse.rdf4j.query.algebra with parameters of type Service -
Uses of Service in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ServiceModifier and TypeMethodDescriptionEvaluationStrategy.evaluate(Service expr, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input. -
Uses of Service in org.eclipse.rdf4j.query.algebra.evaluation.federation
Fields in org.eclipse.rdf4j.query.algebra.evaluation.federation declared as ServiceMethods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type ServiceModifier and TypeMethodDescriptionboolean
FederatedService.ask(Service service, BindingSet bindings, String baseUri)
Evaluate the provided SPARQL ASK query at this federated service.boolean
TupleFunctionFederatedService.ask(Service service, BindingSet bindings, String baseUri)
FederatedService.evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)
FederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
Evaluate the provided SPARQL query at this federated service.TupleFunctionFederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type ServiceModifierConstructorDescriptionServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation. -
Uses of Service in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ServiceModifier and TypeMethodDescriptionStrictEvaluationStrategy.evaluate(Service service, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate(Service service, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
protected QueryEvaluationStep
StrictEvaluationStrategy.prepare(Service service, QueryEvaluationContext context)
-
Uses of Service in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type ServiceModifierConstructorDescriptionServiceQueryEvaluationStep(Service service, Var serviceRef, FederatedServiceResolver serviceResolver)
-
Uses of Service in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Service -
Uses of Service in org.eclipse.rdf4j.repository.sparql.federation
Methods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type ServiceModifier and TypeMethodDescriptionboolean
RepositoryFederatedService.ask(Service service, BindingSet bindings, String baseUri)
Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.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 initializedRepository
of thisFederatedService
.RepositoryFederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.