Uses of Class
org.eclipse.rdf4j.query.QueryEvaluationException
Package
Description
Interfaces and classes for handling queries and query results.
Copyright (c) 2019 Eclipse RDF4J contributors.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
A Sail implementation that supports full-text indexing via the Lucene API.
Core functions required for SPIN.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.console.command
Modifier and TypeMethodDescriptionprotected void
TupleAndGraphQueryEvaluator.evaluateBooleanQuery
(QueryLanguage queryLn, String queryString, QueryResultWriter writer) Evaluate a boolean SPARQL queryprotected void
TupleAndGraphQueryEvaluator.evaluateGraphQuery
(QueryLanguage queryLn, String queryString, RDFWriter writer, Collection<Namespace> namespaces) Evaluate SPARQL graph queryprotected void
TupleAndGraphQueryEvaluator.evaluateTupleQuery
(QueryLanguage queryLn, String queryString, QueryResultWriter writer) Evaluate SPARQL tuple query and send the output to a writer. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated
Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet,
QueryEvaluationException> FedXConnection.evaluateInternal
(TupleExpr query, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.algebra
Modifier and TypeMethodDescriptionCheckStatementPattern.evaluate
(BindingSet bindings) ExclusiveGroup.evaluate
(BindingSet bindings) ExclusiveStatement.evaluate
(BindingSet bindings) StatementSourcePattern.evaluate
(BindingSet bindings) StatementTupleExpr.evaluate
(BindingSet bindings) Evaluate this expression using the provided bindingsprotected CloseableIteration<BindingSet,
QueryEvaluationException> StatementSourcePattern.handleStatementSourcePatternCheck
(BindingSet bindings) Modifier and TypeMethodDescriptionCheckStatementPattern.evaluate
(BindingSet bindings) ExclusiveGroup.evaluate
(BindingSet bindings) ExclusiveStatement.evaluate
(BindingSet bindings) StatementSourcePattern.evaluate
(BindingSet bindings) StatementTupleExpr.evaluate
(BindingSet bindings) Evaluate this expression using the provided bindingsprotected CloseableIteration<BindingSet,
QueryEvaluationException> StatementSourcePattern.handleStatementSourcePatternCheck
(BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.api
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeFieldDescriptionprotected CloseableIteration<T,
QueryEvaluationException> TripleSourceBase.ResultHolder.result
Modifier and TypeMethodDescriptionFederationEvalStrategy.evaluate
(DescribeOperator operator, BindingSet bindings) FederationEvalStrategy.evaluate
(TupleExpr expr, BindingSet bindings) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateAtStatementSources
(Object preparedQuery, List<StatementSource> statementSources, QueryInfo queryInfo) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateAtStatementSources
(String preparedQuery, List<StatementSource> statementSources, QueryInfo queryInfo) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateAtStatementSources
(TupleExpr preparedQuery, List<StatementSource> statementSources, QueryInfo queryInfo) FederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) Evaluate a bound join at the relevant endpoint, i.e.SailFederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) SparqlFederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) protected CloseableIteration<BindingSet,
QueryEvaluationException> SparqlFederationEvalStrategy.evaluateBoundJoinStatementPattern_UNION
(StatementTupleExpr stmt, List<BindingSet> bindings) Deprecated.FederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) SailFederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) SparqlFederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateExclusiveTupleExpr
(ExclusiveTupleExpr expr, BindingSet bindings) Evaluate anExclusiveTupleExpr
.FederationEvalStrategy.evaluateGroupedCheck
(CheckStatementPattern stmt, List<BindingSet> bindings) Perform a grouped check at the relevant endpoints, i.e.SailFederationEvalStrategy.evaluateGroupedCheck
(CheckStatementPattern stmt, List<BindingSet> bindings) SparqlFederationEvalStrategy.evaluateGroupedCheck
(CheckStatementPattern stmt, List<BindingSet> bindings) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateLeftJoin
(FedXLeftJoin leftJoin, BindingSet bindings) Evaluate aFedXLeftJoin
(i.e.FederationEvalStrategy.evaluateNaryUnion
(NUnion union, BindingSet bindings) FederationEvalStrategy.evaluateNJoin
(NJoin join, BindingSet bindings) FederationEvalStrategy.evaluateService
(FedXService service, List<BindingSet> bindings) Evaluate a SERVICE using vectored evaluation, taking the provided bindings as input.FederationEvalStrategy.evaluateService
(FedXService service, BindingSet bindings) FederationEvalStrategy.evaluateSingleSourceQuery
(SingleSourceQuery query, BindingSet bindings) protected abstract CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVariables, BindingSet bindings, QueryInfo queryInfo) Execute the join in a separate thread using some join executor.SailFederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVars, BindingSet bindings, QueryInfo queryInfo) SparqlFederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVars, BindingSet bindings, QueryInfo queryInfo) TripleSourceBase.ResultHolder.get()
FederationEvalStrategy.getStatements
(QueryInfo queryInfo, Resource subj, IRI pred, Value obj, Resource... contexts) Retrieve the statements matching the provided subject, predicate and object value from the federation members.SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) SailTripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SailTripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SparqlTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) SparqlTripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SparqlTripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) TripleSource.getStatements
(String preparedQuery, QueryType queryType, QueryInfo queryInfo) Deprecated.TripleSource.getStatements
(String preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the prepared query (SPARQL query as String) on the provided endpoint.TripleSource.getStatements
(String preparedQuery, BindingSet queryBindings, QueryType queryType, QueryInfo queryInfo) Evaluate a given SPARQL query of the provided query type at the given source.TripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) Return the statements matching the given pattern as aStatement
iteration.TripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the query expression on the provided endpoint.TripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the prepared query in its internal representation on the provided endpoint.TripleSourceBase.getStatements
(String preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) TripleSourceBase.getStatements
(String preparedQuery, BindingSet queryBindings, QueryType queryType, QueryInfo queryInfo) protected <T> CloseableIteration<T,
QueryEvaluationException> TripleSourceBase.withConnection
(TripleSourceBase.ConnectionOperation<T> operation) Convenience method to perform an operation on aRepositoryConnection
.Modifier and TypeMethodDescriptionprotected abstract CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVariables, BindingSet bindings, QueryInfo queryInfo) Execute the join in a separate thread using some join executor.SailFederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVars, BindingSet bindings, QueryInfo queryInfo) SparqlFederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVars, BindingSet bindings, QueryInfo queryInfo) void
TripleSourceBase.ResultHolder.set
(CloseableIteration<T, QueryEvaluationException> result) Modifier and TypeMethodDescriptionprotected FederatedService
DelegateFederatedServiceResolver.createService
(String serviceUrl) FederationEvalStrategy.evaluate
(ConjunctiveFilterExpr node, BindingSet bindings) FederationEvalStrategy.evaluate
(FilterExpr node, BindingSet bindings) FederationEvalStrategy.evaluate
(DescribeOperator operator, BindingSet bindings) FederationEvalStrategy.evaluate
(TupleExpr expr, BindingSet bindings) FederationEvalStrategy.evaluate
(ValueExpr expr, BindingSet bindings) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateAtStatementSources
(Object preparedQuery, List<StatementSource> statementSources, QueryInfo queryInfo) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateAtStatementSources
(String preparedQuery, List<StatementSource> statementSources, QueryInfo queryInfo) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateAtStatementSources
(TupleExpr preparedQuery, List<StatementSource> statementSources, QueryInfo queryInfo) FederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) Evaluate a bound join at the relevant endpoint, i.e.SailFederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) SparqlFederationEvalStrategy.evaluateBoundJoinStatementPattern
(StatementTupleExpr stmt, List<BindingSet> bindings) protected CloseableIteration<BindingSet,
QueryEvaluationException> SparqlFederationEvalStrategy.evaluateBoundJoinStatementPattern_UNION
(StatementTupleExpr stmt, List<BindingSet> bindings) Deprecated.FederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) SailFederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) SparqlFederationEvalStrategy.evaluateExclusiveGroup
(ExclusiveGroup group, BindingSet bindings) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateExclusiveTupleExpr
(ExclusiveTupleExpr expr, BindingSet bindings) Evaluate anExclusiveTupleExpr
.FederationEvalStrategy.evaluateGroupedCheck
(CheckStatementPattern stmt, List<BindingSet> bindings) Perform a grouped check at the relevant endpoints, i.e.SailFederationEvalStrategy.evaluateGroupedCheck
(CheckStatementPattern stmt, List<BindingSet> bindings) SparqlFederationEvalStrategy.evaluateGroupedCheck
(CheckStatementPattern stmt, List<BindingSet> bindings) protected CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.evaluateLeftJoin
(FedXLeftJoin leftJoin, BindingSet bindings) Evaluate aFedXLeftJoin
(i.e.FederationEvalStrategy.evaluateNaryUnion
(NUnion union, BindingSet bindings) FederationEvalStrategy.evaluateNJoin
(NJoin join, BindingSet bindings) FederationEvalStrategy.evaluateService
(FedXService service, List<BindingSet> bindings) Evaluate a SERVICE using vectored evaluation, taking the provided bindings as input.FederationEvalStrategy.evaluateService
(FedXService service, BindingSet bindings) FederationEvalStrategy.evaluateSingleSourceQuery
(SingleSourceQuery query, BindingSet bindings) protected abstract CloseableIteration<BindingSet,
QueryEvaluationException> FederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVariables, BindingSet bindings, QueryInfo queryInfo) Execute the join in a separate thread using some join executor.SailFederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVars, BindingSet bindings, QueryInfo queryInfo) SparqlFederationEvalStrategy.executeJoin
(ControlledWorkerScheduler<BindingSet> joinScheduler, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, Set<String> joinVars, BindingSet bindings, QueryInfo queryInfo) DelegateFederatedServiceResolver.getService
(String serviceUrl) FederationEvalStrategy.getStatements
(QueryInfo queryInfo, Resource subj, IRI pred, Value obj, Resource... contexts) Retrieve the statements matching the provided subject, predicate and object value from the federation members.SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) SailTripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SailTripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SparqlTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) SparqlTripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) SparqlTripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) TripleSource.getStatements
(String preparedQuery, QueryType queryType, QueryInfo queryInfo) Deprecated.TripleSource.getStatements
(String preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the prepared query (SPARQL query as String) on the provided endpoint.TripleSource.getStatements
(String preparedQuery, BindingSet queryBindings, QueryType queryType, QueryInfo queryInfo) Evaluate a given SPARQL query of the provided query type at the given source.TripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) Return the statements matching the given pattern as aStatement
iteration.TripleSource.getStatements
(StatementPattern stmt, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the query expression on the provided endpoint.TripleSource.getStatements
(TupleExpr preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) Evaluate the prepared query in its internal representation on the provided endpoint.TripleSourceBase.getStatements
(String preparedQuery, BindingSet bindings, FilterValueExpr filterExpr, QueryInfo queryInfo) TripleSourceBase.getStatements
(String preparedQuery, BindingSet queryBindings, QueryType queryType, QueryInfo queryInfo) boolean
SailTripleSource.hasStatements
(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset) boolean
SparqlTripleSource.hasStatements
(ExclusiveTupleExpr expr, BindingSet bindings) boolean
SparqlTripleSource.hasStatements
(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset) boolean
TripleSource.hasStatements
(ExclusiveTupleExpr expr, BindingSet bindings) Check if the repository can return results for the givenExclusiveTupleExpr
, e.g.boolean
TripleSource.hasStatements
(StatementPattern stmt, BindingSet bindings, QueryInfo queryInfo, Dataset dataset) Check if the provided statement can return results.boolean
TripleSourceBase.hasStatements
(ExclusiveTupleExpr group, BindingSet bindings) FederationEvalStrategy.precompile
(TupleExpr expr, QueryEvaluationContext context) FederationEvalStrategy.precompile
(ValueExpr expr, QueryEvaluationContext context) protected QueryValueEvaluationStep
FederationEvalStrategy.prepare
(ConjunctiveFilterExpr node, QueryEvaluationContext context) protected QueryValueEvaluationStep
FederationEvalStrategy.prepare
(FilterExpr node, QueryEvaluationContext context) protected QueryEvaluationStep
FederationEvalStrategy.prepareExclusiveTupleExpr
(ExclusiveTupleExpr expr, QueryEvaluationContext context) protected QueryEvaluationStep
FederationEvalStrategy.prepareLeftJoin
(FedXLeftJoin leftJoin, QueryEvaluationContext context) FederationEvalStrategy.prepareNaryUnion
(NUnion union, QueryEvaluationContext context) protected QueryEvaluationStep
FederationEvalStrategy.prepareNJoin
(NJoin join, QueryEvaluationContext context) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation.concurrent
Modifier and TypeFieldDescriptionprotected CloseableIteration<T,
QueryEvaluationException> ParallelExecutorBase.rightIter
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelServiceExecutor.rightIter
Modifier and TypeMethodDescriptionParallelTask.performTask()
ParallelTaskBase.performTask()
protected abstract CloseableIteration<T,
QueryEvaluationException> ParallelTaskBase.performTaskInternal()
Modifier and TypeMethodDescriptionvoid
ParallelExecutor.addResult
(CloseableIteration<T, QueryEvaluationException> res) Handle the result appropriately, e.g.void
ParallelExecutorBase.addResult
(CloseableIteration<T, QueryEvaluationException> res) void
ParallelServiceExecutor.addResult
(CloseableIteration<BindingSet, QueryEvaluationException> res) void
ControlledWorkerScheduler.handleResult
(CloseableIteration<T, QueryEvaluationException> res) void
Scheduler.handleResult
(CloseableIteration<T, QueryEvaluationException> res) Callback to handle the result.Modifier and TypeMethodDescriptionParallelExecutorBase.getNextElement()
protected BindingSet
ParallelServiceExecutor.getNextElement()
void
FedXQueueCursor.handleClose()
void
ParallelExecutorBase.handleClose()
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation.iterator
Modifier and TypeFieldDescriptionprotected final CloseableIteration<T,
QueryEvaluationException> CloseDependentConnectionIteration.inner
protected final CloseableIteration<BindingSet,
QueryEvaluationException> LazyMutableClosableIteration.inner
protected final CloseableIteration<BindingSet,
QueryEvaluationException> PrintingIteration.inner
protected final CloseableIteration<BindingSet,
QueryEvaluationException> QueryResultIteration.inner
protected final CloseableIteration<? extends BindingSet,
QueryEvaluationException> StopRemainingExecutionsOnCloseIteration.inner
protected final CloseableIteration<BindingSet,
QueryEvaluationException> IndependentJoingroupBindingsIteration.iter
protected final CloseableIteration<BindingSet,
QueryEvaluationException> IndependentJoingroupBindingsIteration2.iter
protected final CloseableIteration<BindingSet,
QueryEvaluationException> IndependentJoingroupBindingsIteration3.iter
Modifier and TypeMethodDescriptionprotected QueryEvaluationException
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationException
StatementConversionIteration.convertException
(Exception e) Modifier and TypeMethodDescriptionprotected CloseableIteration<BindingSet,
QueryEvaluationException> FederatedDescribeIteration.createNextIteration
(Value subject, Value object) Deprecated.Modifier and TypeMethodDescriptionprotected boolean
FilteringIteration.accept
(BindingSet bindings) Deprecated.void
ConsumingIteration.close()
void
LazyMutableClosableIteration.close()
protected ArrayList<BindingSet>
IndependentJoingroupBindingsIteration.computeResult()
protected ArrayList<BindingSet>
IndependentJoingroupBindingsIteration2.computeResult()
protected ArrayList<BindingSet>
IndependentJoingroupBindingsIteration3.computeResult()
protected BindingSet
BoundJoinConversionIteration.convert
(BindingSet bIn) Deprecated.protected BindingSet
BoundJoinVALUESConversionIteration.convert
(BindingSet bIn) Deprecated.protected BindingSet
GroupedCheckConversionIteration.convert
(BindingSet bindingSet) Deprecated.protected BindingSet
InsertBindingsIteration.convert
(BindingSet bIn) Deprecated.protected CloseableIteration<BindingSet,
QueryEvaluationException> FederatedDescribeIteration.createNextIteration
(Value subject, Value object) Deprecated.protected BindingSet
IndependentJoingroupBindingsIteration.getNextElement()
protected BindingSet
IndependentJoingroupBindingsIteration2.getNextElement()
protected BindingSet
IndependentJoingroupBindingsIteration3.getNextElement()
protected void
CloseDependentConnectionIteration.handleClose()
protected void
FederatedDescribeIteration.handleClose()
Deprecated.protected void
GraphToBindingSetConversionIteration.handleClose()
protected void
IndependentJoingroupBindingsIteration.handleClose()
protected void
IndependentJoingroupBindingsIteration2.handleClose()
protected void
IndependentJoingroupBindingsIteration3.handleClose()
protected void
PrintingIteration.handleClose()
protected void
QueryResultIteration.handleClose()
protected void
SingleBindingSetIteration.handleClose()
protected void
StatementConversionIteration.handleClose()
protected void
StopRemainingExecutionsOnCloseIteration.handleClose()
boolean
CloseDependentConnectionIteration.hasNext()
boolean
ConsumingIteration.hasNext()
boolean
GraphToBindingSetConversionIteration.hasNext()
boolean
LazyMutableClosableIteration.hasNext()
boolean
PrintingIteration.hasNext()
boolean
QueryResultIteration.hasNext()
boolean
StatementConversionIteration.hasNext()
boolean
StopRemainingExecutionsOnCloseIteration.hasNext()
CloseDependentConnectionIteration.next()
ConsumingIteration.next()
FilteringInsertBindingsIteration.next()
Deprecated.GraphToBindingSetConversionIteration.next()
LazyMutableClosableIteration.next()
PrintingIteration.next()
QueryResultIteration.next()
StatementConversionIteration.next()
StopRemainingExecutionsOnCloseIteration.next()
void
PrintingIteration.print()
void
CloseDependentConnectionIteration.remove()
void
ConsumingIteration.remove()
void
GraphToBindingSetConversionIteration.remove()
void
LazyMutableClosableIteration.remove()
void
PrintingIteration.remove()
void
QueryResultIteration.remove()
void
StatementConversionIteration.remove()
void
StopRemainingExecutionsOnCloseIteration.remove()
ModifierConstructorDescriptionBoundJoinConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.BoundJoinVALUESConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.CloseDependentConnectionIteration
(CloseableIteration<T, QueryEvaluationException> inner, RepositoryConnection dependentConn) ConsumingIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, int max) FederatedDescribeIteration
(Iteration<BindingSet, QueryEvaluationException> sourceIter, FederationEvalStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings, QueryInfo queryInfo) Deprecated, for removal: This API element is subject to removal in a future version.FilteringInsertBindingsIteration
(FilterValueExpr filterExpr, BindingSet bindings, CloseableIteration<BindingSet, QueryEvaluationException> iter, FederationEvalStrategy strategy) Deprecated.FilteringIteration
(FilterValueExpr filterExpr, CloseableIteration<BindingSet, QueryEvaluationException> iter, FederationEvalStrategy strategy) Deprecated.GroupedCheckConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.IndependentJoingroupBindingsIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) IndependentJoingroupBindingsIteration2
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) IndependentJoingroupBindingsIteration3
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) InsertBindingsIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) Deprecated.QueryResultIteration
(CloseableIteration<BindingSet, QueryEvaluationException> inner, QueryInfo queryInfo) StopRemainingExecutionsOnCloseIteration
(CloseableIteration<? extends BindingSet, QueryEvaluationException> inner, QueryInfo queryInfo) ModifierConstructorDescriptionConsumingIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, int max) FilteringInsertBindingsIteration
(FilterValueExpr filterExpr, BindingSet bindings, CloseableIteration<BindingSet, QueryEvaluationException> iter, FederationEvalStrategy strategy) Deprecated.FilteringIteration
(FilterValueExpr filterExpr, CloseableIteration<BindingSet, QueryEvaluationException> iter, FederationEvalStrategy strategy) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation.join
Modifier and TypeFieldDescriptionprotected CloseableIteration<T,
QueryEvaluationException> JoinExecutorBase.leftIter
Modifier and TypeMethodDescriptionprotected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelBoundJoinTask.performTaskInternal()
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelCheckJoinTask.performTaskInternal()
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelJoinTask.performTaskInternal()
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelLeftJoinTask.performTaskInternal()
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelServiceJoinTask.performTaskInternal()
Modifier and TypeMethodDescriptionvoid
ControlledWorkerBoundJoin.handleClose()
void
ControlledWorkerJoin.handleClose()
void
ControlledWorkerLeftJoin.handleClose()
void
JoinExecutorBase.handleClose()
ModifierConstructorDescriptionControlledWorkerBoundJoin
(ControlledWorkerScheduler<BindingSet> scheduler, FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) ControlledWorkerJoin
(ControlledWorkerScheduler<BindingSet> scheduler, FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) ControlledWorkerLeftJoin
(ControlledWorkerScheduler<BindingSet> scheduler, FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, LeftJoin join, BindingSet bindings, QueryInfo queryInfo) HashJoin
(FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, QueryEvaluationStep rightPrepared, Set<String> joinVars, BindingSet bindings, QueryInfo queryInfo) JoinExecutorBase
(FederationEvalStrategy strategy, CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) SynchronousBoundJoin
(FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) SynchronousJoin
(FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) ModifierConstructorDescriptionControlledWorkerBoundJoin
(ControlledWorkerScheduler<BindingSet> scheduler, FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) ControlledWorkerJoin
(ControlledWorkerScheduler<BindingSet> scheduler, FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) ControlledWorkerLeftJoin
(ControlledWorkerScheduler<BindingSet> scheduler, FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, LeftJoin join, BindingSet bindings, QueryInfo queryInfo) HashJoin
(FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, QueryEvaluationStep rightPrepared, Set<String> joinVars, BindingSet bindings, QueryInfo queryInfo) JoinExecutorBase
(FederationEvalStrategy strategy, CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) SynchronousBoundJoin
(FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) SynchronousJoin
(FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings, QueryInfo queryInfo) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation.union
Modifier and TypeMethodDescriptionprotected CloseableIteration<Statement,
QueryEvaluationException> ParallelGetStatementsTask.performTaskInternal()
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelPreparedAlgebraUnionTask.performTaskInternal()
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelPreparedUnionTask.performTaskInternal()
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelUnionOperatorTask.performTaskInternal()
protected CloseableIteration<BindingSet,
QueryEvaluationException> ParallelUnionTask.performTaskInternal()
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.exception
Modifier and TypeMethodDescriptionstatic QueryEvaluationException
ExceptionUtil.toQueryEvaluationException
(Throwable t) Converts the given Throwable to aQueryEvaluationException
.static QueryEvaluationException
ExceptionUtil.traceExceptionSource
(Endpoint endpoint, Throwable ex, String additionalInfo) Trace the exception source within the exceptions to identify the originating endpoint.static QueryEvaluationException
ExceptionUtil.traceExceptionSourceAndRepair
(Endpoint endpoint, Throwable ex, String additionalInfo) Repair the connection and then trace the exception source. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.optimizer
Modifier and TypeMethodDescriptionprotected CloseableIteration<BindingSet,
QueryEvaluationException> SourceSelection.ParallelCheckTask.performTaskInternal()
Modifier and TypeMethodDescriptionvoid
SourceSelection.SourceSelectionExecutorWithLatch.addResult
(CloseableIteration<BindingSet, QueryEvaluationException> res) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.structures
Modifier and TypeMethodDescriptionboolean
FedXBooleanQuery.evaluate()
FedXGraphQuery.evaluate()
void
FedXGraphQuery.evaluate
(RDFHandler handler) FedXTupleQuery.evaluate()
void
FedXTupleQuery.evaluate
(TupleQueryResultHandler handler) void
QueryInfo.registerScheduledTask
(ParallelTask<?> task) Register a new scheduled task for this query. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query
Modifier and TypeClassDescriptionclass
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.Modifier and TypeMethodDescriptionstatic <T> List<T>
QueryResults.asList
(QueryResult<T> queryResult) Get a List containing all elements obtained from the specifiedQueryResult
.static Model
QueryResults.asModel
(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration) Get aModel
containing all elements obtained from the specified query result.static Model
QueryResults.asModel
(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration, ModelFactory modelFactory) Get aModel
containing all elements obtained from the specified query result.static <T> Set<T>
QueryResults.asSet
(QueryResult<T> queryResult) Get a Set containing all elements obtained from the specifiedQueryResult
.static boolean
QueryResults.equals
(GraphQueryResult result1, GraphQueryResult result2) Compares two graph query results and returnstrue
if they are equal.static boolean
QueryResults.equals
(TupleQueryResult tqr1, TupleQueryResult tqr2) Compares two tuple query results and returnstrue
if they are equal.Tuple query results are equal if they contain the same set ofBindingSet
s and have the same headers.boolean
BooleanQuery.evaluate()
GraphQuery.evaluate()
void
GraphQuery.evaluate
(RDFHandler handler) TupleQuery.evaluate()
void
TupleQuery.evaluate
(TupleQueryResultHandler handler) QueryResults.getAllValues
(TupleQueryResult result, String var) Returns a list of values of a particular variable out of the QueryResult.TupleQueryResult.getBindingNames()
Gets the names of the bindings, in order of projection.GraphQueryResult.getNamespaces()
Retrieves relevant namespaces from the query result.boolean
QueryResult.hasNext()
Returnstrue
if the query result has more elements.static boolean
QueryResults.isSubset
(TupleQueryResult tqr1, TupleQueryResult tqr2) QueryResult.next()
Returns the next element in the query result.static void
QueryResults.report
(GraphQueryResult graphQueryResult, RDFHandler rdfHandler) Reports a graph query result to anRDFHandler
.static void
QueryResults.report
(TupleQueryResult tqr, QueryResultHandler handler) Reports a tuple query result to aTupleQueryResultHandler
.static Statement
QueryResults.singleResult
(GraphQueryResult result) Returns a single element from the query result.The QueryResult is automatically closed by this method.static BindingSet
QueryResults.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
Modifier and TypeClassDescriptionclass
An exception indicating that aValueExpr
could not be evaluated due to illegal or incompatible values.Modifier and TypeFieldDescriptionstatic final EmptyIteration<BindingSet,
QueryEvaluationException> QueryEvaluationStep.EMPTY_ITERATION
static final EmptyIteration<? extends Statement,
QueryEvaluationException> TripleSource.EMPTY_ITERATION
static final EmptyIteration<? extends Triple,
QueryEvaluationException> TripleSource.EMPTY_TRIPLE_ITERATION
Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet,
? extends QueryEvaluationException> QueryEvaluationStep.DelayedEvaluationIteration.createIteration()
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract CloseableIteration<? extends BindingSet,
QueryEvaluationException> AbstractQueryPreparer.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) EvaluationStrategy.evaluate
(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.QueryEvaluationStep.evaluate
(BindingSet bindings) CloseableIteration<? extends Triple,
QueryEvaluationException> RDFStarTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,
QueryEvaluationException> TripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.Modifier and TypeMethodDescriptionEvaluationStrategy.evaluate
(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.static QueryEvaluationStep
QueryEvaluationStep.wrap
(QueryEvaluationStep qes, Function<CloseableIteration<BindingSet, QueryEvaluationException>, CloseableIteration<BindingSet, QueryEvaluationException>> wrap) Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.static QueryEvaluationStep
QueryEvaluationStep.wrap
(QueryEvaluationStep qes, Function<CloseableIteration<BindingSet, QueryEvaluationException>, CloseableIteration<BindingSet, QueryEvaluationException>> wrap) Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet,
? extends QueryEvaluationException> QueryEvaluationStep.DelayedEvaluationIteration.createIteration()
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract CloseableIteration<? extends BindingSet,
QueryEvaluationException> AbstractQueryPreparer.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) EvaluationStrategy.evaluate
(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate
(ValueExpr expr, BindingSet bindings) Gets the value of this expression.QueryValueEvaluationStep.ConstantQueryValueEvaluationStep.evaluate
(BindingSet bindings) QueryValueEvaluationStep.evaluate
(BindingSet bindings) QueryValueEvaluationStep.Minimal.evaluate
(BindingSet bindings) CloseableIteration<? extends Triple,
QueryEvaluationException> RDFStarTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object.EvaluationStrategy.getService
(String serviceUrl) Retrieve theFederatedService
registered 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.boolean
EvaluationStrategy.isTrue
(QueryValueEvaluationStep expr, BindingSet bindings) boolean
EvaluationStrategy.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
Modifier and TypeMethodDescriptionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) FederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided SPARQL query at this federated service.TupleFunctionFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Modifier and TypeMethodDescriptionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Modifier and TypeMethodDescriptionboolean
FederatedService.ask
(Service service, BindingSet bindings, String baseUri) Evaluate the provided SPARQL ASK query at this federated service.boolean
TupleFunctionFederatedService.ask
(Service service, BindingSet bindings, String baseUri) protected abstract FederatedService
AbstractFederatedServiceResolver.createService
(String serviceUrl) Create a newFederatedService
for the given serviceUrl.FederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) AbstractFederatedServiceResolver.getService
(String serviceUrl) Retrieve theFederatedService
registered for serviceUrl.FederatedServiceResolver.getService
(String serviceUrl) Retrieve theFederatedService
registered for serviceUrl.void
FederatedService.initialize()
Method to perform any initializations, invoked after construction.FederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided SPARQL query at this federated service.TupleFunctionFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) void
FederatedService.shutdown()
Method to perform any shutDown code, invoked at unregistering.ModifierConstructorDescriptionJoinExecutorBase
(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) Deprecated.ServiceCrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Deprecated.ServiceJoinConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.ServiceJoinIterator
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy) Construct a service join iteration to use vectored evaluation.ModifierConstructorDescriptionJoinExecutorBase
(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
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> TupleFunction.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> TupleFunction.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionExtensionQueryEvaluationStep.evaluate
(BindingSet bs) StrictEvaluationStrategy.evaluate
(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(DescribeOperator operator, BindingSet bindings) StrictEvaluationStrategy.evaluate
(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Service service, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(StatementPattern statementPattern, BindingSet bindings) StrictEvaluationStrategy.evaluate
(TripleRef ref, BindingSet bindings) evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)StrictEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(UnaryTupleOperator expr, BindingSet bindings) StrictEvaluationStrategy.evaluate
(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) TupleFunctionEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionStrictEvaluationStrategy.evaluate
(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionExtendedEvaluationStrategy.evaluate
(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate
(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(And node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(BNodeGenerator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Bound node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(CompareAll node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(CompareAny node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Datatype node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(DescribeOperator operator, BindingSet bindings) StrictEvaluationStrategy.evaluate
(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Now node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Exists node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(FunctionCall node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(If node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(In node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(IRIFunction node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(IsBNode node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(IsLiteral node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(IsNumeric node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(IsResource node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(IsURI node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Label node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(LangMatches node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Lang node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Like node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(ListMemberOperator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(LocalName node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Namespace node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Not node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Or node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Regex node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(SameTerm node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Service service, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(StatementPattern statementPattern, BindingSet bindings) StrictEvaluationStrategy.evaluate
(Str node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(UnaryTupleOperator expr, BindingSet bindings) StrictEvaluationStrategy.evaluate
(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(ValueConstant valueConstant, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(ValueExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(ValueExprTripleRef node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(Var var, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.evaluate
(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) TupleFunctionEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.StrictEvaluationStrategy.getService
(String serviceUrl) boolean
StrictEvaluationStrategy.isTrue
(QueryValueEvaluationStep expr, BindingSet bindings) boolean
StrictEvaluationStrategy.isTrue
(ValueExpr expr, BindingSet bindings) StrictEvaluationStrategy.precompile
(ValueExpr expr, QueryEvaluationContext context) TupleFunctionEvaluationStrategy.precompile
(TupleExpr expr, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(ArbitraryLengthPath alp, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(BinaryTupleOperator expr, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(BindingSetAssignment node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(DescribeOperator node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Difference node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Distinct node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(EmptySet emptySet, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Extension node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Filter node, QueryEvaluationContext context) StrictEvaluationStrategy.prepare
(FunctionCall node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Group node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Intersection node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Join node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(LeftJoin node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(MultiProjection node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Order node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Projection node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(QueryRoot node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Reduced node, QueryEvaluationContext context) protected QueryValueEvaluationStep
StrictEvaluationStrategy.prepare
(Regex node, QueryEvaluationContext context) Determines whether the two operands match according to theregex
operator.protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Service service, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(SingletonSet singletonSet, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Slice node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(StatementPattern node, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(UnaryTupleOperator expr, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(Union node, QueryEvaluationContext context) protected QueryValueEvaluationStep
StrictEvaluationStrategy.prepare
(ValueConstant valueConstant, QueryEvaluationContext context) protected QueryValueEvaluationStep
StrictEvaluationStrategy.prepare
(Var var, QueryEvaluationContext context) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(ZeroLengthPath zlp, QueryEvaluationContext context) protected QueryEvaluationStep
TupleFunctionEvaluationStrategy.prepare
(TupleFunctionCall expr, QueryEvaluationContext context) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Modifier and TypeMethodDescriptionBindingSetAssignmentQueryEvaluationStep.evaluate
(BindingSet bindings) IntersectionQueryEvaluationStep.evaluate
(BindingSet bs) JoinQueryEvaluationStep.evaluate
(BindingSet bindings) LeftJoinQueryEvaluationStep.evaluate
(BindingSet bindings) MinusQueryEvaluationStep.evaluate
(BindingSet bindings) OrderQueryEvaluationStep.evaluate
(BindingSet bs) ProjectionQueryEvaluationStep.evaluate
(BindingSet bindings) RdfStarQueryEvaluationStep.evaluate
(BindingSet bindings) ReificationRdfStarQueryEvaluationStep.evaluate
(BindingSet bindings) ServiceQueryEvaluationStep.evaluate
(BindingSet bindings) SliceQueryEvaluationStep.OffSetAndLimitQueryEvaluationStep.evaluate
(BindingSet bs) SliceQueryEvaluationStep.OnlyLimitQueryEvaluationStep.evaluate
(BindingSet bs) SliceQueryEvaluationStep.OnlyOffsetQueryEvaluationStep.evaluate
(BindingSet bs) StatementPatternQueryEvaluationStep.evaluate
(BindingSet bindings) UnionQueryEvaluationStep.evaluate
(BindingSet bindings) ZeroLengthPathEvaluationStep.evaluate
(BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Modifier and TypeFieldDescriptionprotected final CloseableIteration<BindingSet,
QueryEvaluationException> CrossProductIteration.resultIteration
Modifier and TypeMethodDescriptionprotected CloseableIteration<BindingSet,
QueryEvaluationException> DelayedEvaluationIteration.createIteration()
protected Iteration<BindingSet,
QueryEvaluationException> OrderIterator.createIteration()
Deprecated.protected CloseableIteration<BindingSet,
QueryEvaluationException> DescribeIteration.createNextIteration
(Value subject, Value object) Deprecated.Modifier and TypeMethodDescriptionprotected Collection<BindingSet>
HashJoinIteration.makeIterationCache
(CloseableIteration<BindingSet, QueryEvaluationException> iter) Utility methods to make it easier to inserted custom store dependent listModifier and TypeMethodDescriptionprotected boolean
CompatibleBindingSetFilter.accept
(BindingSet outputBindings) Deprecated.protected boolean
FilterIterator.accept
(BindingSet bindings) Deprecated.protected void
BottomUpJoinIterator.add
(List<BindingSet> leftArgResults, BindingSet b) Deprecated.protected <E> void
HashJoinIteration.add
(Collection<E> col, E value) protected boolean
PathIteration.add
(Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp) protected void
BottomUpJoinIterator.addAll
(List<BindingSet> hashTableValues, List<BindingSet> values) Deprecated.protected <E> void
HashJoinIteration.addAll
(Collection<E> col, List<E> values) protected boolean
PathIteration.addToQueue
(Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp) ExtensionIterator.convert
(BindingSet sourceBindings) Deprecated.protected BindingSet
ProjectionIterator.convert
(BindingSet sourceBindings) Deprecated.protected CloseableIteration<BindingSet,
QueryEvaluationException> DelayedEvaluationIteration.createIteration()
protected Iteration<BindingSet,
QueryEvaluationException> OrderIterator.createIteration()
Deprecated.protected CloseableIteration<BindingSet,
QueryEvaluationException> DescribeIteration.createNextIteration
(Value subject, Value object) Deprecated.protected void
OrderIterator.decrement
(int amount) Deprecated.protected BindingSet
BadlyDesignedLeftJoinIterator.getNextElement()
protected BindingSet
BottomUpJoinIterator.getNextElement()
Deprecated.protected BindingSet
CrossProductIteration.getNextElement()
protected BindingSet
DescribeIteration.getNextElement()
Deprecated.protected BindingSet
HashJoinIteration.getNextElement()
protected BindingSet
JoinIterator.getNextElement()
protected BindingSet
LeftJoinIterator.getNextElement()
protected BindingSet
MultiProjectionIterator.getNextElement()
protected BindingSet
PathIteration.getNextElement()
protected BindingSet
ZeroLengthPathIteration.getNextElement()
protected void
BottomUpJoinIterator.handleClose()
Deprecated.protected void
CrossProductIteration.handleClose()
protected final void
DelayedEvaluationIteration.handleClose()
Closes this iteration as well as the underlying iteration if it has already been created and happens to be aCloseableIteration
.protected void
GroupIterator.handleClose()
protected void
HashJoinIteration.handleClose()
protected void
JoinIterator.handleClose()
protected void
LeftJoinIterator.handleClose()
protected void
MultiProjectionIterator.handleClose()
protected void
OrderIterator.handleClose()
Deprecated.protected void
PathIteration.handleClose()
void
QueryContextIteration.handleClose()
boolean
DelayedEvaluationIteration.hasNext()
Calls the hasNext method of the underlying iteration.boolean
GroupIterator.hasNext()
boolean
QueryContextIteration.hasNext()
protected void
OrderIterator.increment()
Deprecated.DelayedEvaluationIteration.next()
Calls the next method of the underlying iteration.GroupIterator.next()
QueryContextIteration.next()
protected void
BottomUpJoinIterator.put
(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.protected void
HashJoinIteration.putHashTableEntry
(Map<BindingSetHashKey, List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, List<BindingSet> hashValue, boolean newEntry) void
DelayedEvaluationIteration.remove()
Calls the remove method of the underlying iteration.void
OrderIterator.remove()
Deprecated.void
QueryContextIteration.remove()
protected BindingSet
BottomUpJoinIterator.removeFirstElement
(List<BindingSet> list) Deprecated.Remove the first (0 index) element from a BindingSet list.ModifierConstructorDescriptionCompatibleBindingSetFilter
(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet inputBindings) Deprecated.CrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) DescribeIteration
(Iteration<BindingSet, QueryEvaluationException> sourceIter, EvaluationStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings) Deprecated.ExtensionIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Consumer<MutableBindingSet> setter, QueryEvaluationContext context) Deprecated.ExtensionIterator
(Extension extension, CloseableIteration<BindingSet, QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context) Deprecated.FilterIterator
(Filter filter, CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy) Deprecated.HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin) HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.MultiProjectionIterator
(MultiProjection multiProjection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct, long iterationSyncThreshold) Deprecated.ProjectionIterator
(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated.QueryContextIteration
(CloseableIteration<? extends BindingSet, QueryEvaluationException> iter, QueryContext queryContext) Deprecated.ModifierConstructorDescriptionBadlyDesignedLeftJoinIterator
(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationContext context) BadlyDesignedLeftJoinIterator
(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet inputBindings, Set<String> problemVars) BottomUpJoinIterator
(EvaluationStrategy strategy, Join join, BindingSet bindings) Deprecated.ExtensionIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Consumer<MutableBindingSet> setter, QueryEvaluationContext context) Deprecated.ExtensionIterator
(Extension extension, CloseableIteration<BindingSet, QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context) Deprecated.FilterIterator
(Filter filter, CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy) Deprecated.GroupIterator
(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context) GroupIterator
(EvaluationStrategy strategy, Group group, BindingSet parentBindings, QueryEvaluationContext context) HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin) HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration
(EvaluationStrategy strategy, Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration
(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration
(EvaluationStrategy strategy, TupleExpr left, TupleExpr right, BindingSet bindings, boolean leftJoin) HashJoinIteration
(QueryEvaluationStep left, QueryEvaluationStep right, BindingSet bindings, boolean leftJoin, String[] joinAttributes, QueryEvaluationContext context) JoinIterator
(EvaluationStrategy strategy, QueryEvaluationStep leftPrepared, QueryEvaluationStep rightPrepared, Join join, BindingSet bindings) JoinIterator
(EvaluationStrategy strategy, Join join, BindingSet bindings, QueryEvaluationContext context) LeftJoinIterator
(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings, QueryEvaluationContext context) LeftJoinIterator
(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet bindings, Set<String> scopeBindingNamse) PathIteration
(EvaluationStrategy strategy, StatementPattern.Scope scope, Var startVar, TupleExpr pathExpression, Var endVar, Var contextVar, long minLength, BindingSet bindings) ProjectionIterator
(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Modifier and TypeMethodDescriptionstatic Set<BindingSet>
LimitedSizeIteratorUtil.addAll
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionprotected boolean
LimitedSizeDistinctIteration.add
(BindingSet object) Deprecated.static <V> boolean
LimitedSizeIteratorUtil.add
(V object, Collection<V> excludeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.static Set<BindingSet>
LimitedSizeIteratorUtil.addAll
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionLimitedSizeDistinctIteration
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, AtomicLong used, long maxSize) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.util
Modifier and TypeMethodDescriptionTripleSources.getObjectLiterals
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectResources
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectURIs
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getSubjectURIs
(IRI predicate, Value object, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value,
QueryEvaluationException> TripleSources.list
(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.listResources
(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic boolean
TripleSources.booleanValue
(Resource subj, IRI pred, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectLiterals
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectResources
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectURIs
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getSubjectURIs
(IRI predicate, Value object, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value,
QueryEvaluationException> TripleSources.list
(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.listResources
(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Statement
TripleSources.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 Value
TripleSources.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
Modifier and TypeMethodDescriptionstatic Model
DAWGTestResultSetUtil.toGraph
(TupleQueryResult tqr) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.impl
Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet,
QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet,
QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Modifier and TypeMethodDescriptionIteratingTupleQueryResult.getBindingNames()
Deprecated.protected void
BackgroundGraphResult.handleClose()
Deprecated.protected void
AbstractParserQuery.QueryInterruptIteration.throwInterruptedException()
Deprecated.ModifierConstructorDescriptionGraphQueryResultImpl
(Map<String, String> namespaces, CloseableIteration<? extends Statement, ? extends QueryEvaluationException> statementIter) Deprecated.IteratingGraphQueryResult
(Map<String, String> namespaces, CloseableIteration<? extends Statement, ? extends QueryEvaluationException> statementIter) Deprecated.IteratingTupleQueryResult
(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter) Deprecated.Creates a query result object with the supplied binding names.QueryInterruptIteration
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, long timeLimit) Deprecated.TupleQueryResultImpl
(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.parser.impl
Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet,
QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet,
QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Modifier and TypeMethodDescriptionprotected void
AbstractParserQuery.QueryInterruptIteration.throwInterruptedException()
Deprecated.ModifierConstructorDescriptionQueryInterruptIteration
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, long timeLimit) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.resultio
Modifier and TypeMethodDescriptionstatic void
QueryResultIO.writeGraph
(GraphQueryResult gqr, RDFFormat format, OutputStream out) Writes a graph query result document in a specific RDF format to an output stream.static void
QueryResultIO.writeTuple
(TupleQueryResult tqr, QueryResultFormat format, OutputStream out) Writes a query result document in a specific query result format to an output stream. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.resultio.helpers
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.evaluation
Modifier and TypeMethodDescriptionCloseableIteration<? extends Statement,
QueryEvaluationException> RepositoryTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Modifier and TypeMethodDescriptionCloseableIteration<? extends Statement,
QueryEvaluationException> RepositoryTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.http
Modifier and TypeMethodDescriptionboolean
HTTPBooleanQuery.evaluate()
HTTPGraphQuery.evaluate()
void
HTTPGraphQuery.evaluate
(RDFHandler handler) HTTPTupleQuery.evaluate()
void
HTTPTupleQuery.evaluate
(TupleQueryResultHandler handler) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sail
Modifier and TypeMethodDescriptionboolean
SailBooleanQuery.evaluate()
SailGraphQuery.evaluate()
void
SailGraphQuery.evaluate
(RDFHandler handler) SailTupleQuery.evaluate()
void
SailTupleQuery.evaluate
(TupleQueryResultHandler handler) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionprotected Iteration<Statement,
QueryEvaluationException> SPARQLConnection.toStatementIteration
(TupleQueryResult iter, Resource subj, IRI pred, Value obj) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.federation
Modifier and TypeFieldDescriptionprotected final CloseableIteration<T,
QueryEvaluationException> JoinExecutorBase.leftIter
protected final CloseableIteration<BindingSet,
QueryEvaluationException> SPARQLCrossProductIteration.resultIteration
protected CloseableIteration<T,
QueryEvaluationException> JoinExecutorBase.rightIter
protected final QueueCursor<CloseableIteration<T,
QueryEvaluationException>> JoinExecutorBase.rightQueue
Modifier and TypeMethodDescriptionRepositoryFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration<BindingSet,
QueryEvaluationException> RepositoryFederatedService.evaluateInternal
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepository
of thisFederatedService
.RepositoryFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.Modifier and TypeMethodDescriptionvoid
JoinExecutorBase.addResult
(CloseableIteration<T, QueryEvaluationException> res) RepositoryFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration<BindingSet,
QueryEvaluationException> RepositoryFederatedService.evaluateInternal
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepository
of thisFederatedService
.Modifier and TypeMethodDescriptionboolean
RepositoryFederatedService.ask
(Service service, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.protected BindingSet
ServiceJoinConversionIteration.convert
(BindingSet bIn) Deprecated.protected FederatedService
SPARQLServiceResolver.createService
(String serviceUrl) RepositoryFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration<BindingSet,
QueryEvaluationException> RepositoryFederatedService.evaluateInternal
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepository
of thisFederatedService
.JoinExecutorBase.getNextElement()
protected BindingSet
SPARQLCrossProductIteration.getNextElement()
void
JoinExecutorBase.handleClose()
protected void
SPARQLCrossProductIteration.handleClose()
void
RepositoryFederatedService.initialize()
RepositoryFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.void
RepositoryFederatedService.shutdown()
ModifierConstructorDescriptionprotected
JoinExecutorBase
(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) ServiceJoinConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.SPARQLCrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) ModifierConstructorDescriptionprotected
JoinExecutorBase
(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.query
Modifier and TypeMethodDescriptionboolean
SPARQLBooleanQuery.evaluate()
SPARQLGraphQuery.evaluate()
void
SPARQLGraphQuery.evaluate
(RDFHandler handler) SPARQLTupleQuery.evaluate()
void
SPARQLTupleQuery.evaluate
(TupleQueryResultHandler handler) InsertBindingSetCursor.next()
ModifierConstructorDescriptionInsertBindingSetCursor
(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.util
Modifier and TypeMethodDescriptionstatic <T> T
Repositories.graphQuery
(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories.graphQuery
(Repository repository, String query, RDFHandler handler) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenRDFHandler
.static <T> T
Repositories.graphQueryNoTransaction
(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories.graphQueryNoTransaction
(Repository repository, String query, RDFHandler handler) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenRDFHandler
.static <T> T
Repositories.tupleQuery
(Repository repository, String query, Function<TupleQueryResult, T> processFunction) Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories.tupleQuery
(Repository repository, String query, TupleQueryResultHandler handler) Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenTupleQueryResultHandler
.static <T> T
Repositories.tupleQueryNoTransaction
(Repository repository, String query, Function<TupleQueryResult, T> processFunction) Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories.tupleQueryNoTransaction
(Repository repository, String query, TupleQueryResultHandler handler) Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenTupleQueryResultHandler
. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail
Modifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet,
QueryEvaluationException> SailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.Modifier and TypeMethodDescriptionfinal void
TripleSourceIterationWrapper.close()
boolean
TripleSourceIterationWrapper.hasNext()
Checks whether the underlying iteration contains more elements.TripleSourceIterationWrapper.next()
Returns the next element from the wrapped iteration.void
TripleSourceIterationWrapper.remove()
Calls remove() on the underlying iteration. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.base
Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet,
QueryEvaluationException> SailSourceConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration<? extends Triple,
QueryEvaluationException> SailDatasetTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Statement,
QueryEvaluationException> SailDatasetTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Modifier and TypeMethodDescriptionCloseableIteration<? extends Triple,
QueryEvaluationException> SailDatasetTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Statement,
QueryEvaluationException> SailDatasetTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.evaluation
Modifier and TypeMethodDescriptionCloseableIteration<? extends Statement,
QueryEvaluationException> SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Modifier and TypeMethodDescriptionCloseableIteration<? extends Statement,
QueryEvaluationException> SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.helpers
Modifier and TypeMethodDescriptionfinal CloseableIteration<? extends BindingSet,
QueryEvaluationException> AbstractSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration<? extends BindingSet,
QueryEvaluationException> SailConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration<? extends BindingSet,
QueryEvaluationException> AbstractSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.inferencer
Modifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet,
QueryEvaluationException> InferencerConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.lucene
Modifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet,
QueryEvaluationException> LuceneSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> ConstructTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> SelectTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> SpinTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> ConstructTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> SelectTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> SpinTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.apf
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> ConcatTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> ConcatTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.list
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> Index.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> Length.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> Member.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> Index.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> Length.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> Member.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.spif
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> For.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> ForEach.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> Split.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> For.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> ForEach.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration<? extends List<? extends Value>,
QueryEvaluationException> Split.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spring.operationlog
Modifier and TypeMethodDescriptionLoggingGraphQuery.evaluate()
void
LoggingGraphQuery.evaluate
(RDFHandler handler) LoggingTupleQuery.evaluate()
void
LoggingTupleQuery.evaluate
(TupleQueryResultHandler handler) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spring.resultcache
Modifier and TypeMethodDescriptionvoid
CachedGraphQueryResult.close()
void
CachedTupleQueryResult.close()
void
ReusableGraphQueryResult.close()
void
ReusableTupleQueryResult.close()
ResultCachingGraphQuery.evaluate()
ResultCachingTupleQuery.evaluate()
void
ResultCachingTupleQuery.evaluate
(TupleQueryResultHandler handler) CachedTupleQueryResult.getBindingNames()
ReusableTupleQueryResult.getBindingNames()
CachedGraphQueryResult.getNamespaces()
ReusableGraphQueryResult.getNamespaces()
boolean
CachedGraphQueryResult.hasNext()
boolean
CachedTupleQueryResult.hasNext()
boolean
ReusableGraphQueryResult.hasNext()
boolean
ReusableTupleQueryResult.hasNext()
CachedGraphQueryResult.next()
CachedTupleQueryResult.next()
ReusableGraphQueryResult.next()
ReusableTupleQueryResult.next()
void
CachedGraphQueryResult.remove()
void
CachedTupleQueryResult.remove()
void
ReusableGraphQueryResult.remove()
void
ReusableTupleQueryResult.remove()
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.spring.support.query
Modifier and TypeMethodDescriptionDelegatingGraphQuery.evaluate()
void
DelegatingGraphQuery.evaluate
(RDFHandler handler) DelegatingTupleQuery.evaluate()
void
DelegatingTupleQuery.evaluate
(TupleQueryResultHandler handler) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest
Modifier and TypeMethodDescriptionprotected static String
SPARQLQueryTest.getManifestName
(Repository manifestRep, RepositoryConnection con, String manifestFileURL) Deprecated.protected static String
SPARQLUpdateConformanceTest.getManifestName
(Repository manifestRep, RepositoryConnection con, String manifestFileURL) Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.testsuite.query.resultio
Modifier and TypeMethodDescriptionprotected void
AbstractQueryResultIOTest.assertQueryResultsEqual
(TupleQueryResult expected, TupleQueryResult output) protected void
AbstractQueryResultIOTest.doBooleanLinks
(BooleanQueryResultFormat format, boolean input, List<String> links) protected void
AbstractQueryResultIOTest.doBooleanLinksAndStylesheet
(BooleanQueryResultFormat format, boolean input, List<String> links, String stylesheetUrl) protected void
AbstractQueryResultIOTest.doBooleanLinksAndStylesheetAndNamespaces
(BooleanQueryResultFormat format, boolean input, List<String> links, String stylesheetUrl, Map<String, String> namespaces) protected void
AbstractQueryResultIOTest.doBooleanLinksOnly
(BooleanQueryResultFormat format, boolean input, List<String> links) protected void
AbstractQueryResultIOTest.doBooleanNoLinks
(BooleanQueryResultFormat format, boolean input) protected void
AbstractQueryResultIOTest.doBooleanParseNoHandlerOnTupleResults
(BooleanQueryResultFormat format, TupleQueryResult tqr, TupleQueryResultFormat matchingTupleFormat) Tests that the parser returned for a BooleanQueryResultFormat is not able to parse a TupleQueryResultFormat using the deprecatedBooleanQueryResultParser.parse(java.io.InputStream)
method, and that it does indeed through an exception of typeQueryResultParseException
.protected void
AbstractQueryResultIOTest.doBooleanStylesheet
(BooleanQueryResultFormat format, boolean input, String stylesheetUrl) protected void
AbstractQueryResultIOTest.doInvalidBooleanAfterStartQueryResult
(BooleanQueryResultFormat format, boolean input, List<String> links) protected void
AbstractQueryResultIOTest.doTupleJSONPCallback
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected) Test specifically for JSONP callback support.protected void
AbstractQueryResultIOTest.doTupleLinks
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links) protected void
AbstractQueryResultIOTest.doTupleLinksAndStylesheet
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl) protected void
AbstractQueryResultIOTest.doTupleLinksAndStylesheetAndNamespaces
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl, Map<String, String> namespaces) protected void
AbstractQueryResultIOTest.doTupleLinksAndStylesheetAndNamespacesQName
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl, Map<String, String> namespaces) Test specifically for QName support.protected void
AbstractQueryResultIOTest.doTupleLinksAndStylesheetMultipleEndHeaders
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl) protected void
AbstractQueryResultIOTest.doTupleLinksAndStylesheetNoStarts
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl) protected void
AbstractQueryResultIOTest.doTupleMissingStartQueryResult
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl) protected void
AbstractQueryResultIOTest.doTupleNoHandler
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected) Tests that parsing a tuple results set without specifying aTupleQueryResultHandler
does not throw any exceptions.protected void
AbstractQueryResultIOTest.doTupleNoLinks
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected) protected void
AbstractQueryResultIOTest.doTupleStylesheet
(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, String stylesheetUrl) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.workbench.commands
Modifier and TypeMethodDescriptionvoid
SummaryServlet.service
(TupleResultBuilder builder, String xslPath) -
Uses of QueryEvaluationException in org.eclipse.rdf4j.workbench.util
Modifier and TypeMethodDescriptionboolean
QueryStorage.askExists
(HTTPRepository repository, String queryName, String userName) boolean
Determines whether the user with the given userName is allowed to update or delete the given query.boolean
Determines whether the user with the given userName is allowed to read the given query.void
QueryEvaluator.evaluateTupleQuery
(TupleResultBuilder builder, String xslPath, WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, CookieHandler cookies, TupleQuery query, boolean writeCookie, boolean paged, int offset, int limit) Evaluate a tuple query, and create an XML results document.void
QueryEvaluator.evaluateTupleQuery
(TupleResultBuilder builder, TupleQuery query) Evaluate a tuple query, and create an XML results document.void
QueryStorage.selectSavedQueries
(HTTPRepository repository, String userName, TupleResultBuilder builder) Prepares a query to retrieve the queries accessible to the given user in the given repository. -
Uses of QueryEvaluationException in org.eclipse.testsuite.rdf4j.sail.lucene
Modifier and TypeMethodDescriptionvoid
AbstractLuceneSailGeoSPARQLTest.testComplexDistanceQuery()
void
AbstractLuceneSailGeoSPARQLTest.testComplexDistanceQueryMathExpr()
void
AbstractLuceneSailGeoSPARQLTest.testComplexIntersectionQuery()
void
AbstractLuceneSailTest.testComplexQueryOne()
void
AbstractLuceneSailTest.testComplexQueryTwo()
void
AbstractLuceneSailGeoSPARQLTest.testDistanceQuery()
void
AbstractLuceneSailTest.testFuzzyQuery()
void
AbstractLuceneSailTest.testGraphQuery()
void
AbstractLuceneSailGeoSPARQLTest.testIntersectionQuery()
void
AbstractLuceneSailTest.testMultipleLuceneQueries()
void
AbstractLuceneSailTest.testPredicateLuceneQueries()
void
AbstractLuceneSailTest.testPropertyVar()
void
AbstractLuceneSailTest.testQueryWithSpecifiedSubject()
void
AbstractLuceneSailIndexedPropertiesTest.testRegularQuery()
void
AbstractLuceneSailTest.testRegularQuery()
void
AbstractLuceneSailTest.testSnippetLimitedToPredicate()
Test if the snippets do not accidentially come from the "text" field while we actually expect them to come from the predicate field.void
AbstractLuceneSailTest.testSnippetQueries()
void
AbstractLuceneSailTest.testUnionQuery()