Uses of Class
org.eclipse.rdf4j.query.QueryEvaluationException
Packages that use QueryEvaluationException
Package
Description
Interfaces and classes for handling queries and query results.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
A repository wrapper which supports auto-loading of datasets specified in a query.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepositoryA
Repository that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSails.A Sail implementation that supports full-text indexing via the Lucene API.
Core functions required for SPIN.
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Methods in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCleanerTupleQueryResult.getBindingNames()CleanerGraphQueryResult.getNamespaces() -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.queryModifier and TypeClassDescriptionclassAn exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.queryModifier and TypeClassDescriptionprivate static classprivate static classSubinterfaces with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterfaceQueryResult<T>Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).Fields in org.eclipse.rdf4j.query with type parameters of type QueryEvaluationExceptionModifier and TypeFieldDescriptionprivate final DistinctIteration<Statement, QueryEvaluationException> QueryResults.GraphQueryResultFilter.filterprivate final DistinctIteration<BindingSet, QueryEvaluationException> QueryResults.TupleQueryResultFilter.filterMethods in org.eclipse.rdf4j.query that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionstatic <T> List<T> QueryResults.asList(QueryResult<T> queryResult) Get a List containing all elements obtained from the specifiedQueryResult.static ModelQueryResults.asModel(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration) Get aModelcontaining all elements obtained from the specified query result.static ModelQueryResults.asModel(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration, ModelFactory modelFactory) Get aModelcontaining all elements obtained from the specified query result.static <T> Set<T> QueryResults.asSet(QueryResult<T> queryResult) Get a Set containing all elements obtained from the specifiedQueryResult.static booleanQueryResults.equals(GraphQueryResult result1, GraphQueryResult result2) Compares two graph query results and returnstrueif they are equal.static booleanQueryResults.equals(TupleQueryResult tqr1, TupleQueryResult tqr2) Compares two tuple query results and returnstrueif they are equal.Tuple query results are equal if they contain the same set ofBindingSets and have the same headers.booleanBooleanQuery.evaluate()GraphQuery.evaluate()voidGraphQuery.evaluate(RDFHandler handler) TupleQuery.evaluate()voidTupleQuery.evaluate(TupleQueryResultHandler handler) QueryResults.getAllValues(TupleQueryResult result, String var) Returns a list of values of a particular variable out of the QueryResult.QueryResults.TupleQueryResultFilter.getBindingNames()TupleQueryResult.getBindingNames()Gets the names of the bindings, in order of projection.GraphQueryResult.getNamespaces()Retrieves relevant namespaces from the query result.QueryResults.CleanerGraphQueryResult.getNamespaces()QueryResults.GraphQueryResultFilter.getNamespaces()voidQueryResults.GraphQueryResultFilter.handleClose()voidQueryResults.TupleQueryResultFilter.handleClose()booleanQueryResult.hasNext()Returnstrueif the query result has more elements.booleanQueryResults.GraphQueryResultFilter.hasNext()booleanQueryResults.TupleQueryResultFilter.hasNext()static booleanQueryResults.isSubset(TupleQueryResult tqr1, TupleQueryResult tqr2) QueryResult.next()Returns the next element in the query result.QueryResults.GraphQueryResultFilter.next()QueryResults.TupleQueryResultFilter.next()voidQueryResults.GraphQueryResultFilter.remove()voidQueryResults.TupleQueryResultFilter.remove()static voidQueryResults.report(GraphQueryResult graphQueryResult, RDFHandler rdfHandler) Reports a graph query result to anRDFHandler.static voidQueryResults.report(TupleQueryResult tqr, QueryResultHandler handler) Reports a tuple query result to aTupleQueryResultHandler.static StatementQueryResults.singleResult(GraphQueryResult result) Returns a single element from the query result.The QueryResult is automatically closed by this method.static BindingSetQueryResults.singleResult(TupleQueryResult result) Returns a single element from the query result.The QueryResult is automatically closed by this method. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluationModifier and TypeClassDescriptionclassAn exception indicating that aValueExprcould not be evaluated due to illegal or incompatible values.Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluationModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type QueryEvaluationExceptionModifier and TypeFieldDescriptionstatic final EmptyIteration<BindingSet, QueryEvaluationException> QueryEvaluationStep.EMPTY_ITERATIONstatic final EmptyIteration<? extends Statement, QueryEvaluationException> TripleSource.EMPTY_ITERATIONstatic final EmptyIteration<? extends Triple, QueryEvaluationException> TripleSource.EMPTY_TRIPLE_ITERATIONMethods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, ? extends QueryEvaluationException> QueryEvaluationStep.DelayedEvaluationIteration.createIteration()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractQueryPreparer.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) EvaluationStrategy.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.EvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.QueryEvaluationStep.evaluate(BindingSet bindings) CloseableIteration<? extends Triple, QueryEvaluationException> RDFStarTripleSource.getRdfStarTriples(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement, QueryEvaluationException> TripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type QueryEvaluationExceptionModifier 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.static QueryEvaluationStepQueryEvaluationStep.wrap(QueryEvaluationStep qes, Function<CloseableIteration<BindingSet, QueryEvaluationException>, CloseableIteration<BindingSet, QueryEvaluationException>> wrap) Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.static QueryEvaluationStepQueryEvaluationStep.wrap(QueryEvaluationStep qes, Function<CloseableIteration<BindingSet, QueryEvaluationException>, CloseableIteration<BindingSet, QueryEvaluationException>> wrap) Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.Methods in org.eclipse.rdf4j.query.algebra.evaluation that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, ? extends QueryEvaluationException> QueryEvaluationStep.DelayedEvaluationIteration.createIteration()Deprecated, for removal: This API element is subject to removal in a future version.booleanAbstractQueryPreparer.BooleanQueryImpl.evaluate()protected abstract CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractQueryPreparer.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) AbstractQueryPreparer.GraphQueryImpl.evaluate()voidAbstractQueryPreparer.GraphQueryImpl.evaluate(RDFHandler handler) AbstractQueryPreparer.TupleQueryImpl.evaluate()voidAbstractQueryPreparer.TupleQueryImpl.evaluate(TupleQueryResultHandler handler) EvaluationStrategy.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.EvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate(ValueExpr expr, BindingSet bindings) Gets the value of this expression.QueryValueEvaluationStep.ApplyFunctionForEachBinding.evaluate(BindingSet bindings) QueryValueEvaluationStep.ConstantQueryValueEvaluationStep.evaluate(BindingSet bindings) QueryValueEvaluationStep.evaluate(BindingSet bindings) QueryValueEvaluationStep.Fail.evaluate(BindingSet bindings) QueryValueEvaluationStep.Minimal.evaluate(BindingSet bindings) CloseableIteration<? extends Triple, QueryEvaluationException> RDFStarTripleSource.getRdfStarTriples(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object.EvaluationStrategy.getService(String serviceUrl) Retrieve theFederatedServiceregistered for serviceUrl.CloseableIteration<? extends Statement, QueryEvaluationException> TripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.booleanEvaluationStrategy.isTrue(QueryValueEvaluationStep expr, BindingSet bindings) booleanEvaluationStrategy.isTrue(ValueExpr expr, BindingSet bindings) Evaluates the boolean expression on the supplied TripleSource object. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionFederatedService.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) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionFederatedService.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) Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that throw QueryEvaluationExceptionModifier 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) protected abstract FederatedServiceAbstractFederatedServiceResolver.createService(String serviceUrl) Create a newFederatedServicefor the given serviceUrl.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) AbstractFederatedServiceResolver.getService(String serviceUrl) Retrieve theFederatedServiceregistered for serviceUrl.FederatedServiceResolver.getService(String serviceUrl) Retrieve theFederatedServiceregistered for serviceUrl.voidFederatedService.initialize()Method to perform any initializations, invoked after construction.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) voidFederatedService.shutdown()Method to perform any shutDown code, invoked at unregistering.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionJoinExecutorBase(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) Deprecated.ServiceCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Deprecated.ServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.ServiceJoinIterator(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy) Construct a service join iteration to use vectored evaluation.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation that throw QueryEvaluationExceptionModifierConstructorDescriptionJoinExecutorBase(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) Deprecated.ServiceJoinIterator(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy) Construct a service join iteration to use vectored evaluation. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> TupleFunction.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> TupleFunction.evaluate(ValueFactory valueFactory, Value... args) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionvoidStatisticalAggregateFunction.processAggregate(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl
Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.implModifier and TypeClassDescriptionprivate static classThis class wraps an iterator and increments the "resultSizeActual" of the query model node that the iterator represents.private static classThis class wraps an iterator and tracks the time used to execute next() and hasNext()Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type QueryEvaluationExceptionModifier and TypeFieldDescription(package private) CloseableIteration<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.ResultSizeCountingIterator.iterator(package private) CloseableIteration<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.TimedIterator.iteratorMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(DescribeOperator operator, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.(package private) static CloseableIteration<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) DefaultEvaluationStrategy.evaluate(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.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.DefaultEvaluationStrategy.evaluate(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(StatementPattern statementPattern, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(TripleRef ref, BindingSet bindings) evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)DefaultEvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(UnaryTupleOperator expr, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.QueryRootQueryEvaluationStep.evaluate(BindingSet bs) ExtensionQueryEvaluationStep.evaluate(BindingSet bs) TupleFunctionEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type QueryEvaluationExceptionModifier 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.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate(And node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BNodeGenerator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Bound node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(CompareAll node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(CompareAny node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Datatype node, BindingSet bindings) DefaultEvaluationStrategy.evaluate(DescribeOperator operator, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Now node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.(package private) static CloseableIteration<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) DefaultEvaluationStrategy.evaluate(Exists node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(FunctionCall node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(If node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(In node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IRIFunction node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsBNode node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsLiteral node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsNumeric node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsResource node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsURI node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Label node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LangMatches node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Lang node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Like node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ListMemberOperator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LocalName node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Namespace node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Not node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Or node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Regex node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(SameTerm node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.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.DefaultEvaluationStrategy.evaluate(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(StatementPattern statementPattern, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Str node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(UnaryTupleOperator expr, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueConstant valueConstant, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueExprTripleRef node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Var var, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.getService(String serviceUrl) protected voidDefaultEvaluationStrategy.TimedIterator.handleClose()booleanDefaultEvaluationStrategy.ResultSizeCountingIterator.hasNext()booleanDefaultEvaluationStrategy.TimedIterator.hasNext()booleanDefaultEvaluationStrategy.isTrue(QueryValueEvaluationStep expr, BindingSet bindings) booleanDefaultEvaluationStrategy.isTrue(ValueExpr expr, BindingSet bindings) DefaultEvaluationStrategy.ResultSizeCountingIterator.next()DefaultEvaluationStrategy.TimedIterator.next()DefaultEvaluationStrategy.precompile(ValueExpr expr, QueryEvaluationContext context) TupleFunctionEvaluationStrategy.precompile(TupleExpr expr, QueryEvaluationContext context) Deprecated, for removal: This API element is subject to removal in a future version.private QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(And node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(ArbitraryLengthPath alp, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(BinaryTupleOperator expr, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(BindingSetAssignment node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(BNodeGenerator node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Bound node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Coalesce node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(CompareAll node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(CompareAny node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(DescribeOperator node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Difference node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Distinct node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(EmptySet emptySet, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Exists node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Extension node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Filter node, QueryEvaluationContext context) DefaultEvaluationStrategy.prepare(FunctionCall node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Group node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(If node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(In node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Intersection node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Join node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Label node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(LeftJoin node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(ListMemberOperator node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(MultiProjection node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Order node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Or node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Projection node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(QueryRoot node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Reduced node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Regex node, QueryEvaluationContext context) Determines whether the two operands match according to theregexoperator.protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Service service, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(SingletonSet singletonSet, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Slice node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(StatementPattern node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Str node, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(TupleFunctionCall expr, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(UnaryTupleOperator expr, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Union node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(ValueConstant valueConstant, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(ValueExprTripleRef node, QueryEvaluationContext context) protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Var var, QueryEvaluationContext context) protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(ZeroLengthPath zlp, QueryEvaluationContext context) protected QueryEvaluationStepTupleFunctionEvaluationStrategy.prepare(TupleFunctionCall expr, QueryEvaluationContext context) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionResultSizeCountingIterator(CloseableIteration<BindingSet, QueryEvaluationException> iterator, QueryModelNode queryModelNode) TimedIterator(CloseableIteration<BindingSet, QueryEvaluationException> iterator, QueryModelNode queryModelNode) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that implement interfaces with type arguments of type QueryEvaluationExceptionModifier and TypeClassDescriptionprivate static final classConverts statements into the required bindingsets.private static final classFields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type QueryEvaluationExceptionModifier and TypeFieldDescriptionprivate final Function<BindingSet, CloseableIteration<BindingSet, QueryEvaluationException>> JoinQueryEvaluationStep.evalprivate final CloseableIteration<? extends Statement, ? extends QueryEvaluationException> StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator.iterationprivate final CloseableIteration<? extends Statement, ? extends QueryEvaluationException> StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator.iterationMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionBindingSetAssignmentQueryEvaluationStep.evaluate(BindingSet bindings) IntersectionQueryEvaluationStep.evaluate(BindingSet bs) JoinQueryEvaluationStep.evaluate(BindingSet bindings) LeftJoinQueryEvaluationStep.evaluate(BindingSet bindings) MinusQueryEvaluationStep.evaluate(BindingSet bindings) OrderQueryEvaluationStep.evaluate(BindingSet bs) ProjectionQueryEvaluationStep.evaluate(BindingSet bindings) RdfStarQueryEvaluationStep.evaluate(BindingSet bindings) ReificationRdfStarQueryEvaluationStep.evaluate(BindingSet bindings) ServiceQueryEvaluationStep.evaluate(BindingSet bindings) SliceQueryEvaluationStep.OffSetAndLimitQueryEvaluationStep.evaluate(BindingSet bs) SliceQueryEvaluationStep.OnlyLimitQueryEvaluationStep.evaluate(BindingSet bs) SliceQueryEvaluationStep.OnlyOffsetQueryEvaluationStep.evaluate(BindingSet bs) StatementPatternQueryEvaluationStep.evaluate(BindingSet bindings) UnionQueryEvaluationStep.evaluate(BindingSet bindings) ZeroLengthPathEvaluationStep.evaluate(BindingSet bindings) private CloseableIteration<? extends Statement, QueryEvaluationException> StatementPatternQueryEvaluationStep.handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement, QueryEvaluationException> iteration) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprivate CloseableIteration<? extends Statement, QueryEvaluationException> StatementPatternQueryEvaluationStep.handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement, QueryEvaluationException> iteration) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionvoidStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator.close()voidStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator.close()RegexValueEvaluationStepSupplier.ChangingRegexQueryValueEvaluationStep.evaluate(BindingSet bindings) booleanStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator.hasNext()booleanStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator.hasNext()StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator.next()StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator.next()voidStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator.remove()voidStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator.remove()Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionprivateConvertStatementToBindingSetIterator(CloseableIteration<? extends Statement, ? extends QueryEvaluationException> iteration, BiConsumer<MutableBindingSet, Statement> action, QueryEvaluationContext context) privateJoinStatementWithBindingSetIterator(CloseableIteration<? extends Statement, ? extends QueryEvaluationException> iteration, BiConsumer<MutableBindingSet, Statement> action, BindingSet bindings, QueryEvaluationContext context) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprivate static ValueQueryValueEvaluationStepSupplier.bound(QueryValueEvaluationStep arg, BindingSet bindings) AndValueEvaluationStep.evaluate(BindingSet bindings) CompareAllQueryValueEvaluationStep.evaluate(BindingSet bindings) CompareAnyValueEvaluationStep.evaluate(BindingSet bindings) ExistsQueryValueEvaluationStep.evaluate(BindingSet bindings) IfValueEvaluationStep.evaluate(BindingSet bindings) InValueEvaluationStep.evaluate(BindingSet bindings) ListMemberValueOperationStep.evaluate(BindingSet bindings) OrValueEvaluationStep.evaluate(BindingSet bindings) ValueExprTripleRefEvaluationStep.evaluate(BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.iteratorModifier and TypeClassDescriptionclassDeprecated.replaced by HashJoinIterationclassDeprecated.classIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.classUtility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.classDeprecated.classDeprecated.classDeprecated.classclassGeneric hash join implementation suitable for use by Sail implementations.classInterleaved join iterator.classclassclassDeprecated.class(package private) classclassDeprecated.classMakes aQueryContextavailable during iteration.classDeprecated.UseSilentIterationinstead.classFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type QueryEvaluationExceptionModifier and TypeFieldDescriptionDescribeIteration.currentDescribeExprIterDeprecated.PathIteration.currentIterDelayedEvaluationIteration.iterprivate final CloseableIteration<BindingSet, QueryEvaluationException> MultiProjectionIterator.iterprivate final CloseableIteration<BindingSet, QueryEvaluationException> OrderIterator.iterDeprecated.private final CloseableIteration<? extends BindingSet, QueryEvaluationException> QueryContextIteration.iterZeroLengthPathIteration.iterprivate final CloseableIteration<BindingSet, QueryEvaluationException> BottomUpJoinIterator.leftIterDeprecated.private final CloseableIteration<BindingSet, QueryEvaluationException> HashJoinIteration.leftIterprivate final CloseableIteration<BindingSet, QueryEvaluationException> JoinIterator.leftIterprivate final CloseableIteration<BindingSet, QueryEvaluationException> LeftJoinIterator.leftIterBottomUpJoinIterator.restIterDeprecated.HashJoinIteration.restIterprotected final CloseableIteration<BindingSet, QueryEvaluationException> CrossProductIteration.resultIterationprivate final CloseableIteration<BindingSet, QueryEvaluationException> BottomUpJoinIterator.rightIterDeprecated.private final CloseableIteration<BindingSet, QueryEvaluationException> HashJoinIteration.rightIterJoinIterator.rightIterLeftJoinIterator.rightIterprivate final Iteration<BindingSet, QueryEvaluationException> DescribeIteration.sourceIterDeprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected CloseableIteration<BindingSet, QueryEvaluationException> DelayedEvaluationIteration.createIteration()protected Iteration<BindingSet, QueryEvaluationException> OrderIterator.createIteration()Deprecated.ZeroLengthPathIteration.createIteration()protected CloseableIteration<BindingSet, QueryEvaluationException> DescribeIteration.createNextIteration(Value subject, Value object) Deprecated.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected Collection<BindingSet> HashJoinIteration.makeIterationCache(CloseableIteration<BindingSet, QueryEvaluationException> iter) Utility methods to make it easier to inserted custom store dependent listMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected booleanCompatibleBindingSetFilter.accept(BindingSet outputBindings) Deprecated.protected booleanFilterIterator.accept(BindingSet bindings) Deprecated.protected voidBottomUpJoinIterator.add(List<BindingSet> leftArgResults, BindingSet b) Deprecated.protected <E> voidHashJoinIteration.add(Collection<E> col, E value) protected booleanPathIteration.add(Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp) protected voidBottomUpJoinIterator.addAll(List<BindingSet> hashTableValues, List<BindingSet> values) Deprecated.protected <E> voidHashJoinIteration.addAll(Collection<E> col, List<E> values) protected booleanPathIteration.addToQueue(Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp) private Collection<GroupIterator.Entry> GroupIterator.buildEntries(List<GroupIterator.AggregatePredicateCollectorSupplier<?, ?>> aggregates) ExtensionIterator.convert(BindingSet sourceBindings) Deprecated.protected BindingSetProjectionIterator.convert(BindingSet sourceBindings) Deprecated.private GroupIterator.AggregatePredicateCollectorSupplier<?, ?> GroupIterator.create(GroupElem ge, ValueFactory vf) protected CloseableIteration<BindingSet, QueryEvaluationException> DelayedEvaluationIteration.createIteration()protected Iteration<BindingSet, QueryEvaluationException> OrderIterator.createIteration()Deprecated.private voidPathIteration.createIteration()ZeroLengthPathIteration.createIteration()private Iterator<BindingSet> GroupIterator.createIterator()protected CloseableIteration<BindingSet, QueryEvaluationException> DescribeIteration.createNextIteration(Value subject, Value object) Deprecated.protected voidOrderIterator.decrement(int amount) Deprecated.protected BindingSetBadlyDesignedLeftJoinIterator.getNextElement()protected BindingSetBottomUpJoinIterator.getNextElement()Deprecated.protected BindingSetCrossProductIteration.getNextElement()protected BindingSetDescribeIteration.getNextElement()Deprecated.protected BindingSetHashJoinIteration.getNextElement()protected BindingSetJoinIterator.getNextElement()protected BindingSetLeftJoinIterator.getNextElement()protected BindingSetMultiProjectionIterator.getNextElement()protected BindingSetPathIteration.getNextElement()protected BindingSetZeroLengthPathIteration.getNextElement()protected voidBottomUpJoinIterator.handleClose()Deprecated.protected voidCrossProductIteration.handleClose()protected final voidDelayedEvaluationIteration.handleClose()Closes this iteration as well as the underlying iteration if it has already been created and happens to be aCloseableIteration.protected voidDescribeIteration.handleClose()Deprecated.voidGroupIterator.handleClose()protected voidHashJoinIteration.handleClose()protected voidJoinIterator.handleClose()protected voidLeftJoinIterator.handleClose()protected voidMultiProjectionIterator.handleClose()protected voidOrderIterator.handleClose()Deprecated.protected voidPathIteration.handleClose()voidQueryContextIteration.handleClose()booleanDelayedEvaluationIteration.hasNext()Calls the hasNext method of the underlying iteration.booleanGroupIterator.hasNext()booleanQueryContextIteration.hasNext()protected voidOrderIterator.increment()Deprecated.private voidDelayedEvaluationIteration.initialise()DelayedEvaluationIteration.next()Calls the next method of the underlying iteration.GroupIterator.next()QueryContextIteration.next()voidGroupIterator.AvgAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.AvgCollector avg) voidGroupIterator.ConcatAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector) voidGroupIterator.CountAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.CountCollector agv) voidGroupIterator.MaxAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector max) voidGroupIterator.MinAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector min) voidGroupIterator.SampleAggregate.processAggregate(BindingSet s, Predicate<Value> distinct, GroupIterator.SampleCollector sample) voidGroupIterator.SumAggregate.processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum) voidGroupIterator.WildCardCountAggregate.processAggregate(BindingSet s, Predicate<BindingSet> distinctValue, GroupIterator.CountCollector agv) protected voidBottomUpJoinIterator.put(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.protected voidHashJoinIteration.putHashTableEntry(Map<BindingSetHashKey, List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, List<BindingSet> hashValue, boolean newEntry) voidDelayedEvaluationIteration.remove()Calls the remove method of the underlying iteration.voidOrderIterator.remove()Deprecated.voidQueryContextIteration.remove()protected BindingSetBottomUpJoinIterator.removeFirstElement(List<BindingSet> list) Deprecated.Remove the first (0 index) element from a BindingSet list.private voidDescribeIteration.resetCurrentDescribeExprIter()Deprecated.private voidBottomUpJoinIterator.setupHashTable()Deprecated.private Map<BindingSetHashKey, List<BindingSet>> HashJoinIteration.setupHashTable()Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionCompatibleBindingSetFilter(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet inputBindings) Deprecated.CrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) DescribeIteration(Iteration<BindingSet, QueryEvaluationException> sourceIter, EvaluationStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings) Deprecated.ExtensionIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Consumer<MutableBindingSet> setter, QueryEvaluationContext context) Deprecated.ExtensionIterator(Extension extension, CloseableIteration<BindingSet, QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context) Deprecated.privateFilterIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, Function<BindingSet, BindingSet> retain) Deprecated.FilterIterator(Filter filter, CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy) Deprecated.HashJoinIteration(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin) HashJoinIteration(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.MultiProjectionIterator(MultiProjection multiProjection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator) Deprecated.OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct) Deprecated.OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct, long iterationSyncThreshold) Deprecated.ProjectionIterator(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated.QueryContextIteration(CloseableIteration<? extends BindingSet, QueryEvaluationException> iter, QueryContext queryContext) Deprecated.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator that throw QueryEvaluationExceptionModifierConstructorDescriptionBadlyDesignedLeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationContext context) BadlyDesignedLeftJoinIterator(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet inputBindings, Set<String> problemVars) BottomUpJoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings) Deprecated.ConcatAggregate(Function<BindingSet, Value> f, String seperator) Entry(BindingSet prototype, List<AggregateCollector> collectors, List<Predicate<?>> predicates) ExtensionIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Consumer<MutableBindingSet> setter, QueryEvaluationContext context) Deprecated.ExtensionIterator(Extension extension, CloseableIteration<BindingSet, QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context) Deprecated.privateFilterIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, Function<BindingSet, BindingSet> retain) Deprecated.FilterIterator(Filter filter, CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy) Deprecated.GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context) Deprecated.GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context, ValueFactory vf, CollectionFactory cf) GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, QueryEvaluationContext context) HashJoinIteration(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin) HashJoinIteration(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration(EvaluationStrategy strategy, Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration(EvaluationStrategy strategy, TupleExpr left, TupleExpr right, BindingSet bindings, boolean leftJoin) HashJoinIteration(QueryEvaluationStep left, QueryEvaluationStep right, BindingSet bindings, boolean leftJoin, String[] joinAttributes, QueryEvaluationContext context) JoinIterator(EvaluationStrategy strategy, QueryEvaluationStep leftPrepared, QueryEvaluationStep rightPrepared, Join join, BindingSet bindings) JoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings, QueryEvaluationContext context) LeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings, QueryEvaluationContext context) LeftJoinIterator(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet bindings, Set<String> scopeBindingNamse) PathIteration(EvaluationStrategy strategy, StatementPattern.Scope scope, Var startVar, TupleExpr pathExpression, Var endVar, Var contextVar, long minLength, BindingSet bindings) ProjectionIterator(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.limited.iteratorMethod parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionstatic Set<BindingSet> LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected booleanLimitedSizeDistinctIteration.add(BindingSet object) Deprecated.static <V> booleanLimitedSizeIteratorUtil.add(V object, Collection<V> excludeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.static Set<BindingSet> LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionLimitedSizeDistinctIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, AtomicLong used, long maxSize) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionTripleSources.getObjectLiterals(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectResources(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectURIs(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getSubjectURIs(IRI predicate, Value object, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value, QueryEvaluationException> TripleSources.list(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource, QueryEvaluationException> TripleSources.listResources(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionstatic booleanTripleSources.booleanValue(Resource subj, IRI pred, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectLiterals(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectResources(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectURIs(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getSubjectURIs(IRI predicate, Value object, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value, QueryEvaluationException> TripleSources.list(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource, QueryEvaluationException> TripleSources.listResources(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static StatementTripleSources.single(Resource subj, IRI pred, Value obj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists.static ValueTripleSources.singleValue(Resource subj, IRI pred, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionstatic ModelDAWGTestResultSetUtil.toGraph(TupleQueryResult tqr) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.impl
Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.query.implModifier and TypeClassDescriptionprotected classDeprecated.classDeprecated.classDeprecated.classDeprecated.classQueueCursor<E>Makes working with a queue easier by adding the methodsQueueIteration.done()andQueueIteration.toss(Exception)and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.Methods in org.eclipse.rdf4j.query.impl that return QueryEvaluationExceptionMethods in org.eclipse.rdf4j.query.impl that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Method parameters in org.eclipse.rdf4j.query.impl with type arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Methods in org.eclipse.rdf4j.query.impl that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionIteratingTupleQueryResult.getBindingNames()Deprecated.protected voidBackgroundGraphResult.handleClose()Deprecated.protected voidAbstractParserQuery.QueryInterruptIteration.throwInterruptedException()Deprecated.Constructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionGraphQueryResultImpl(Map<String, String> namespaces, CloseableIteration<? extends Statement, ? extends QueryEvaluationException> statementIter) Deprecated.IteratingGraphQueryResult(Map<String, String> namespaces, CloseableIteration<? extends Statement, ? extends QueryEvaluationException> statementIter) Deprecated.IteratingTupleQueryResult(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter) Deprecated.Creates a query result object with the supplied binding names.QueryInterruptIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, long timeLimit) Deprecated.TupleQueryResultImpl(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter) Deprecated.Constructors in org.eclipse.rdf4j.query.impl that throw QueryEvaluationException -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.parser.impl
Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.query.parser.implModifier and TypeClassDescriptionprotected classDeprecated.Methods in org.eclipse.rdf4j.query.parser.impl that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Method parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Methods in org.eclipse.rdf4j.query.parser.impl that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected voidAbstractParserQuery.QueryInterruptIteration.throwInterruptedException()Deprecated.Constructor parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionQueryInterruptIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, long timeLimit) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.parser.sparql.aggregate
Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected ValueAggregateFunction.evaluate(BindingSet s) abstract voidAggregateFunction.processAggregate(BindingSet bindingSet, Predicate<D> distinctValue, T agv) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionstatic voidQueryResultIO.writeGraph(GraphQueryResult gqr, RDFFormat format, OutputStream out) Writes a graph query result document in a specific RDF format to an output stream.static voidQueryResultIO.writeTuple(TupleQueryResult tqr, QueryResultFormat format, OutputStream out) Writes a query result document in a specific query result format to an output stream. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.resultio.helpers
Methods in org.eclipse.rdf4j.query.resultio.helpers that throw QueryEvaluationException -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionbooleanDatasetBooleanQuery.evaluate()DatasetGraphQuery.evaluate()voidDatasetGraphQuery.evaluate(RDFHandler handler) DatasetTupleQuery.evaluate()voidDatasetTupleQuery.evaluate(TupleQueryResultHandler handler) (package private) voidDatasetRepositoryConnection.loadDataset(Dataset datasets) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, QueryEvaluationException> RepositoryTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Methods in org.eclipse.rdf4j.repository.evaluation that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, QueryEvaluationException> RepositoryTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.http
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.repository.httpMethods in org.eclipse.rdf4j.repository.http that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionbooleanHTTPBooleanQuery.evaluate()HTTPGraphQuery.evaluate()voidHTTPGraphQuery.evaluate(RDFHandler handler) HTTPTupleQuery.evaluate()voidHTTPTupleQuery.evaluate(TupleQueryResultHandler handler) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionbooleanSailBooleanQuery.evaluate()SailGraphQuery.evaluate()voidSailGraphQuery.evaluate(RDFHandler handler) SailTupleQuery.evaluate()voidSailTupleQuery.evaluate(TupleQueryResultHandler handler) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprivate CloseableIteration<? extends BindingSet, QueryEvaluationException> SailUpdateExecutor.evaluateWhereClause(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime) Methods in org.eclipse.rdf4j.repository.sail.helpers that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprivate CloseableIteration<? extends BindingSet, QueryEvaluationException> SailUpdateExecutor.evaluateWhereClause(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected Iteration<Statement, QueryEvaluationException> SPARQLConnection.toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.repository.sparql that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprivate RepositoryResult<Statement> SPARQLConnection.getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) private RepositoryResult<Statement> SPARQLConnection.getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.federation
Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.federationModifier and TypeClassDescriptionclassBase class for any join parallel join executor.classDeprecated.classIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.Classes in org.eclipse.rdf4j.repository.sparql.federation that implement interfaces with type arguments of type QueryEvaluationExceptionModifier and TypeClassDescriptionprivate static classWrapper iteration which closes aRepositoryConnectionuponRepositoryFederatedService.CloseConnectionIteration.close()Fields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type QueryEvaluationExceptionModifier and TypeFieldDescriptionprivate final CloseableIteration<BindingSet, QueryEvaluationException> RepositoryFederatedService.CloseConnectionIteration.delegateprotected final CloseableIteration<T, QueryEvaluationException> JoinExecutorBase.leftIterprotected final CloseableIteration<BindingSet, QueryEvaluationException> SPARQLCrossProductIteration.resultIterationprotected CloseableIteration<T, QueryEvaluationException> JoinExecutorBase.rightIterprotected final QueueCursor<CloseableIteration<T, QueryEvaluationException>> JoinExecutorBase.rightQueueMethods in org.eclipse.rdf4j.repository.sparql.federation that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionRepositoryFederatedService.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.Method parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionvoidJoinExecutorBase.addResult(CloseableIteration<T, QueryEvaluationException> res) 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.Methods in org.eclipse.rdf4j.repository.sparql.federation that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionbooleanRepositoryFederatedService.ask(Service service, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.private StringRepositoryFederatedService.buildVALUESClause(List<BindingSet> bindings, List<String> relevantBindingNames) Computes the VALUES clause for the set of relevant input bindings.voidRepositoryFederatedService.CloseConnectionIteration.close()protected BindingSetServiceJoinConversionIteration.convert(BindingSet bIn) Deprecated.protected FederatedServiceSPARQLServiceResolver.createService(String serviceUrl) 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.JoinExecutorBase.getNextElement()protected BindingSetSPARQLCrossProductIteration.getNextElement()voidJoinExecutorBase.handleClose()protected voidSPARQLCrossProductIteration.handleClose()booleanRepositoryFederatedService.CloseConnectionIteration.hasNext()voidRepositoryFederatedService.initialize()RepositoryFederatedService.CloseConnectionIteration.next()voidRepositoryFederatedService.CloseConnectionIteration.remove()RepositoryFederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.voidRepositoryFederatedService.shutdown()Constructor parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionBatchingServiceIteration(CloseableIteration<BindingSet, QueryEvaluationException> inputBindings, int blockSize, Service service) privateCloseConnectionIteration(CloseableIteration<BindingSet, QueryEvaluationException> delegate, RepositoryConnection connection) protectedJoinExecutorBase(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) ServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.SPARQLCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Constructors in org.eclipse.rdf4j.repository.sparql.federation that throw QueryEvaluationExceptionModifierConstructorDescriptionBatchingServiceIteration(CloseableIteration<BindingSet, QueryEvaluationException> inputBindings, int blockSize, Service service) protectedJoinExecutorBase(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.query
Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.queryModifier and TypeClassDescriptionclassAdds more bindings to each of the results.Methods in org.eclipse.rdf4j.repository.sparql.query that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionbooleanSPARQLBooleanQuery.evaluate()SPARQLGraphQuery.evaluate()voidSPARQLGraphQuery.evaluate(RDFHandler handler) SPARQLTupleQuery.evaluate()voidSPARQLTupleQuery.evaluate(TupleQueryResultHandler handler) InsertBindingSetCursor.next()Constructor parameters in org.eclipse.rdf4j.repository.sparql.query with type arguments of type QueryEvaluationExceptionModifierConstructorDescriptionInsertBindingSetCursor(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionstatic <T> TRepositories.graphQuery(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories.graphQuery(Repository repository, String query, RDFHandler handler) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenRDFHandler.static <T> TRepositories.graphQueryNoTransaction(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories.graphQueryNoTransaction(Repository repository, String query, RDFHandler handler) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenRDFHandler.static <T> TRepositories.tupleQuery(Repository repository, String query, Function<TupleQueryResult, T> processFunction) Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories.tupleQuery(Repository repository, String query, TupleQueryResultHandler handler) Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenTupleQueryResultHandler.static <T> TRepositories.tupleQueryNoTransaction(Repository repository, String query, Function<TupleQueryResult, T> processFunction) Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories.tupleQueryNoTransaction(Repository repository, String query, TupleQueryResultHandler handler) Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenTupleQueryResultHandler. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail
Classes in org.eclipse.rdf4j.sail that implement interfaces with type arguments of type QueryEvaluationExceptionMethods in org.eclipse.rdf4j.sail that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet, QueryEvaluationException> SailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.Methods in org.eclipse.rdf4j.sail that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionfinal voidTripleSourceIterationWrapper.close()booleanTripleSourceIterationWrapper.hasNext()Checks whether the underlying iteration contains more elements.TripleSourceIterationWrapper.next()Returns the next element from the wrapped iteration.voidTripleSourceIterationWrapper.remove()Calls remove() on the underlying iteration. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> SailSourceConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration<? extends Triple, QueryEvaluationException> SailDatasetTripleSource.getRdfStarTriples(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Statement, QueryEvaluationException> SailDatasetTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) private <T, X extends Exception>
CloseableIteration<T, QueryEvaluationException> SailSourceConnection.interlock(CloseableIteration<T, QueryEvaluationException> iter, SailClosable... closes) Method parameters in org.eclipse.rdf4j.sail.base with type arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionprivate <T, X extends Exception>
CloseableIteration<T, QueryEvaluationException> SailSourceConnection.interlock(CloseableIteration<T, QueryEvaluationException> iter, SailClosable... closes) Methods in org.eclipse.rdf4j.sail.base that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends Triple, QueryEvaluationException> SailDatasetTripleSource.getRdfStarTriples(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Statement, QueryEvaluationException> SailDatasetTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, QueryEvaluationException> SailTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Methods in org.eclipse.rdf4j.sail.evaluation that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, QueryEvaluationException> SailTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionfinal CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration<? extends BindingSet, QueryEvaluationException> SailConnectionWrapper.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet, QueryEvaluationException> InferencerConnectionWrapper.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.inferencer.fc
Methods in org.eclipse.rdf4j.sail.inferencer.fc that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionprivate voidCustomGraphQueryInferencer.Connection.buildDeltaSets(Collection<Statement> forRemoval, Collection<Statement> forAddition) private voidCustomGraphQueryInferencer.Connection.evaluateIntoStatements(ParsedGraphQuery query, Collection<Statement> statements) private voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection.evaluateIntoStatements(ParsedGraphQuery query, Collection<Statement> statements) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) private CloseableIteration<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function
Subclasses with type arguments of type QueryEvaluationException in org.eclipse.rdf4j.spin.functionModifier and TypeClassDescription(package private) static class(package private) static classMethods in org.eclipse.rdf4j.spin.function that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConstructTupleFunction.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> SelectTupleFunction.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> SpinTupleFunction.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.spin.function that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConstructTupleFunction.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> SelectTupleFunction.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> SpinTupleFunction.evaluate(ValueFactory valueFactory, Value... args) voidConstructTupleFunction.GraphQueryResultIteration.handleClose()voidSelectTupleFunction.TupleQueryResultIteration.handleClose()booleanConstructTupleFunction.GraphQueryResultIteration.hasNext()booleanSelectTupleFunction.TupleQueryResultIteration.hasNext()ConstructTupleFunction.GraphQueryResultIteration.next()SelectTupleFunction.TupleQueryResultIteration.next()voidConstructTupleFunction.GraphQueryResultIteration.remove()voidSelectTupleFunction.TupleQueryResultIteration.remove()Constructors in org.eclipse.rdf4j.spin.function that throw QueryEvaluationExceptionModifierConstructorDescription(package private)TupleQueryResultIteration(TupleQueryResult queryResult) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.apf
Methods in org.eclipse.rdf4j.spin.function.apf that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConcatTupleFunction.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.spin.function.apf that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ConcatTupleFunction.evaluate(ValueFactory valueFactory, Value... args) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.list
Methods in org.eclipse.rdf4j.spin.function.list that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Index.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Length.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Member.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.spin.function.list that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Index.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Length.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Member.evaluate(ValueFactory valueFactory, Value... args) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif that return types with arguments of type QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> For.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ForEach.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Split.evaluate(ValueFactory valueFactory, Value... args) Methods in org.eclipse.rdf4j.spin.function.spif that throw QueryEvaluationExceptionModifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>, QueryEvaluationException> For.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> ForEach.evaluate(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>, QueryEvaluationException> Split.evaluate(ValueFactory valueFactory, Value... args)