Uses of Class
org.eclipse.rdf4j.query.algebra.Service
-
Packages that use Service Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.algebra.evaluation.federation org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries.org.eclipse.rdf4j.repository.sparql.federation org.eclipse.rdf4j.spin 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 Service Modifier and Type Method Description Service
Service. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type Service Modifier and Type Method Description void
QueryModelVisitor. meet(Service node)
-
Uses of Service in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type Service Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
EvaluationStrategy. evaluate(Service expr, java.lang.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 Service Modifier and Type Field Description protected Service
ServiceJoinIterator. service
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type Service Modifier and Type Method Description boolean
FederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)
Evaluate the provided SPARQL ASK query at this federated service.boolean
TupleFunctionFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)
CloseableIteration<BindingSet,QueryEvaluationException>
FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)
CloseableIteration<BindingSet,QueryEvaluationException>
FederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)
Evaluate the provided SPARQL query at this federated service.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type Service Constructor Description ServiceJoinIterator(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 Service Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Service service, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Service service, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
EvaluationStatistics.CardinalityCalculator. meet(Service node)
protected QueryEvaluationStep
DefaultEvaluationStrategy. 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 Service Modifier and Type Field Description private Service
ServiceQueryEvaluationStep. service
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type Service Modifier and Type Method Description private java.util.Set<Var>
ServiceQueryEvaluationStep. getBoundVariables(Service service)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type Service Constructor Description ServiceQueryEvaluationStep(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 Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(Service node)
void
AbstractSimpleQueryModelVisitor. meet(Service node)
void
StatementPatternVisitor. meet(Service node)
-
Uses of Service in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Service Modifier and Type Method Description void
ParsedQueryPreprocessor. meet(Service node)
void
PreprocessedQuerySerializer. meet(Service node)
-
Uses of Service in org.eclipse.rdf4j.repository.sparql.federation
Fields in org.eclipse.rdf4j.repository.sparql.federation declared as Service Modifier and Type Field Description private Service
RepositoryFederatedService.BatchingServiceIteration. service
private Service
RepositoryFederatedService.FallbackServiceIteration. service
Methods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type Service Modifier and Type Method Description boolean
RepositoryFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)
Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.CloseableIteration<BindingSet,QueryEvaluationException>
RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)
protected CloseableIteration<BindingSet,QueryEvaluationException>
RepositoryFederatedService. evaluateInternal(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)
Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepository
of thisFederatedService
.private CloseableIteration<BindingSet,QueryEvaluationException>
RepositoryFederatedService. evaluateInternalFallback(Service service, java.util.List<BindingSet> allBindings, java.lang.String baseUri)
Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration
, i.e.CloseableIteration<BindingSet,QueryEvaluationException>
RepositoryFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)
Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.Constructors in org.eclipse.rdf4j.repository.sparql.federation with parameters of type Service Constructor Description BatchingServiceIteration(CloseableIteration<BindingSet,QueryEvaluationException> inputBindings, int blockSize, Service service)
FallbackServiceIteration(Service service, java.util.List<BindingSet> allBindings, java.lang.String baseUri)
-
Uses of Service in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type Service Modifier and Type Method Description void
SpinRenderer.SpinVisitor. meet(Service node)
-