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.federation org.eclipse.rdf4j.query.algebra.helpers -
-
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.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type Service Modifier and Type Method Description booleanFederatedService. ask(Service service, BindingSet bindings, String baseUri)Evaluate the provided SPARQL ASK query at this federated service.org.eclipse.rdf4j.common.iteration.CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. evaluate(Service service, org.eclipse.rdf4j.common.iteration.CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.org.eclipse.rdf4j.common.iteration.CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)Evaluate the provided SPARQL query at this federated service. -
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)
-