Uses of Class
org.eclipse.rdf4j.query.QueryEvaluationException
-
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Methods in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that throw QueryEvaluationException Modifier and Type Method Description java.util.List<java.lang.String>CleanerTupleQueryResult. getBindingNames()java.util.Map<java.lang.String,java.lang.String>CleanerGraphQueryResult. getNamespaces() -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.query Modifier and Type Class Description classQueryInterruptedExceptionAn exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.Fields in org.eclipse.rdf4j.query with type parameters of type QueryEvaluationException Modifier and Type Field Description private DistinctIteration<Statement,QueryEvaluationException>QueryResults.GraphQueryResultFilter. filterprivate DistinctIteration<BindingSet,QueryEvaluationException>QueryResults.TupleQueryResultFilter. filterMethods in org.eclipse.rdf4j.query that throw QueryEvaluationException Modifier and Type Method Description static <T> java.util.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> java.util.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()GraphQueryResultGraphQuery. evaluate()voidGraphQuery. evaluate(RDFHandler handler)TupleQueryResultTupleQuery. evaluate()voidTupleQuery. evaluate(TupleQueryResultHandler handler)static java.util.List<Value>QueryResults. getAllValues(TupleQueryResult result, java.lang.String var)Returns a list of values of a particular variable out of the QueryResult.java.util.List<java.lang.String>QueryResults.TupleQueryResultFilter. getBindingNames()java.util.List<java.lang.String>TupleQueryResult. getBindingNames()Gets the names of the bindings, in order of projection.java.util.Map<java.lang.String,java.lang.String>GraphQueryResult. getNamespaces()Retrieves relevant namespaces from the query result.java.util.Map<java.lang.String,java.lang.String>QueryResults.CleanerGraphQueryResult. getNamespaces()java.util.Map<java.lang.String,java.lang.String>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)TQueryResult. next()Returns the next element in the query result.StatementQueryResults.GraphQueryResultFilter. next()BindingSetQueryResults.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.evaluation Modifier and Type Class Description classValueExprEvaluationExceptionAn exception indicating that aValueExprcould not be evaluated due to illegal or incompatible values.Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type QueryEvaluationException Modifier and Type Field Description static EmptyIteration<BindingSet,QueryEvaluationException>QueryEvaluationStep. EMPTY_ITERATIONstatic EmptyIteration<? extends Statement,QueryEvaluationException>TripleSource. EMPTY_ITERATIONstatic EmptyIteration<? extends Triple,QueryEvaluationException>TripleSource. EMPTY_TRIPLE_ITERATIONMethods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected 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)CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(Service expr, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(Service expr, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.static QueryEvaluationStepQueryEvaluationStep. wrap(QueryEvaluationStep qes, java.util.function.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, java.util.function.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 QueryEvaluationException Modifier and Type Method Description protected 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)GraphQueryResultAbstractQueryPreparer.GraphQueryImpl. evaluate()voidAbstractQueryPreparer.GraphQueryImpl. evaluate(RDFHandler handler)TupleQueryResultAbstractQueryPreparer.TupleQueryImpl. evaluate()voidAbstractQueryPreparer.TupleQueryImpl. evaluate(TupleQueryResultHandler handler)CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(Service expr, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.ValueEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)Gets the value of this expression.ValueQueryValueEvaluationStep.ApplyFunctionForEachBinding. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.ConstantQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.Fail. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.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.FederatedServiceEvaluationStrategy. getService(java.lang.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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that throw QueryEvaluationException Modifier and Type Method Description booleanFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)Evaluate the provided SPARQL ASK query at this federated service.booleanTupleFunctionFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)protected abstract FederatedServiceAbstractFederatedServiceResolver. createService(java.lang.String serviceUrl)Create a newFederatedServicefor the given serviceUrl.CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)FederatedServiceAbstractFederatedServiceResolver. getService(java.lang.String serviceUrl)Retrieve theFederatedServiceregistered for serviceUrl.FederatedServiceFederatedServiceResolver. getService(java.lang.String serviceUrl)Retrieve theFederatedServiceregistered for serviceUrl.voidFederatedService. initialize()Method to perform any initializations, invoked after construction.CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)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 QueryEvaluationException Constructor Description JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)Deprecated.ServiceCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings)Deprecated.ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.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 QueryEvaluationException Constructor Description JoinExecutorBase(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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>TupleFunction. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.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 QueryEvaluationException Modifier and Type Method Description voidStatisticalAggregateFunction. processAggregate(BindingSet bindingSet, java.util.function.Predicate<Value> distinctValue, StatisticCollector collector) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type QueryEvaluationException Modifier and Type Field Description (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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BinaryTupleOperator expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BindingSetAssignment bsa, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(DescribeOperator operator, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>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, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Extension extension, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Filter filter, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Group node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Join join, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(LeftJoin leftJoin, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(MultiProjection multiProjection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Order node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Projection projection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Reduced reduced, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(SingletonSet singletonSet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Slice slice, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(StatementPattern statementPattern, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TripleRef ref, BindingSet bindings)evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(UnaryTupleOperator expr, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Union union, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ZeroLengthPath zlp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy.QueryRootQueryEvaluationStep. evaluate(BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>ExtensionQueryEvaluationStep. evaluate(BindingSet bs)static CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that throw QueryEvaluationException Modifier and Type Method Description ValueDefaultEvaluationStrategy. evaluate(And node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BinaryTupleOperator expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BindingSetAssignment bsa, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(BNodeGenerator node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Bound node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(CompareAll node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(CompareAny node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Compare node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Datatype node, BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(DescribeOperator operator, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(EmptySet emptySet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. 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, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)ValueDefaultEvaluationStrategy. evaluate(Exists node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Extension extension, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Filter filter, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(FunctionCall node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Group node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(If node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(In node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.IRIDefaultEvaluationStrategy. evaluate(IRIFunction node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsBNode node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsLiteral node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsNumeric node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsResource node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsURI node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Join join, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Label node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(LangMatches node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Lang node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(LeftJoin leftJoin, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Like node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ListMemberOperator node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(LocalName node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(MultiProjection multiProjection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Namespace node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Not node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Order node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Or node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Projection projection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Reduced reduced, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Regex node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(SameTerm node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(SingletonSet singletonSet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Slice slice, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(StatementPattern statementPattern, BindingSet bindings)Deprecated.ValueDefaultEvaluationStrategy. evaluate(Str node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(UnaryTupleOperator expr, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Union union, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueConstant valueConstant, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueExprTripleRef node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Var var, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ZeroLengthPath zlp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueExtendedEvaluationStrategy. evaluate(Compare node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueExtendedEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunctionCall expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.FederatedServiceDefaultEvaluationStrategy. getService(java.lang.String serviceUrl)protected voidDefaultEvaluationStrategy.TimedIterator. handleClose()booleanDefaultEvaluationStrategy.ResultSizeCountingIterator. hasNext()booleanDefaultEvaluationStrategy.TimedIterator. hasNext()booleanDefaultEvaluationStrategy. isTrue(QueryValueEvaluationStep expr, BindingSet bindings)booleanDefaultEvaluationStrategy. isTrue(ValueExpr expr, BindingSet bindings)BindingSetDefaultEvaluationStrategy.ResultSizeCountingIterator. next()BindingSetDefaultEvaluationStrategy.TimedIterator. next()QueryValueEvaluationStepDefaultEvaluationStrategy. precompile(ValueExpr expr, QueryEvaluationContext context)QueryEvaluationStepTupleFunctionEvaluationStrategy. 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)QueryValueEvaluationStepDefaultEvaluationStrategy. 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 QueryEvaluationException Constructor Description ResultSizeCountingIterator(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
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type QueryEvaluationException Modifier and Type Field Description private java.util.function.Function<BindingSet,CloseableIteration<BindingSet,QueryEvaluationException>>JoinQueryEvaluationStep. evalprivate CloseableIteration<? extends Statement,? extends QueryEvaluationException>StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. iterationprivate CloseableIteration<? extends Statement,? extends QueryEvaluationException>StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. iterationMethod parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type QueryEvaluationException Modifier and Type Method Description private 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 QueryEvaluationException Modifier and Type Method Description voidStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. close()voidStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. close()ValueRegexValueEvaluationStepSupplier.ChangingRegexQueryValueEvaluationStep. evaluate(BindingSet bindings)booleanStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. hasNext()booleanStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. hasNext()BindingSetStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. next()BindingSetStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. next()voidStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. remove()voidStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. remove()Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type QueryEvaluationException Constructor Description ConvertStatementToBindingSetIterator(CloseableIteration<? extends Statement,? extends QueryEvaluationException> iteration, java.util.function.BiConsumer<MutableBindingSet,Statement> action, QueryEvaluationContext context)JoinStatementWithBindingSetIterator(CloseableIteration<? extends Statement,? extends QueryEvaluationException> iteration, java.util.function.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 QueryEvaluationException Modifier and Type Method Description private static ValueQueryValueEvaluationStepSupplier. bound(QueryValueEvaluationStep arg, BindingSet bindings)ValueAndValueEvaluationStep. evaluate(BindingSet bindings)ValueCompareAllQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueCompareAnyValueEvaluationStep. evaluate(BindingSet bindings)ValueExistsQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueIfValueEvaluationStep. evaluate(BindingSet bindings)ValueInValueEvaluationStep. evaluate(BindingSet bindings)ValueListMemberValueOperationStep. evaluate(BindingSet bindings)ValueOrValueEvaluationStep. evaluate(BindingSet bindings)ValueValueExprTripleRefEvaluationStep. evaluate(BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<BindingSet,QueryEvaluationException>DelayedEvaluationIteration. createIteration()protected Iteration<BindingSet,QueryEvaluationException>OrderIterator. createIteration()Deprecated.private CloseableIteration<BindingSet,QueryEvaluationException>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 QueryEvaluationException Modifier and Type Method Description protected java.util.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 QueryEvaluationException Modifier and Type Method Description protected booleanCompatibleBindingSetFilter. accept(BindingSet outputBindings)Deprecated.protected booleanFilterIterator. accept(BindingSet bindings)Deprecated.protected voidBottomUpJoinIterator. add(java.util.List<BindingSet> leftArgResults, BindingSet b)Deprecated.protected <E> voidHashJoinIteration. add(java.util.Collection<E> col, E value)protected booleanPathIteration. add(java.util.Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)protected voidBottomUpJoinIterator. addAll(java.util.List<BindingSet> hashTableValues, java.util.List<BindingSet> values)Deprecated.protected <E> voidHashJoinIteration. addAll(java.util.Collection<E> col, java.util.List<E> values)protected booleanPathIteration. addToQueue(java.util.Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp)private java.util.Collection<GroupIterator.Entry>GroupIterator. buildEntries(java.util.List<GroupIterator.AggregatePredicateCollectorSupplier<?,?>> aggregates)BindingSetExtensionIterator. 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()private CloseableIteration<BindingSet,QueryEvaluationException>ZeroLengthPathIteration. createIteration()private java.util.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 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()BindingSetDelayedEvaluationIteration. next()Calls the next method of the underlying iteration.BindingSetGroupIterator. next()BindingSetQueryContextIteration. next()voidGroupIterator.AvgAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.AvgCollector avg)voidGroupIterator.ConcatAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector)voidGroupIterator.CountAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.CountCollector agv)voidGroupIterator.MaxAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector max)voidGroupIterator.MinAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector min)voidGroupIterator.SampleAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinct, GroupIterator.SampleCollector sample)voidGroupIterator.SumAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum)voidGroupIterator.WildCardCountAggregate. processAggregate(BindingSet s, java.util.function.Predicate<BindingSet> distinctValue, GroupIterator.CountCollector agv)protected voidBottomUpJoinIterator. put(java.util.Map<BindingSet,java.util.List<BindingSet>> hashTable, BindingSet hashKey, java.util.List<BindingSet> hashValue)Deprecated.protected voidHashJoinIteration. putHashTableEntry(java.util.Map<BindingSetHashKey,java.util.List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, java.util.List<BindingSet> hashValue, boolean newEntry)voidDelayedEvaluationIteration. remove()Calls the remove method of the underlying iteration.voidOrderIterator. remove()Deprecated.voidQueryContextIteration. remove()protected BindingSetBottomUpJoinIterator. removeFirstElement(java.util.List<BindingSet> list)Deprecated.Remove the first (0 index) element from a BindingSet list.private voidDescribeIteration. resetCurrentDescribeExprIter()Deprecated.private voidBottomUpJoinIterator. setupHashTable()Deprecated.private java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>HashJoinIteration. setupHashTable()Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator that throw QueryEvaluationException Constructor Description BadlyDesignedLeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, java.util.Set<java.lang.String> problemVars, QueryEvaluationContext context)BadlyDesignedLeftJoinIterator(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet inputBindings, java.util.Set<java.lang.String> problemVars)BottomUpJoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings)Deprecated.ConcatAggregate(java.util.function.Function<BindingSet,Value> f)ConcatAggregate(java.util.function.Function<BindingSet,Value> f, java.lang.String seperator)Entry(BindingSet prototype, java.util.List<AggregateCollector> collectors, java.util.List<java.util.function.Predicate<?>> predicates)ExtensionIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.function.Consumer<MutableBindingSet> setter, QueryEvaluationContext context)Deprecated.ExtensionIterator(Extension extension, CloseableIteration<BindingSet,QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context)Deprecated.FilterIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, java.util.function.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, java.util.Set<java.lang.String> leftBindingNames, CloseableIteration<BindingSet,QueryEvaluationException> rightIter, java.util.Set<java.lang.String> rightBindingNames, boolean leftJoin)HashJoinIteration(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, java.util.Set<java.lang.String> leftBindingNames, CloseableIteration<BindingSet,QueryEvaluationException> rightIter, java.util.Set<java.lang.String> rightBindingNames, boolean leftJoin, java.util.function.IntFunction<java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>> mapMaker, java.util.function.IntFunction<java.util.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, java.lang.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, java.util.Set<java.lang.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
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type QueryEvaluationException Modifier and Type Method Description static java.util.Set<BindingSet>LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, java.util.Set<BindingSet> includeSet, java.util.concurrent.atomic.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 QueryEvaluationException Modifier and Type Method Description protected booleanLimitedSizeDistinctIteration. add(BindingSet object)Deprecated.static <V> booleanLimitedSizeIteratorUtil. add(V object, java.util.Collection<V> excludeSet, java.util.concurrent.atomic.AtomicLong used, long maxSize)Deprecated, for removal: This API element is subject to removal in a future version.static java.util.Set<BindingSet>LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, java.util.Set<BindingSet> includeSet, java.util.concurrent.atomic.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 QueryEvaluationException Constructor Description LimitedSizeDistinctIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, java.util.concurrent.atomic.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 QueryEvaluationException Modifier and Type Method Description static CloseableIteration<Literal,QueryEvaluationException>TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>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 QueryEvaluationException Modifier and Type Method Description static booleanTripleSources. booleanValue(Resource subj, IRI pred, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Literal,QueryEvaluationException>TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>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 QueryEvaluationException Modifier and Type Method Description static ModelDAWGTestResultSetUtil. toGraph(TupleQueryResult tqr) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that return QueryEvaluationException Modifier and Type Method Description protected QueryEvaluationExceptionQueueCursor. convert(java.lang.Exception e)Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)Method parameters in org.eclipse.rdf4j.query.impl with type arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)Methods in org.eclipse.rdf4j.query.impl that throw QueryEvaluationException Modifier and Type Method Description java.util.List<java.lang.String>IteratingTupleQueryResult. getBindingNames()Deprecated.protected voidBackgroundGraphResult. handleClose()Deprecated.protected voidAbstractParserQuery.QueryInterruptIteration. throwInterruptedException()Deprecated.Constructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type QueryEvaluationException Constructor Description GraphQueryResultImpl(java.util.Map<java.lang.String,java.lang.String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)Deprecated.IteratingGraphQueryResult(java.util.Map<java.lang.String,java.lang.String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)Deprecated.IteratingTupleQueryResult(java.util.List<java.lang.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(java.util.List<java.lang.String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)Deprecated.Constructors in org.eclipse.rdf4j.query.impl that throw QueryEvaluationException Constructor Description MutableTupleQueryResult(TupleQueryResult tqr) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.parser.impl
Methods in org.eclipse.rdf4j.query.parser.impl that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected 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 QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)Methods in org.eclipse.rdf4j.query.parser.impl that throw QueryEvaluationException Modifier and Type Method Description protected voidAbstractParserQuery.QueryInterruptIteration. throwInterruptedException()Deprecated.Constructor parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type QueryEvaluationException Constructor Description QueryInterruptIteration(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 QueryEvaluationException Modifier and Type Method Description protected ValueAggregateFunction. evaluate(BindingSet s)abstract voidAggregateFunction. processAggregate(BindingSet bindingSet, java.util.function.Predicate<D> distinctValue, T agv) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryEvaluationException Modifier and Type Method Description static voidQueryResultIO. writeGraph(GraphQueryResult gqr, RDFFormat format, java.io.OutputStream out)Writes a graph query result document in a specific RDF format to an output stream.static voidQueryResultIO. writeTuple(TupleQueryResult tqr, QueryResultFormat format, java.io.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 Modifier and Type Method Description protected voidBackgroundTupleResult. handleClose()Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw QueryEvaluationException Modifier and Type Method Description booleanDatasetBooleanQuery. evaluate()GraphQueryResultDatasetGraphQuery. evaluate()voidDatasetGraphQuery. evaluate(RDFHandler handler)TupleQueryResultDatasetTupleQuery. 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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Methods in org.eclipse.rdf4j.repository.evaluation that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? 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.http Modifier and Type Class Description classHTTPQueryEvaluationExceptionMethods in org.eclipse.rdf4j.repository.http that throw QueryEvaluationException Modifier and Type Method Description booleanHTTPBooleanQuery. evaluate()GraphQueryResultHTTPGraphQuery. evaluate()voidHTTPGraphQuery. evaluate(RDFHandler handler)TupleQueryResultHTTPTupleQuery. evaluate()voidHTTPTupleQuery. evaluate(TupleQueryResultHandler handler) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw QueryEvaluationException Modifier and Type Method Description booleanSailBooleanQuery. evaluate()GraphQueryResultSailGraphQuery. evaluate()voidSailGraphQuery. evaluate(RDFHandler handler)TupleQueryResultSailTupleQuery. 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 QueryEvaluationException Modifier and Type Method Description private CloseableIteration<? extends BindingSet,QueryEvaluationException>SailUpdateExecutor. evaluateWhereClause(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime)Methods in org.eclipse.rdf4j.repository.sail.helpers that throw QueryEvaluationException Modifier and Type Method Description private 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 QueryEvaluationException Modifier and Type Method Description protected 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 QueryEvaluationException Modifier and Type Method Description private 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
Fields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type QueryEvaluationException Modifier and Type Field Description private CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService.CloseConnectionIteration. delegateprotected CloseableIteration<T,QueryEvaluationException>JoinExecutorBase. leftIterprotected CloseableIteration<BindingSet,QueryEvaluationException>SPARQLCrossProductIteration. resultIterationprotected CloseableIteration<T,QueryEvaluationException>JoinExecutorBase. rightIterprotected QueueCursor<CloseableIteration<T,QueryEvaluationException>>JoinExecutorBase. rightQueueMethods in org.eclipse.rdf4j.repository.sparql.federation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)protected CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternal(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.private CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternalFallback(Service service, java.util.List<BindingSet> allBindings, java.lang.String baseUri)Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration, i.e.CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.Method parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type QueryEvaluationException Modifier and Type Method Description voidJoinExecutorBase. addResult(CloseableIteration<T,QueryEvaluationException> res)CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)protected CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternal(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.Methods in org.eclipse.rdf4j.repository.sparql.federation that throw QueryEvaluationException Modifier and Type Method Description booleanRepositoryFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.private java.lang.StringRepositoryFederatedService. buildVALUESClause(java.util.List<BindingSet> bindings, java.util.List<java.lang.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(java.lang.String serviceUrl)CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)protected CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternal(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.TJoinExecutorBase. getNextElement()protected BindingSetSPARQLCrossProductIteration. getNextElement()voidJoinExecutorBase. handleClose()protected voidSPARQLCrossProductIteration. handleClose()booleanRepositoryFederatedService.CloseConnectionIteration. hasNext()voidRepositoryFederatedService. initialize()BindingSetRepositoryFederatedService.CloseConnectionIteration. next()voidRepositoryFederatedService.CloseConnectionIteration. remove()CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.voidRepositoryFederatedService. shutdown()Constructor parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type QueryEvaluationException Constructor Description BatchingServiceIteration(CloseableIteration<BindingSet,QueryEvaluationException> inputBindings, int blockSize, Service service)CloseConnectionIteration(CloseableIteration<BindingSet,QueryEvaluationException> delegate, RepositoryConnection connection)JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.List<BindingSet> bindings)Deprecated.SPARQLCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings)Constructors in org.eclipse.rdf4j.repository.sparql.federation that throw QueryEvaluationException Constructor Description BatchingServiceIteration(CloseableIteration<BindingSet,QueryEvaluationException> inputBindings, int blockSize, Service service)JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that throw QueryEvaluationException Modifier and Type Method Description booleanSPARQLBooleanQuery. evaluate()GraphQueryResultSPARQLGraphQuery. evaluate()voidSPARQLGraphQuery. evaluate(RDFHandler handler)TupleQueryResultSPARQLTupleQuery. evaluate()voidSPARQLTupleQuery. evaluate(TupleQueryResultHandler handler)BindingSetInsertBindingSetCursor. next()Constructor parameters in org.eclipse.rdf4j.repository.sparql.query with type arguments of type QueryEvaluationException Constructor Description InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util that throw QueryEvaluationException Modifier and Type Method Description static <T> TRepositories. graphQuery(Repository repository, java.lang.String query, java.util.function.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, java.lang.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, java.lang.String query, java.util.function.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, java.lang.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, java.lang.String query, java.util.function.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, java.lang.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, java.lang.String query, java.util.function.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, java.lang.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
Methods in org.eclipse.rdf4j.sail that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? 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 QueryEvaluationException Modifier and Type Method Description voidTripleSourceIterationWrapper. close()booleanTripleSourceIterationWrapper. hasNext()Checks whether the underlying iteration contains more elements.TTripleSourceIterationWrapper. 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 QueryEvaluationException Modifier and Type Method Description protected 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 java.lang.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 QueryEvaluationException Modifier and Type Method Description private <T,X extends java.lang.Exception>
CloseableIteration<T,QueryEvaluationException>SailSourceConnection. interlock(CloseableIteration<T,QueryEvaluationException> iter, SailClosable... closes)Methods in org.eclipse.rdf4j.sail.base that throw QueryEvaluationException Modifier and Type Method Description 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) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Methods in org.eclipse.rdf4j.sail.evaluation that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? 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 QueryEvaluationException Modifier and Type Method Description 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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<? 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 QueryEvaluationException Modifier and Type Method Description private voidCustomGraphQueryInferencer.Connection. buildDeltaSets(java.util.Collection<Statement> forRemoval, java.util.Collection<Statement> forAddition)private voidCustomGraphQueryInferencer.Connection. evaluateIntoStatements(ParsedGraphQuery query, java.util.Collection<Statement> statements)private voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. evaluateIntoStatements(ParsedGraphQuery query, java.util.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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<? 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
Methods in org.eclipse.rdf4j.spin.function that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ConstructTupleFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SelectTupleFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SpinTupleFunction. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.spin.function that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ConstructTupleFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SelectTupleFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SpinTupleFunction. evaluate(ValueFactory valueFactory, Value... args)voidConstructTupleFunction.GraphQueryResultIteration. handleClose()voidSelectTupleFunction.TupleQueryResultIteration. handleClose()booleanConstructTupleFunction.GraphQueryResultIteration. hasNext()booleanSelectTupleFunction.TupleQueryResultIteration. hasNext()java.util.List<Value>ConstructTupleFunction.GraphQueryResultIteration. next()java.util.List<Value>SelectTupleFunction.TupleQueryResultIteration. next()voidConstructTupleFunction.GraphQueryResultIteration. remove()voidSelectTupleFunction.TupleQueryResultIteration. remove()Constructors in org.eclipse.rdf4j.spin.function that throw QueryEvaluationException Constructor Description 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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ConcatTupleFunction. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.spin.function.apf that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Index. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Length. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Member. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.spin.function.list that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Index. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Length. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.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 QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>For. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ForEach. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Split. evaluate(ValueFactory valueFactory, Value... args)Methods in org.eclipse.rdf4j.spin.function.spif that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>For. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ForEach. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Split. evaluate(ValueFactory valueFactory, Value... args)
-