Uses of Interface
org.eclipse.rdf4j.common.iteration.CloseableIteration
-
-
Uses of CloseableIteration in org.eclipse.rdf4j.common.concurrent.locks
Classes in org.eclipse.rdf4j.common.concurrent.locks that implement CloseableIteration Modifier and Type Class Description class
LockingIteration<E,X extends Exception>
Deprecated.Methods in org.eclipse.rdf4j.common.concurrent.locks that return CloseableIteration Modifier and Type Method Description static <T,R extends Exception>
CloseableIteration<T,R>LockingIteration. getInstance(Lock lock, CloseableIteration<T,R> iter)
Deprecated.Methods in org.eclipse.rdf4j.common.concurrent.locks with parameters of type CloseableIteration Modifier and Type Method Description static <T,R extends Exception>
CloseableIteration<T,R>LockingIteration. getInstance(Lock lock, CloseableIteration<T,R> iter)
Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement CloseableIteration Modifier and Type Class Description class
CleanerGraphQueryResult
class
CleanerTupleQueryResult
-
Uses of CloseableIteration in org.eclipse.rdf4j.common.iteration
Classes in org.eclipse.rdf4j.common.iteration that implement CloseableIteration Modifier and Type Class Description class
AbstractCloseableIteration<E,X extends Exception>
Deprecated.class
CloseableIteratorIteration<E,X extends Exception>
Deprecated.class
ConvertingIteration<S,T,X extends Exception>
Deprecated.class
DelayedIteration<E,X extends Exception>
Deprecated.class
DistinctIteration<E,X extends Exception>
Deprecated.class
DualUnionIteration<E,X extends Exception>
Deprecated.class
EmptyIteration<E,X extends Exception>
Deprecated.class
ExceptionConvertingIteration<E,X extends Exception>
Deprecated.class
FilterIteration<E,X extends Exception>
Deprecated.class
IntersectIteration<E,X extends Exception>
Deprecated.class
IterationWrapper<E,X extends Exception>
Deprecated.class
LimitIteration<E,X extends Exception>
Deprecated.class
LookAheadIteration<E,X extends Exception>
Deprecated.class
MinusIteration<E,X extends Exception>
Deprecated.class
OffsetIteration<E,X extends Exception>
Deprecated.class
QueueIteration<E,T extends Exception>
Deprecated.class
ReducedIteration<E,X extends Exception>
Deprecated.class
SilentIteration<T,E extends Exception>
Deprecated.class
SingletonIteration<E,X extends Exception>
Deprecated.class
TimeLimitIteration<E,X extends Exception>
Deprecated.class
UnionIteration<E,X extends Exception>
Deprecated.Methods in org.eclipse.rdf4j.common.iteration that return CloseableIteration Modifier and Type Method Description static <E,X extends Exception>
CloseableIteration<E,X>DualUnionIteration. getInstance(CloseableIteration<E,X> leftIteration, CloseableIteration<E,X> rightIteration)
Deprecated.static <E,X extends Exception>
CloseableIteration<? extends E,X>DualUnionIteration. getWildcardInstance(CloseableIteration<? extends E,X> leftIteration, CloseableIteration<? extends E,X> rightIteration)
Deprecated.Methods in org.eclipse.rdf4j.common.iteration with parameters of type CloseableIteration Modifier and Type Method Description static <E,X extends Exception,C extends Collection<E>>
CIterations. addAll(CloseableIteration<? extends E,X> iter, C collection)
Deprecated.Adds all elements from the suppliedCloseableIteration
to the specified collection then closes theCloseableIteration
.static <E,X extends Exception>
List<E>Iterations. asList(CloseableIteration<? extends E,X> iter)
Deprecated.Get a List containing all elements obtained from the specified iteration.static <E,X extends Exception>
Set<E>Iterations. asSet(CloseableIteration<? extends E,? extends X> iteration, Supplier<Set<E>> setMaker)
Deprecated.Get a Set containing all elements obtained from the specified iteration.static <E,X extends Exception>
Set<E>Iterations. asSet(CloseableIteration<? extends E,X> iter)
Deprecated.Get a Set containing all elements obtained from the specified iteration.static <E,X extends Exception>
CloseableIteration<E,X>DualUnionIteration. getInstance(CloseableIteration<E,X> leftIteration, CloseableIteration<E,X> rightIteration)
Deprecated.static <E,X extends Exception>
CloseableIteration<? extends E,X>DualUnionIteration. getWildcardInstance(CloseableIteration<? extends E,X> leftIteration, CloseableIteration<? extends E,X> rightIteration)
Deprecated.static <T> Stream<T>
Iterations. stream(CloseableIteration<T,? extends Exception> iteration)
Deprecated.Get a sequentialStream
with the suppliedCloseableIteration
as its source.static <X extends Exception>
StringIterations. toString(CloseableIteration<?,X> iteration, String separator)
Deprecated.Converts aCloseableIteration
to a string by concatenating all the string representations of objects in the iteration, divided by a separator.static <X extends Exception>
voidIterations. toString(CloseableIteration<?,X> iteration, String separator, StringBuilder sb)
Deprecated.Converts aCloseableIteration
to a string by concatenating all the string representations of objects in the iteration, divided by a separator.Constructors in org.eclipse.rdf4j.common.iteration with parameters of type CloseableIteration Constructor Description SilentIteration(CloseableIteration<T,E> iter)
Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.common.iterator
Constructors in org.eclipse.rdf4j.common.iterator with parameters of type CloseableIteration Constructor Description CloseableIterationIterator(CloseableIteration<? extends E,? extends RuntimeException> iteration)
-
Uses of CloseableIteration in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
FedXConnection. evaluateInternal(TupleExpr query, Dataset dataset, BindingSet bindings, boolean includeInferred)
protected CloseableIteration<? extends Resource,SailException>
FedXConnection. getContextIDsInternal()
protected CloseableIteration<? extends Namespace,SailException>
FedXConnection. getNamespacesInternal()
protected CloseableIteration<? extends Statement,SailException>
FedXConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
-
Uses of CloseableIteration in org.eclipse.rdf4j.federated.algebra
Methods in org.eclipse.rdf4j.federated.algebra that return CloseableIteration 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 CloseableIteration in org.eclipse.rdf4j.federated.cache
Methods in org.eclipse.rdf4j.federated.cache that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends Statement,Exception>
EndpointEntry. getStatements()
-
Uses of CloseableIteration in org.eclipse.rdf4j.federated.evaluation
Fields in org.eclipse.rdf4j.federated.evaluation declared as CloseableIteration Modifier and Type Field Description protected CloseableIteration<T,QueryEvaluationException>
TripleSourceBase.ResultHolder. result
-
Uses of CloseableIteration in org.eclipse.rdf4j.federated.evaluation.concurrent
Classes in org.eclipse.rdf4j.federated.evaluation.concurrent that implement CloseableIteration Modifier and Type Class Description class
FedXQueueCursor<T>
Specialized variants ofQueueCursor
which avoids converting any exception if it is already of typeQueryEvaluationException
.class
ParallelExecutorBase<T>
Base class for common parallel executors such asJoinExecutorBase
andUnionExecutorBase
.class
ParallelServiceExecutor
Parallel executor forFedXService
nodes, which wrap SERVICE expressions.Fields in org.eclipse.rdf4j.federated.evaluation.concurrent declared as CloseableIteration 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 CloseableIteration Modifier and Type Method Description CloseableIteration<T,QueryEvaluationException>
ParallelTask. performTask()
CloseableIteration<T,QueryEvaluationException>
ParallelTaskBase. performTask()
protected abstract CloseableIteration<T,QueryEvaluationException>
ParallelTaskBase. performTaskInternal()
Methods in org.eclipse.rdf4j.federated.evaluation.concurrent with parameters of type CloseableIteration 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. -
Uses of CloseableIteration in org.eclipse.rdf4j.federated.evaluation.iterator
Classes in org.eclipse.rdf4j.federated.evaluation.iterator that implement CloseableIteration Modifier and Type Class Description class
BoundJoinConversionIteration
Deprecated.class
BoundJoinVALUESConversionIteration
Deprecated.class
CloseDependentConnectionIteration<T>
A wrapping iteration that attempts to close the dependentRepositoryConnection
after consumption.class
ConsumingIteration
A specializedCloseableIteration
that consumes part (or the entire input iteration if it fits into the buffer) and keeps data for further processing in memory.class
FederatedDescribeIteration
Deprecated.class
FilteringInsertBindingsIteration
Deprecated.class
FilteringIteration
Deprecated.class
GraphToBindingSetConversionIteration
Converts graph results into a binding set iterationclass
GroupedCheckConversionIteration
Deprecated.class
IndependentJoingroupBindingsIteration
Inserts original bindings into the result.class
IndependentJoingroupBindingsIteration2
Inserts original bindings into the result.class
IndependentJoingroupBindingsIteration3
Inserts original bindings into the result.class
InsertBindingsIteration
Deprecated.class
LazyMutableClosableIteration
A specializedCloseableIteration
that allows repetitive iterations after resetting the cursor usingLazyMutableClosableIteration.resetCursor()
.class
PrintingIteration
Print the bindings of the inner iteration to stdout, however maintain a copy, which is accessible through this iteration.class
QueryResultIteration
An iteration which wraps the final result and in case of exceptions aborts query evaluation for the corresponding query in fedx (potentially subqueries are still running, and jobs are scheduled).class
RepositoryExceptionConvertingIteration<T>
Deprecated, for removal: This API element is subject to removal in a future version.class
SingleBindingSetIteration
Represents an iteration that contains only a single binding set.class
StatementConversionIteration
Converts Statement iteration (i.e.class
StopRemainingExecutionsOnCloseIteration
A wrapping iteration that attempts to close all running scheduledFuture
s for the given query evaluation.Fields in org.eclipse.rdf4j.federated.evaluation.iterator declared as CloseableIteration 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 CloseableIteration Modifier and Type Method Description protected CloseableIteration<BindingSet,QueryEvaluationException>
FederatedDescribeIteration. createNextIteration(Value subject, Value object)
Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.federated.evaluation.join
Classes in org.eclipse.rdf4j.federated.evaluation.join that implement CloseableIteration Modifier and Type Class Description class
ControlledWorkerBoundJoin
Execute the nested loop join in an asynchronous fashion, using grouped requests, i.e.class
ControlledWorkerJoin
Execute the nested loop join in an asynchronous fashion, i.e.class
ControlledWorkerLeftJoin
Execute the nested loop join in an asynchronous fashion, i.e.class
HashJoin
Operator for a hash join of tuple expressions.class
JoinExecutorBase<T>
Base class for any join parallel join executor.class
SynchronousBoundJoin
Execute the nested loop join in a synchronous fashion, using grouped requests, i.e.class
SynchronousJoin
Execute the nested loop join in a synchronous fashion, i.e.Fields in org.eclipse.rdf4j.federated.evaluation.join declared as CloseableIteration Modifier and Type Field Description protected CloseableIteration<T,QueryEvaluationException>
JoinExecutorBase. leftIter
Methods in org.eclipse.rdf4j.federated.evaluation.join that return CloseableIteration 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()
-
Uses of CloseableIteration in org.eclipse.rdf4j.federated.evaluation.union
Classes in org.eclipse.rdf4j.federated.evaluation.union that implement CloseableIteration Modifier and Type Class Description class
ControlledWorkerUnion<T>
Execution of union tasks withControlledWorkerScheduler
.class
SynchronousWorkerUnion<T>
Synchronous execution of union tasks, i.e.class
UnionExecutorBase<T>
Base class for any parallel union executor.class
WorkerUnionBase<T>
Base class for worker unions providing convenience functions to add tasks.Methods in org.eclipse.rdf4j.federated.evaluation.union that return CloseableIteration 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 CloseableIteration in org.eclipse.rdf4j.federated.optimizer
Methods in org.eclipse.rdf4j.federated.optimizer that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<BindingSet,QueryEvaluationException>
SourceSelection.ParallelCheckTask. performTaskInternal()
Methods in org.eclipse.rdf4j.federated.optimizer with parameters of type CloseableIteration Modifier and Type Method Description void
SourceSelection.SourceSelectionExecutorWithLatch. addResult(CloseableIteration<BindingSet,QueryEvaluationException> res)
-
Uses of CloseableIteration in org.eclipse.rdf4j.query
Subinterfaces of CloseableIteration in org.eclipse.rdf4j.query Modifier and Type Interface Description interface
GraphQueryResult
A representation of a query result as a sequence ofStatement
objects.interface
QueryResult<T>
Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).interface
TupleQueryResult
A representation of a variable-binding query result as a sequence ofBindingSet
objects.Methods in org.eclipse.rdf4j.query with parameters of type CloseableIteration 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. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra with parameters of type CloseableIteration Modifier and Type Method Description void
BinaryTupleOperator. setAlgorithm(CloseableIteration<?,?> iteration)
-
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement CloseableIteration Modifier and Type Class Description static class
QueryEvaluationStep.DelayedEvaluationIteration
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,? extends QueryEvaluationException>
QueryEvaluationStep.DelayedEvaluationIteration. createIteration()
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractQueryPreparer. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
CloseableIteration<BindingSet,QueryEvaluationException>
EvaluationStrategy. evaluate(Service expr, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>
EvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>
QueryEvaluationStep. evaluate(BindingSet bindings)
CloseableIteration<? extends Triple,QueryEvaluationException>
RDFStarTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>
TripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type CloseableIteration 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.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type CloseableIteration Modifier and Type Method Description 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. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.federation
Classes in org.eclipse.rdf4j.query.algebra.evaluation.federation that implement CloseableIteration Modifier and Type Class Description class
JoinExecutorBase<T>
Deprecated.UseJoinExecutorBase
class
ServiceCrossProductIteration
Deprecated.class
ServiceJoinConversionIteration
Deprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIteration
class
ServiceJoinIterator
Iterator for efficient SERVICE evaluation (vectored).Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return CloseableIteration 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)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type CloseableIteration 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)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type CloseableIteration 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, 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. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
TupleFunction. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return CloseableIteration Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(BinaryTupleOperator expr, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(BindingSetAssignment bsa, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(DescribeOperator operator, BindingSet bindings)
Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(EmptySet emptySet, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Extension extension, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Filter filter, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Group node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Join join, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(LeftJoin leftJoin, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(MultiProjection multiProjection, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Order node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Projection projection, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Reduced reduced, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Service service, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Service service, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(SingletonSet singletonSet, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Slice slice, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(StatementPattern statementPattern, BindingSet bindings)
Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(TripleRef ref, BindingSet bindings)
evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(UnaryTupleOperator expr, BindingSet bindings)
Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Union union, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(ZeroLengthPath zlp, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
ExtensionQueryEvaluationStep. evaluate(BindingSet bs)
static CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>
TupleFunctionEvaluationStrategy. evaluate(TupleFunctionCall expr, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type CloseableIteration Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Service service, String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
-
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator that implement CloseableIteration Modifier and Type Class Description class
BadlyDesignedLeftJoinIterator
class
BottomUpJoinIterator
Deprecated.replaced by HashJoinIterationclass
CollectionIteration<E,X extends Exception>
Deprecated.since 2.3 useCollectionIteration
class
CompatibleBindingSetFilter
Deprecated.class
CrossProductIteration
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.class
DelayedEvaluationIteration
Utility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.class
DescribeIteration
Deprecated.class
ExtensionIterator
Deprecated.class
FilterIterator
Deprecated.class
GroupIterator
class
HashJoinIteration
Generic hash join implementation suitable for use by Sail implementations.class
JoinIterator
Interleaved join iterator.class
LeftJoinIterator
class
MultiProjectionIterator
class
OrderIterator
Deprecated.class
PathIteration
class
ProjectionIterator
Deprecated.class
QueryContextIteration
Makes aQueryContext
available during iteration.class
SilentIteration
Deprecated.UseSilentIteration
instead.class
SPARQLMinusIteration<X extends Exception>
Deprecated.class
ZeroLengthPathIteration
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as CloseableIteration Modifier and Type Field Description protected CloseableIteration<BindingSet,QueryEvaluationException>
CrossProductIteration. resultIteration
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<BindingSet,QueryEvaluationException>
DelayedEvaluationIteration. createIteration()
protected CloseableIteration<BindingSet,QueryEvaluationException>
DescribeIteration. createNextIteration(Value subject, Value object)
Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type CloseableIteration 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 list -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that implement CloseableIteration Modifier and Type Class Description class
LimitedSizeDistinctIteration
Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return CloseableIteration Modifier and Type Method Description static CloseableIteration<Literal,QueryEvaluationException>
TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>
TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement CloseableIteration Modifier and Type Class Description protected class
AbstractParserQuery.QueryInterruptIteration
Deprecated.class
BackgroundGraphResult
Deprecated.class
GraphQueryResultImpl
Deprecated.since 2.0.class
IteratingGraphQueryResult
Deprecated.class
IteratingTupleQueryResult
Deprecated.class
MutableTupleQueryResult
An implementation of theTupleQueryResult
interface that stores the complete query result in memory.class
QueueCursor<E>
Makes working with a queue easier by adding the methodsQueueIteration.done()
andQueueIteration.toss(Exception)
and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.class
TupleQueryResultImpl
Deprecated.UseIteratingTupleQueryResult
instead.Methods in org.eclipse.rdf4j.query.impl that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Methods in org.eclipse.rdf4j.query.impl with parameters of type CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Constructors in org.eclipse.rdf4j.query.impl with parameters of type CloseableIteration 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)
Deprecated.IteratingTupleQueryResult(List<String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
Deprecated.Creates a query result object with the supplied binding names.MutableTupleQueryResult(Collection<String> bindingNames, CloseableIteration<? extends BindingSet,E> bindingSetIter)
TupleQueryResultImpl(List<String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.parser.impl
Classes in org.eclipse.rdf4j.query.parser.impl that implement CloseableIteration Modifier and Type Class Description protected class
AbstractParserQuery.QueryInterruptIteration
Deprecated.Methods in org.eclipse.rdf4j.query.parser.impl that return CloseableIteration 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 with parameters of type CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
-
Uses of CloseableIteration in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement CloseableIteration Modifier and Type Class Description class
BackgroundTupleResult
Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.repository
Classes in org.eclipse.rdf4j.repository that implement CloseableIteration Modifier and Type Class Description class
RepositoryResult<T>
Methods in org.eclipse.rdf4j.repository with parameters of type CloseableIteration Modifier and Type Method Description default <E extends Exception>
voidRepositoryConnection. add(CloseableIteration<? extends Statement,E> statements, Resource... contexts)
Adds the supplied statements to this repository, optionally to one or more named contexts.default <E extends Exception>
voidRepositoryConnection. remove(CloseableIteration<? extends Statement,E> statements, Resource... contexts)
Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.Constructors in org.eclipse.rdf4j.repository with parameters of type CloseableIteration Constructor Description RepositoryResult(CloseableIteration<? extends T,RepositoryException> iter)
-
Uses of CloseableIteration in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail with parameters of type CloseableIteration Modifier and Type Method Description protected <E> RepositoryResult<E>
SailRepositoryConnection. createRepositoryResult(CloseableIteration<? extends E,SailException> sailIter)
Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversions -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement CloseableIteration Modifier and Type Class Description class
CollectionIteration<E,X extends Exception>
An iteration to access a materializedCollection
of BindingSets.class
JoinExecutorBase<T>
Base class for any join parallel join executor.class
ServiceJoinConversionIteration
Deprecated.class
SPARQLCrossProductIteration
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.Fields in org.eclipse.rdf4j.repository.sparql.federation declared as CloseableIteration Modifier and Type Field Description protected CloseableIteration<T,QueryEvaluationException>
JoinExecutorBase. leftIter
protected CloseableIteration<BindingSet,QueryEvaluationException>
SPARQLCrossProductIteration. resultIteration
protected CloseableIteration<T,QueryEvaluationException>
JoinExecutorBase. rightIter
Fields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type CloseableIteration Modifier and Type Field Description protected QueueCursor<CloseableIteration<T,QueryEvaluationException>>
JoinExecutorBase. rightQueue
Methods in org.eclipse.rdf4j.repository.sparql.federation that return CloseableIteration 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
.Methods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type CloseableIteration 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
.Constructors in org.eclipse.rdf4j.repository.sparql.federation with parameters of type CloseableIteration Constructor Description 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)
-
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement CloseableIteration Modifier and Type Class Description class
InsertBindingSetCursor
Adds more bindings to each of the results.Constructors in org.eclipse.rdf4j.repository.sparql.query with parameters of type CloseableIteration Constructor Description InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail
Classes in org.eclipse.rdf4j.sail that implement CloseableIteration Modifier and Type Class Description class
TripleSourceIterationWrapper<T>
Methods in org.eclipse.rdf4j.sail that return CloseableIteration 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.CloseableIteration<? extends Resource,SailException>
SailConnection. getContextIDs()
Returns the set of all unique context identifiers that are used to store statements.CloseableIteration<? extends Namespace,SailException>
SailConnection. getNamespaces()
Gets the namespaces relevant to the data contained in this Sail object.CloseableIteration<? extends Statement,SailException>
SailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
Gets all statements from the specified contexts that have a specific subject, predicate and/or object.Constructors in org.eclipse.rdf4j.sail with parameters of type CloseableIteration Constructor Description TripleSourceIterationWrapper(CloseableIteration<? extends T,SailException> delegate)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement CloseableIteration Modifier and Type Class Description class
DistinctModelReducingUnionIteration
An Iteration that takes two source.Methods in org.eclipse.rdf4j.sail.base that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailSourceConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
CloseableIteration<? extends Resource,SailException>
SailDataset. getContextIDs()
Returns the set of all unique context identifiers that are used to store statements.protected CloseableIteration<? extends Resource,SailException>
SailSourceConnection. getContextIDsInternal()
CloseableIteration<? extends Namespace,SailException>
SailDataset. getNamespaces()
Gets the namespaces relevant to the data contained in this object.protected CloseableIteration<? extends Namespace,SailException>
SailSourceConnection. getNamespacesInternal()
CloseableIteration<? extends Triple,QueryEvaluationException>
SailDatasetTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
CloseableIteration<? extends Statement,SailException>
SailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>
SailDatasetTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
protected CloseableIteration<? extends Statement,SailException>
SailSourceConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
default CloseableIteration<? extends Triple,SailException>
SailDataset. getTriples(Resource subj, IRI pred, Value obj)
Gets all RDF-star triples that have a specific subject, predicate and/or object. -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement CloseableIteration Modifier and Type Class Description class
FilteringIteration<E extends ExtensibleStatement,X extends Exception>
A wrapper for an Iteration that filters the statements against a pattern similar to getStatements(Resource subject, IRI predicate, Value object, Resource...Methods in org.eclipse.rdf4j.sail.extensiblestore that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends ExtensibleStatement,SailException>
DataStructureInterface. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
CloseableIteration<? extends ExtensibleStatement,SailException>
EagerReadCache. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
CloseableIteration<? extends ExtensibleStatement,SailException>
LazyReadCache. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
Constructors in org.eclipse.rdf4j.sail.extensiblestore with parameters of type CloseableIteration Constructor Description FilteringIteration(CloseableIteration<E,X> wrappedIteration, Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends ExtensibleStatement,SailException>
EvaluationStatisticsWrapper. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return CloseableIteration 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)
CloseableIteration<? extends Resource,SailException>
AbstractSailConnection. getContextIDs()
CloseableIteration<? extends Resource,SailException>
SailConnectionWrapper. getContextIDs()
protected abstract CloseableIteration<? extends Resource,SailException>
AbstractSailConnection. getContextIDsInternal()
CloseableIteration<? extends Namespace,SailException>
AbstractSailConnection. getNamespaces()
CloseableIteration<? extends Namespace,SailException>
SailConnectionWrapper. getNamespaces()
protected abstract CloseableIteration<? extends Namespace,SailException>
AbstractSailConnection. getNamespacesInternal()
CloseableIteration<? extends Statement,SailException>
AbstractSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
CloseableIteration<? extends Statement,SailException>
SailConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected abstract CloseableIteration<? extends Statement,SailException>
AbstractSailConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected <T,E extends Exception>
CloseableIteration<T,E>AbstractSailConnection. registerIteration(CloseableIteration<T,E> iter)
Registers an iteration as active by wrapping it in aSailBaseIteration
object and adding it to the list of active iterations.Methods in org.eclipse.rdf4j.sail.helpers with parameters of type CloseableIteration Modifier and Type Method Description protected <T,E extends Exception>
CloseableIteration<T,E>AbstractSailConnection. registerIteration(CloseableIteration<T,E> iter)
Registers an iteration as active by wrapping it in aSailBaseIteration
object and adding it to the list of active iterations. -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return CloseableIteration 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.CloseableIteration<? extends Resource,SailException>
InferencerConnectionWrapper. getContextIDs()
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.CloseableIteration<? extends Statement,SailException>
InferencerConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection. -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>
LuceneSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement CloseableIteration Modifier and Type Class Description class
MemStatementIterator
A StatementIterator that can iterate over a list of Statement objects.class
MemTripleIterator<X extends Exception>
An Iteration that can iterate over a list ofTriple
objects.Methods in org.eclipse.rdf4j.sail.memory.model that return CloseableIteration Modifier and Type Method Description static CloseableIteration<MemStatement,SailException>
MemStatementIterator. cacheAwareInstance(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>
ShaclSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Classes in org.eclipse.rdf4j.sail.shacl.ast.planNodes that implement CloseableIteration Modifier and Type Class Description class
LoggingCloseableIteration
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends ValidationTuple,SailException>
TargetChainRetriever. iterator()
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.results.lazy
Constructors in org.eclipse.rdf4j.sail.shacl.results.lazy with parameters of type CloseableIteration Constructor Description ValidationResultIterator(CloseableIteration<? extends ValidationTuple,SailException> tupleIterator, long limit)
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement CloseableIteration Modifier and Type Class Description class
CloseablePeakableIteration<E,X extends Exception>
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>
VerySimpleRdfsBackwardsChainingConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
Constructors in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type CloseableIteration Constructor Description CloseablePeakableIteration(CloseableIteration<E,X> parent)
-
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that return CloseableIteration 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 CloseableIteration in org.eclipse.rdf4j.spin.function.apf
Methods in org.eclipse.rdf4j.spin.function.apf that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
ConcatTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function.list
Methods in org.eclipse.rdf4j.spin.function.list that return CloseableIteration 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 CloseableIteration in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif that return CloseableIteration 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 CloseableIteration in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement CloseableIteration Modifier and Type Class Description class
CachedGraphQueryResult
class
CachedTupleQueryResult
class
ReusableGraphQueryResult
Wrapper for a TupleQueryResult, allowing the result to be replayed.class
ReusableTupleQueryResult
Wrapper for a TupleQueryResult, allowing the result to be replayed.
-