Uses of Class
org.eclipse.rdf4j.query.algebra.Service
Packages that use Service
Package
Description
Abstract Query Algebra model.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
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 TypeMethodDescriptionbooleanFederatedService.ask(Service service, BindingSet bindings, String baseUri) Evaluate the provided SPARQL ASK query at this federated service.booleanTupleFunctionFederatedService.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 TypeMethodDescriptionDefaultEvaluationStrategy.evaluate(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Service service, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.voidprotected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Service service, QueryEvaluationContext context) -
Uses of Service in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps declared as ServiceMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type ServiceConstructors 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.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Service -
Uses of Service in org.eclipse.rdf4j.repository.sparql.federation
Fields in org.eclipse.rdf4j.repository.sparql.federation declared as ServiceModifier and TypeFieldDescriptionprivate final ServiceRepositoryFederatedService.BatchingServiceIteration.serviceprivate final ServiceRepositoryFederatedService.FallbackServiceIteration.serviceMethods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type ServiceModifier and TypeMethodDescriptionbooleanRepositoryFederatedService.ask(Service service, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepositoryof 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 initializedRepositoryof thisFederatedService.RepositoryFederatedService.evaluateInternalFallback(Service service, List<BindingSet> allBindings, String baseUri) Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration, i.e.RepositoryFederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.Constructors in org.eclipse.rdf4j.repository.sparql.federation with parameters of type ServiceModifierConstructorDescriptionBatchingServiceIteration(CloseableIteration<BindingSet, QueryEvaluationException> inputBindings, int blockSize, Service service) FallbackServiceIteration(Service service, List<BindingSet> allBindings, String baseUri) -
Uses of Service in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type Service