Uses of Class
org.eclipse.rdf4j.query.QueryEvaluationException
-
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.console.command
Methods in org.eclipse.rdf4j.console.command that throw QueryEvaluationException Modifier and Type Method Description protected void
TupleAndGraphQueryEvaluator. evaluateBooleanQuery(QueryLanguage queryLn, String queryString, QueryResultWriter writer)
Evaluate a boolean SPARQL or SERQL queryprotected void
TupleAndGraphQueryEvaluator. evaluateGraphQuery(QueryLanguage queryLn, String queryString, RDFWriter writer, Collection<Namespace> namespaces)
Evaluate SPARQL or SERQL graph queryprotected void
TupleAndGraphQueryEvaluator. evaluateTupleQuery(QueryLanguage queryLn, String queryString, QueryResultWriter writer)
Evaluate SPARQL or SERQL tuple query and send the output to a writer. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
FedXConnection. evaluateInternal(TupleExpr query, Dataset dataset, BindingSet bindings, boolean includeInferred)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.algebra
Methods in org.eclipse.rdf4j.federated.algebra that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
CheckStatementPattern. evaluate(BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
ExclusiveGroup. evaluate(BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
ExclusiveStatement. evaluate(BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StatementSourcePattern. evaluate(BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StatementTupleExpr. evaluate(BindingSet bindings)
Evaluate this expression using the provided bindingsprotected CloseableIteration<BindingSet,QueryEvaluationException>
StatementSourcePattern. handleStatementSourcePatternCheck(BindingSet bindings)
Methods in org.eclipse.rdf4j.federated.algebra that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
CheckStatementPattern. evaluate(BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
ExclusiveGroup. evaluate(BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
ExclusiveStatement. evaluate(BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StatementSourcePattern. evaluate(BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
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
Methods in org.eclipse.rdf4j.federated.api that throw QueryEvaluationException Modifier and Type Method Description TupleQueryResult
FedXApi. evaluate(String query)
TupleQueryResult
FedXApi. evaluate(String query, List<Endpoint> endpoints)
TupleQueryResult
FedXApi. evaluateAt(String query, List<String> endpointIds)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation
Fields in org.eclipse.rdf4j.federated.evaluation with type parameters of type QueryEvaluationException Modifier and Type Field Description protected CloseableIteration<T,QueryEvaluationException>
TripleSourceBase.ResultHolder. result
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation.concurrent
Fields in org.eclipse.rdf4j.federated.evaluation.concurrent with type parameters of type QueryEvaluationException Modifier and Type Field Description protected CloseableIteration<T,QueryEvaluationException>
ParallelExecutorBase. rightIter
protected CloseableIteration<BindingSet,QueryEvaluationException>
ParallelServiceExecutor. rightIter
Methods in org.eclipse.rdf4j.federated.evaluation.concurrent that return QueryEvaluationException Modifier and Type Method Description protected QueryEvaluationException
FedXQueueCursor. convert(Exception e)
Methods in org.eclipse.rdf4j.federated.evaluation.concurrent that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<T,QueryEvaluationException>
ParallelTask. performTask()
CloseableIteration<T,QueryEvaluationException>
ParallelTaskBase. performTask()
protected abstract CloseableIteration<T,QueryEvaluationException>
ParallelTaskBase. performTaskInternal()
Method parameters in org.eclipse.rdf4j.federated.evaluation.concurrent with type arguments of type QueryEvaluationException Modifier and Type Method Description void
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.Methods in org.eclipse.rdf4j.federated.evaluation.concurrent that throw QueryEvaluationException Modifier and Type Method Description T
ParallelExecutorBase. getNextElement()
protected BindingSet
ParallelServiceExecutor. getNextElement()
void
FedXQueueCursor. handleClose()
void
ParallelExecutorBase. handleClose()
Constructors in org.eclipse.rdf4j.federated.evaluation.concurrent that throw QueryEvaluationException Constructor Description ParallelExecutorBase(FederationEvalStrategy strategy, QueryInfo queryInfo)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation.iterator
Fields in org.eclipse.rdf4j.federated.evaluation.iterator with type parameters of type QueryEvaluationException Modifier and Type Field Description protected CloseableIteration<T,QueryEvaluationException>
CloseDependentConnectionIteration. inner
protected CloseableIteration<BindingSet,QueryEvaluationException>
LazyMutableClosableIteration. inner
protected CloseableIteration<BindingSet,QueryEvaluationException>
PrintingIteration. inner
protected CloseableIteration<BindingSet,QueryEvaluationException>
QueryResultIteration. inner
protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
StopRemainingExecutionsOnCloseIteration. inner
protected CloseableIteration<BindingSet,QueryEvaluationException>
IndependentJoingroupBindingsIteration. iter
protected CloseableIteration<BindingSet,QueryEvaluationException>
IndependentJoingroupBindingsIteration2. iter
protected CloseableIteration<BindingSet,QueryEvaluationException>
IndependentJoingroupBindingsIteration3. iter
Methods in org.eclipse.rdf4j.federated.evaluation.iterator that return QueryEvaluationException Modifier and Type Method Description protected QueryEvaluationException
RepositoryExceptionConvertingIteration. convert(Exception e)
protected QueryEvaluationException
StatementConversionIteration. convertException(Exception e)
Methods in org.eclipse.rdf4j.federated.evaluation.iterator that throw QueryEvaluationException Modifier and Type Method Description protected boolean
FilteringIteration. accept(BindingSet bindings)
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)
protected BindingSet
BoundJoinVALUESConversionIteration. convert(BindingSet bIn)
protected BindingSet
GroupedCheckConversionIteration. convert(BindingSet bIn)
protected BindingSet
InsertBindingsIteration. convert(BindingSet bIn)
protected BindingSet
IndependentJoingroupBindingsIteration. getNextElement()
protected BindingSet
IndependentJoingroupBindingsIteration2. getNextElement()
protected BindingSet
IndependentJoingroupBindingsIteration3. getNextElement()
protected void
CloseDependentConnectionIteration. 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()
T
CloseDependentConnectionIteration. next()
BindingSet
ConsumingIteration. next()
BindingSet
FilteringInsertBindingsIteration. next()
BindingSet
GraphToBindingSetConversionIteration. next()
BindingSet
LazyMutableClosableIteration. next()
BindingSet
PrintingIteration. next()
BindingSet
QueryResultIteration. next()
BindingSet
StatementConversionIteration. next()
BindingSet
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()
Constructors in org.eclipse.rdf4j.federated.evaluation.iterator that throw QueryEvaluationException Constructor Description ConsumingIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, int max)
FilteringInsertBindingsIteration(FilterValueExpr filterExpr, BindingSet bindings, CloseableIteration<BindingSet,QueryEvaluationException> iter, FederationEvalStrategy strategy)
FilteringIteration(FilterValueExpr filterExpr, CloseableIteration<BindingSet,QueryEvaluationException> iter, FederationEvalStrategy strategy)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation.join
Fields in org.eclipse.rdf4j.federated.evaluation.join with type parameters of type QueryEvaluationException Modifier and Type Field Description protected CloseableIteration<T,QueryEvaluationException>
JoinExecutorBase. leftIter
Methods in org.eclipse.rdf4j.federated.evaluation.join that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected 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()
Methods in org.eclipse.rdf4j.federated.evaluation.join that throw QueryEvaluationException Modifier and Type Method Description void
ControlledWorkerBoundJoin. handleClose()
void
ControlledWorkerJoin. handleClose()
void
ControlledWorkerLeftJoin. handleClose()
void
JoinExecutorBase. handleClose()
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.evaluation.union
Methods in org.eclipse.rdf4j.federated.evaluation.union that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected 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
Methods in org.eclipse.rdf4j.federated.exception that return QueryEvaluationException Modifier and Type Method Description static 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
Methods in org.eclipse.rdf4j.federated.optimizer that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<BindingSet,QueryEvaluationException>
SourceSelection.ParallelCheckTask. performTaskInternal()
Method parameters in org.eclipse.rdf4j.federated.optimizer with type arguments of type QueryEvaluationException Modifier and Type Method Description void
SourceSelection.SourceSelectionExecutorWithLatch. addResult(CloseableIteration<BindingSet,QueryEvaluationException> res)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.federated.structures
Methods in org.eclipse.rdf4j.federated.structures that throw QueryEvaluationException Modifier and Type Method Description boolean
FedXBooleanQuery. evaluate()
GraphQueryResult
FedXGraphQuery. evaluate()
void
FedXGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
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.http.client
Methods in org.eclipse.rdf4j.http.client that return QueryEvaluationException Modifier and Type Method Description protected QueryEvaluationException
QueueCursor. convert(Exception e)
Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.query Modifier and Type Class Description class
QueryInterruptedException
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.Methods in org.eclipse.rdf4j.query that throw QueryEvaluationException Modifier and Type Method Description 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 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()
GraphQueryResult
GraphQuery. evaluate()
void
GraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
TupleQuery. evaluate()
void
TupleQuery. evaluate(TupleQueryResultHandler handler)
static List<Value>
QueryResults. getAllValues(TupleQueryResult result, String var)
Returns a list of values of a particular variable out of the QueryResult.List<String>
TupleQueryResult. getBindingNames()
Gets the names of the bindings, in order of projection.Map<String,String>
GraphQueryResult. getNamespaces()
Retrieves relevant namespaces from the query result.static boolean
QueryResults. isSubset(TupleQueryResult tqr1, TupleQueryResult tqr2)
static void
QueryResults. report(GraphQueryResult gqr, 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
Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type QueryEvaluationException Modifier and Type Method Description void
BinaryTupleOperator. setAlgorithm(Iteration<BindingSet,QueryEvaluationException> iteration)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation Modifier and Type Class Description class
ValueExprEvaluationException
An exception indicating that aValueExpr
could not be evaluated due to illegal or incompatible values.Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractQueryPreparer. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
CloseableIteration<BindingSet,QueryEvaluationException>
EvaluationStrategy. evaluate(Service expr, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>
EvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<? extends Triple,QueryEvaluationException>
RDFStarTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>
TripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
EvaluationStrategy. evaluate(Service expr, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.Methods in org.eclipse.rdf4j.query.algebra.evaluation that throw QueryEvaluationException Modifier and Type Method Description protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractQueryPreparer. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
CloseableIteration<BindingSet,QueryEvaluationException>
EvaluationStrategy. evaluate(Service expr, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>
EvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.Value
EvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)
Gets the value of this expression.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.FederatedService
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(ValueExpr expr, BindingSet bindings)
Evaluates the boolean expression on the supplied TripleSource object. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)
CloseableIteration<BindingSet,QueryEvaluationException>
FederatedService. select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
Evaluate the provided SPARQL query at this federated service.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionFederatedService. select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that throw QueryEvaluationException Modifier and Type Method Description boolean
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.CloseableIteration<BindingSet,QueryEvaluationException>
FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, String baseUri)
FederatedService
AbstractFederatedServiceResolver. getService(String serviceUrl)
Retrieve theFederatedService
registered for serviceUrl.FederatedService
FederatedServiceResolver. getService(String serviceUrl)
Retrieve theFederatedService
registered for serviceUrl.void
FederatedService. initialize()
Method to perform any initializations, invoked after construction.CloseableIteration<BindingSet,QueryEvaluationException>
FederatedService. select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
Evaluate the provided SPARQL query at this federated service.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionFederatedService. select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
void
FederatedService. shutdown()
Method to perform any shutDown code, invoked at unregistering.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type QueryEvaluationException Constructor Description JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)
Deprecated.ServiceCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, List<BindingSet> inputBindings)
Deprecated.ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, List<BindingSet> bindings)
Deprecated.ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation that throw QueryEvaluationException Constructor Description JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)
Deprecated.ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
TupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
TupleFunction. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Service service, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that throw QueryEvaluationException Modifier and Type Method Description Value
ExtendedEvaluationStrategy. evaluate(Compare node, BindingSet bindings)
Value
ExtendedEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)
abstract CloseableIteration<BindingSet,QueryEvaluationException>
ExternalSet. evaluate(BindingSet bindings)
Deprecated.Value
StrictEvaluationStrategy. evaluate(And node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(BinaryTupleOperator expr, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(BindingSetAssignment bsa, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(BNodeGenerator node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Bound node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(CompareAll node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(CompareAny node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Compare node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Datatype node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(DescribeOperator operator, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(EmptySet emptySet, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Now node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(ExternalSet external, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Exists node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Extension extension, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Filter filter, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(FunctionCall node, BindingSet bindings)
Evaluates a function.CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Group node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(If node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(In node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)
IRI
StrictEvaluationStrategy. evaluate(IRIFunction node, BindingSet bindings)
Creates a URI from the operand value (a plain literal or a URI).Value
StrictEvaluationStrategy. evaluate(IsBNode node, BindingSet bindings)
Determines whether the operand (a variable) contains a BNode.Value
StrictEvaluationStrategy. evaluate(IsLiteral node, BindingSet bindings)
Determines whether the operand (a variable) contains a Literal.Value
StrictEvaluationStrategy. evaluate(IsNumeric node, BindingSet bindings)
Determines whether the operand (a variable) contains a numeric datatyped literal, i.e.Value
StrictEvaluationStrategy. evaluate(IsResource node, BindingSet bindings)
Determines whether the operand (a variable) contains a Resource.Value
StrictEvaluationStrategy. evaluate(IsURI node, BindingSet bindings)
Determines whether the operand (a variable) contains a URI.CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Join join, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Label node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(LangMatches node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Lang node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(LeftJoin leftJoin, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Like node, BindingSet bindings)
Determines whether the two operands match according to thelike
operator.Value
StrictEvaluationStrategy. evaluate(ListMemberOperator node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(LocalName node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(MultiProjection multiProjection, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Namespace node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Not node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Order node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Or node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Projection projection, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Reduced reduced, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Regex node, BindingSet bindings)
Determines whether the two operands match according to theregex
operator.Value
StrictEvaluationStrategy. evaluate(SameTerm node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Service service, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Service service, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(SingletonSet singletonSet, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Slice slice, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(StatementPattern statementPattern, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Str node, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(UnaryTupleOperator expr, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(Union union, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(ValueConstant valueConstant, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(ValueExprTripleRef node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Var var, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
StrictEvaluationStrategy. evaluate(ZeroLengthPath zlp, BindingSet bindings)
static CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)
CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionEvaluationStrategy. evaluate(TupleFunctionCall expr, BindingSet bindings)
FederatedService
StrictEvaluationStrategy. getService(String serviceUrl)
boolean
StrictEvaluationStrategy. isTrue(ValueExpr expr, BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type QueryEvaluationException Modifier and Type Field Description protected CloseableIteration<BindingSet,QueryEvaluationException>
CrossProductIteration. resultIteration
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected Iteration<BindingSet,QueryEvaluationException>
OrderIterator. createIteration()
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type QueryEvaluationException Modifier and Type Method Description protected Collection<BindingSet>
HashJoinIteration. makeIterationCache(CloseableIteration<BindingSet,QueryEvaluationException> iter)
Utility methods to make it easier to inserted custom store dependent listMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that throw QueryEvaluationException Modifier and Type Method Description protected boolean
CompatibleBindingSetFilter. accept(BindingSet outputBindings)
Deprecated.protected boolean
FilterIterator. accept(BindingSet bindings)
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 boolean
ZeroLengthPathIteration. add(Set<Value> reportedValues2, Value v)
add param v to the set reportedValues2protected 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)
BindingSet
ExtensionIterator. convert(BindingSet sourceBindings)
protected BindingSet
ProjectionIterator. convert(BindingSet sourceBindings)
protected Iteration<BindingSet,QueryEvaluationException>
OrderIterator. createIteration()
protected void
OrderIterator. decrement(int amount)
protected BindingSet
BadlyDesignedLeftJoinIterator. getNextElement()
protected BindingSet
BottomUpJoinIterator. getNextElement()
Deprecated.protected BindingSet
CrossProductIteration. getNextElement()
protected BindingSet
DescribeIteration. getNextElement()
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 void
GroupIterator. handleClose()
protected void
HashJoinIteration. handleClose()
protected void
JoinIterator. handleClose()
protected void
LeftJoinIterator. handleClose()
protected void
MultiProjectionIterator. handleClose()
protected void
OrderIterator. handleClose()
protected void
PathIteration. handleClose()
void
QueryContextIteration. handleClose()
boolean
GroupIterator. hasNext()
boolean
QueryContextIteration. hasNext()
protected void
OrderIterator. increment()
BindingSet
GroupIterator. next()
BindingSet
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
OrderIterator. remove()
void
QueryContextIteration. remove()
protected BindingSet
BottomUpJoinIterator. removeFirstElement(List<BindingSet> list)
Deprecated.Remove the first (0 index) element from a BindingSet list. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.limited
Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Join join, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Order node, BindingSet bindings)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Join join, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
LimitedSizeEvaluationStrategy. evaluate(Order node, BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type QueryEvaluationException Modifier and Type Method Description static Set<BindingSet>
LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize)
Set<BindingSet>
LimitedSizeIntersectIteration. addSecondSet(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, Set<BindingSet> set)
protected Set<BindingSet>
LimitedSizeSPARQLMinusIteration. makeSet(Iteration<BindingSet,QueryEvaluationException> rightArg2)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that throw QueryEvaluationException Modifier and Type Method Description protected void
LimitedSizeBottomUpJoinIterator. add(List<BindingSet> leftArgResults, BindingSet b)
Deprecated.protected boolean
LimitedSizeDistinctIteration. add(BindingSet object)
protected <E> void
LimitedSizeHashJoinIteration. add(Collection<E> col, E value)
static <V> boolean
LimitedSizeIteratorUtil. add(V object, Collection<V> excludeSet, AtomicLong used, long maxSize)
protected boolean
LimitedSizePathIterator. add(Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)
protected boolean
LimitedSizeZeroLengthPathIteration. add(Set<Value> reportedValues2, Value v)
protected void
LimitedSizeBottomUpJoinIterator. addAll(List<BindingSet> hashTableValues, List<BindingSet> values)
Deprecated.protected <E> void
LimitedSizeHashJoinIteration. addAll(Collection<E> col, List<E> values)
static Set<BindingSet>
LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize)
Set<BindingSet>
LimitedSizeIntersectIteration. addSecondSet(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, Set<BindingSet> set)
protected void
LimitedSizeOrderIteration. decrement(int amount)
protected void
LimitedSizeBottomUpJoinIterator. handleClose()
Deprecated.protected void
LimitedSizeIntersectIteration. handleClose()
After closing the set is cleared and any "used" capacity for collections is returned.protected void
LimitedSizeSPARQLMinusIteration. handleClose()
After closing the set is cleared and any "used" capacity for collections is returned.protected void
LimitedSizeOrderIteration. increment()
protected Set<BindingSet>
LimitedSizeSPARQLMinusIteration. makeSet(Iteration<BindingSet,QueryEvaluationException> rightArg2)
protected void
LimitedSizeBottomUpJoinIterator. put(Map<BindingSet,List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue)
Deprecated.protected void
LimitedSizeHashJoinIteration. putHashTableEntry(Map<BindingSetHashKey,List<BindingSet>> hashTable, BindingSetHashKey hashKey, List<BindingSet> hashValue)
protected BindingSet
LimitedSizeBottomUpJoinIterator. removeFirstElement(List<BindingSet> list)
Deprecated.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type QueryEvaluationException Constructor Description LimitedSizeDistinctIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, AtomicLong used, long maxSize)
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1, Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, boolean distinct, AtomicLong used, long maxSize)
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1, Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, AtomicLong used, long maxSize)
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.LimitedSizeOrderIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct, AtomicLong used, long maxSize)
LimitedSizeOrderIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, Comparator<BindingSet> comparator, AtomicLong used, long maxSize)
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg, Iteration<BindingSet,QueryEvaluationException> rightArg, boolean distinct, AtomicLong used, long maxSize)
Creates a new SPARQLMinusIteration that returns the results of the left argument minus the results of the right argument.LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg, Iteration<BindingSet,QueryEvaluationException> rightArg, AtomicLong used, long maxSize)
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that throw QueryEvaluationException Constructor Description LimitedSizeBottomUpJoinIterator(EvaluationStrategy limitedSizeEvaluationStrategy, Join join, BindingSet bindings, AtomicLong used, long maxSize)
Deprecated.LimitedSizeHashJoinIteration(EvaluationStrategy limitedSizeEvaluationStrategy, Join join, BindingSet bindings, AtomicLong used, long maxSize)
LimitedSizePathIterator(StrictEvaluationStrategy evaluationStrategyImpl, StatementPattern.Scope scope, Var startVar, TupleExpr pathExpression, Var endVar, Var contextVar, long minLength, BindingSet bindings, AtomicLong used, long maxSize)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type QueryEvaluationException Modifier and Type Method Description static CloseableIteration<Literal,QueryEvaluationException>
TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)
static CloseableIteration<Resource,QueryEvaluationException>
TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)
static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)
static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)
static Iteration<Value,QueryEvaluationException>
TripleSources. list(Resource subj, TripleSource store)
static Iteration<Resource,QueryEvaluationException>
TripleSources. listResources(Resource subj, TripleSource store)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw QueryEvaluationException Modifier and Type Method Description static Model
DAWGTestResultSetUtil. toGraph(TupleQueryResult tqr)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that return QueryEvaluationException Modifier and Type Method Description protected QueryEvaluationException
QueueCursor. convert(Exception e)
Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Method parameters in org.eclipse.rdf4j.query.impl with type arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Methods in org.eclipse.rdf4j.query.impl that throw QueryEvaluationException Modifier and Type Method Description List<String>
IteratingTupleQueryResult. getBindingNames()
protected void
BackgroundGraphResult. handleClose()
protected void
AbstractParserQuery.QueryInterruptIteration. throwInterruptedException()
Constructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type QueryEvaluationException Constructor Description GraphQueryResultImpl(Map<String,String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)
Deprecated.IteratingGraphQueryResult(Map<String,String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)
IteratingTupleQueryResult(List<String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
Creates a query result object with the supplied binding names.QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)
TupleQueryResultImpl(List<String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
Deprecated.Constructors in org.eclipse.rdf4j.query.impl that throw QueryEvaluationException Constructor Description MutableTupleQueryResult(TupleQueryResult tqr)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.parser.impl
Methods in org.eclipse.rdf4j.query.parser.impl that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Method parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Methods in org.eclipse.rdf4j.query.parser.impl that throw QueryEvaluationException Modifier and Type Method Description protected void
AbstractParserQuery.QueryInterruptIteration. throwInterruptedException()
Constructor parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type QueryEvaluationException Constructor Description QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.parser.sparql.manifest
Methods in org.eclipse.rdf4j.query.parser.sparql.manifest that throw QueryEvaluationException Modifier and Type Method Description protected 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.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryEvaluationException Modifier and Type Method Description protected 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)
static 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
Methods in org.eclipse.rdf4j.query.resultio.helpers that throw QueryEvaluationException Modifier and Type Method Description protected void
BackgroundTupleResult. handleClose()
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Methods in org.eclipse.rdf4j.repository.evaluation that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.http
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.repository.http Modifier and Type Class Description class
HTTPQueryEvaluationException
Methods in org.eclipse.rdf4j.repository.http that throw QueryEvaluationException Modifier and Type Method Description boolean
HTTPBooleanQuery. evaluate()
GraphQueryResult
HTTPGraphQuery. evaluate()
void
HTTPGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
HTTPTupleQuery. evaluate()
void
HTTPTupleQuery. evaluate(TupleQueryResultHandler handler)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw QueryEvaluationException Modifier and Type Method Description boolean
SailBooleanQuery. evaluate()
GraphQueryResult
SailGraphQuery. evaluate()
void
SailGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
SailTupleQuery. evaluate()
void
SailTupleQuery. evaluate(TupleQueryResultHandler handler)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected Iteration<Statement,QueryEvaluationException>
SPARQLConnection. toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj)
Converts aTupleQueryResult
resulting from theSPARQLConnection.EVERYTHING_WITH_GRAPH
to a statement by using the respective values from theBindingSet
or (if provided) the ones from the arguments. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.federation
Fields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type QueryEvaluationException Modifier and Type Field Description protected CloseableIteration<T,QueryEvaluationException>
JoinExecutorBase. leftIter
protected CloseableIteration<BindingSet,QueryEvaluationException>
SPARQLCrossProductIteration. resultIteration
protected CloseableIteration<T,QueryEvaluationException>
JoinExecutorBase. rightIter
protected QueueCursor<CloseableIteration<T,QueryEvaluationException>>
JoinExecutorBase. rightQueue
Methods in org.eclipse.rdf4j.repository.sparql.federation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, 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
.CloseableIteration<BindingSet,QueryEvaluationException>
RepositoryFederatedService. select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.Method parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type QueryEvaluationException Modifier and Type Method Description void
JoinExecutorBase. addResult(CloseableIteration<T,QueryEvaluationException> res)
CloseableIteration<BindingSet,QueryEvaluationException>
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
.Methods in org.eclipse.rdf4j.repository.sparql.federation that throw QueryEvaluationException Modifier and Type Method Description boolean
RepositoryFederatedService. ask(Service service, BindingSet bindings, String baseUri)
Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.protected BindingSet
ServiceJoinConversionIteration. convert(BindingSet bIn)
protected FederatedService
SPARQLServiceResolver. createService(String serviceUrl)
CloseableIteration<BindingSet,QueryEvaluationException>
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
.T
JoinExecutorBase. getNextElement()
protected BindingSet
SPARQLCrossProductIteration. getNextElement()
void
JoinExecutorBase. handleClose()
protected void
SPARQLCrossProductIteration. handleClose()
void
RepositoryFederatedService. initialize()
CloseableIteration<BindingSet,QueryEvaluationException>
RepositoryFederatedService. select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri)
Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.void
RepositoryFederatedService. shutdown()
Constructor parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type QueryEvaluationException Constructor Description JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)
ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, List<BindingSet> bindings)
SilentIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter)
Deprecated.SPARQLCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, List<BindingSet> inputBindings)
Constructors in org.eclipse.rdf4j.repository.sparql.federation that throw QueryEvaluationException Constructor Description JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that throw QueryEvaluationException Modifier and Type Method Description boolean
SPARQLBooleanQuery. evaluate()
GraphQueryResult
SPARQLGraphQuery. evaluate()
void
SPARQLGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
SPARQLTupleQuery. evaluate()
void
SPARQLTupleQuery. evaluate(TupleQueryResultHandler handler)
BindingSet
InsertBindingSetCursor. next()
Constructor parameters in org.eclipse.rdf4j.repository.sparql.query with type arguments of type QueryEvaluationException Constructor Description InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util that throw QueryEvaluationException Modifier and Type Method Description static <T> T
Repositories. graphQuery(Repository repository, String query, java.util.function.Function<GraphQueryResult,T> processFunction)
Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the 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, java.util.function.Function<GraphQueryResult,T> processFunction)
Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the 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, java.util.function.Function<TupleQueryResult,T> processFunction)
Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the 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, java.util.function.Function<TupleQueryResult,T> processFunction)
Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the 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
Methods in org.eclipse.rdf4j.sail that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.Methods in org.eclipse.rdf4j.sail that throw QueryEvaluationException Modifier and Type Method Description boolean
SailConnectionBooleanQuery. evaluate()
GraphQueryResult
SailConnectionGraphQuery. evaluate()
void
SailConnectionGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
SailConnectionTupleQuery. evaluate()
void
SailConnectionTupleQuery. evaluate(TupleQueryResultHandler handler)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailSourceConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Methods in org.eclipse.rdf4j.sail.evaluation that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.federation.algebra
Methods in org.eclipse.rdf4j.sail.federation.algebra that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
OwnedTupleExpr. evaluate(Dataset dataset, BindingSet bindings)
Methods in org.eclipse.rdf4j.sail.federation.algebra that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
OwnedTupleExpr. evaluate(Dataset dataset, BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.federation.evaluation
Methods in org.eclipse.rdf4j.sail.federation.evaluation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
FederationStrategy. evaluate(Join join, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
FederationStrategy. evaluate(LeftJoin leftJoin, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
FederationStrategy. evaluate(TupleExpr expr, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
FederationStrategy. evaluate(Union union, BindingSet bindings)
CloseableIteration<BindingSet,QueryEvaluationException>
FederationStrategy. evaluate(NaryJoin join, BindingSet bindings)
Constructor parameters in org.eclipse.rdf4j.sail.federation.evaluation with type arguments of type QueryEvaluationException Constructor Description AlternativeCursor(CloseableIteration<? extends E,QueryEvaluationException> primary, CloseableIteration<? extends E,QueryEvaluationException> alternative)
FilterCursor(CloseableIteration<BindingSet,QueryEvaluationException> result, ValueExpr condition, Set<String> scopeBindingNames, EvaluationStrategy strategy)
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings)
ParallelJoinCursor(EvaluationStrategy strategy, CloseableIteration<BindingSet,QueryEvaluationException> leftIter, TupleExpr rightArg)
Constructors in org.eclipse.rdf4j.sail.federation.evaluation that throw QueryEvaluationException Constructor Description FilterCursor(CloseableIteration<BindingSet,QueryEvaluationException> result, ValueExpr condition, Set<String> scopeBindingNames, EvaluationStrategy strategy)
ParallelJoinCursor(EvaluationStrategy strategy, CloseableIteration<BindingSet,QueryEvaluationException> leftIter, TupleExpr rightArg)
ParallelLeftJoinCursor(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailConnectionWrapper. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractSailConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
InferencerConnectionWrapper. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
LuceneSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
Methods in org.eclipse.rdf4j.sail.lucene that throw QueryEvaluationException Modifier and Type Method Description void
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()
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.lucene.fn
Methods in org.eclipse.rdf4j.sail.lucene.fn that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
DistanceTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Deprecated.CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
QueryTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Deprecated.Methods in org.eclipse.rdf4j.sail.lucene.fn that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
DistanceTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Deprecated.CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
QueryTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
ConstructTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
SelectTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
SpinTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.spin.function that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? 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
Methods in org.eclipse.rdf4j.spin.function.apf that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
ConcatTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.spin.function.apf that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
ConcatTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.list
Methods in org.eclipse.rdf4j.spin.function.list that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
Index. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
Length. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
Member. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.spin.function.list that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
Index. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
Length. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
Member. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
For. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
ForEach. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
Split. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.spin.function.spif that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? 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.workbench.commands
Methods in org.eclipse.rdf4j.workbench.commands that throw QueryEvaluationException Modifier and Type Method Description void
SummaryServlet. service(TupleResultBuilder builder, String xslPath)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.workbench.util
Methods in org.eclipse.rdf4j.workbench.util that throw QueryEvaluationException Modifier and Type Method Description boolean
QueryStorage. askExists(HTTPRepository repository, String queryName, String userName)
boolean
QueryStorage. canChange(IRI query, String currentUser)
Determines whether the user with the given userName is allowed to update or delete the given query.boolean
QueryStorage. canRead(IRI query, String currentUser)
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.
-