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 ServiceService. clone()Methods in org.eclipse.rdf4j.query.algebra with parameters of type Service Modifier and Type Method Description voidQueryModelVisitor. 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 ServiceServiceJoinIterator. serviceMethods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type Service Modifier and Type Method Description booleanFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)Evaluate the provided SPARQL ASK query at this federated service.booleanTupleFunctionFederatedService. 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.voidEvaluationStatistics.CardinalityCalculator. meet(Service node)protected 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 Service Modifier and Type Field Description private ServiceServiceQueryEvaluationStep. serviceMethods 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 voidAbstractQueryModelVisitor. meet(Service node)voidAbstractSimpleQueryModelVisitor. meet(Service node)voidStatementPatternVisitor. 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 voidParsedQueryPreprocessor. meet(Service node)voidPreprocessedQuerySerializer. 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 ServiceRepositoryFederatedService.BatchingServiceIteration. serviceprivate ServiceRepositoryFederatedService.FallbackServiceIteration. serviceMethods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type Service Modifier and Type Method Description booleanRepositoryFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)Evaluate the provided sparqlQueryString at the initializedRepositoryof 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 initializedRepositoryof 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 initializedRepositoryof 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 voidSpinRenderer.SpinVisitor. meet(Service node)
-