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.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.FederatedService.evaluate
(Service service, CloseableIteration<BindingSet> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.FederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided SPARQL query at this federated service.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type ServiceModifierConstructorDescriptionServiceJoinIterator
(CloseableIteration<BindingSet> 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 TypeMethodDescriptionvoid
protected QueryEvaluationStep
DefaultEvaluationStrategy.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> bindings, String baseUri) protected CloseableIteration
<BindingSet> RepositoryFederatedService.evaluateInternal
(Service service, CloseableIteration<BindingSet> 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
.