Uses of Interface
org.eclipse.rdf4j.common.iteration.CloseableIteration
Packages that use CloseableIteration
Package
Description
Package offering various locking scheme implementations.
Interfaces and classes for handling queries and query results.
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepository
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
MemoryStore-specific implementations of the core RDF model objects.
A Sail implementation for SHACL constraint checking.
Core functions required for SPIN.
-
Uses of CloseableIteration in org.eclipse.rdf4j.common.concurrent.locks
Classes in org.eclipse.rdf4j.common.concurrent.locks that implement CloseableIterationMethods in org.eclipse.rdf4j.common.concurrent.locks that return CloseableIterationModifier and TypeMethodDescriptionstatic <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 CloseableIterationModifier and TypeMethodDescriptionstatic <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 -
Uses of CloseableIteration in org.eclipse.rdf4j.common.iteration
Classes in org.eclipse.rdf4j.common.iteration that implement CloseableIterationModifier and TypeClassDescriptionclass
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.final 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.Fields in org.eclipse.rdf4j.common.iteration declared as CloseableIterationModifier and TypeFieldDescriptionprivate final CloseableIteration
<T, E> CloseableIterationSpliterator.iteration
private CloseableIteration
<? extends E, X> DualUnionIteration.iteration1
Deprecated.private CloseableIteration
<? extends E, X> DualUnionIteration.iteration2
Deprecated.Methods in org.eclipse.rdf4j.common.iteration that return CloseableIterationModifier and TypeMethodDescriptionstatic <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 CloseableIterationModifier and TypeMethodDescriptionstatic <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
.Iterations.asList
(CloseableIteration<? extends E, X> iter) Deprecated.Get a List containing all elements obtained from the specified iteration.Iterations.asSet
(CloseableIteration<? extends E, ? extends X> iteration, Supplier<Set<E>> setMaker) Deprecated.Get a Set containing all elements obtained from the specified iteration.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.Iterations.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 CloseableIterationModifierConstructorDescriptionCloseableIterationSpliterator
(CloseableIteration<T, E> iteration) Creates aSpliterator
implementation that wraps the suppliedCloseableIteration
.private
DualUnionIteration
(CloseableIteration<? extends E, X> iteration1, CloseableIteration<? extends E, X> iteration2) Deprecated.SilentIteration
(CloseableIteration<T, E> iter) Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.common.iterator
Fields in org.eclipse.rdf4j.common.iterator declared as CloseableIterationModifier and TypeFieldDescriptionprivate final CloseableIteration
<? extends E, ? extends RuntimeException> CloseableIterationIterator.iteration
Constructors in org.eclipse.rdf4j.common.iterator with parameters of type CloseableIterationModifierConstructorDescriptionCloseableIterationIterator
(CloseableIteration<? extends E, ? extends RuntimeException> iteration) -
Uses of CloseableIteration in org.eclipse.rdf4j.query
Subinterfaces of CloseableIteration in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterface
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
A representation of a variable-binding query result as a sequence ofBindingSet
objects.Classes in org.eclipse.rdf4j.query that implement CloseableIterationModifier and TypeClassDescriptionprivate static class
private static class
private static class
Methods in org.eclipse.rdf4j.query with parameters of type CloseableIterationModifier and TypeMethodDescriptionstatic 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 CloseableIterationModifier and TypeMethodDescriptionvoid
BinaryTupleOperator.setAlgorithm
(CloseableIteration<?, ?> iteration) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement CloseableIterationModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation that return CloseableIterationModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, ? extends QueryEvaluationException> QueryEvaluationStep.DelayedEvaluationIteration.createIteration()
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractQueryPreparer.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) EvaluationStrategy.evaluate
(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.QueryEvaluationStep.evaluate
(BindingSet bindings) CloseableIteration
<? extends Triple, QueryEvaluationException> RDFStarTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement, QueryEvaluationException> TripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type CloseableIterationModifier and TypeMethodDescriptionEvaluationStrategy.evaluate
(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type CloseableIterationModifier and TypeMethodDescriptionstatic 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 CloseableIterationModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIteration
class
Iterator for efficient SERVICE evaluation (vectored).Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return CloseableIterationModifier and TypeMethodDescriptionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) FederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided SPARQL query at this federated service.TupleFunctionFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type CloseableIterationModifier and TypeMethodDescriptionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type CloseableIterationModifierConstructorDescriptionJoinExecutorBase
(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 CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> TupleFunction.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl that implement CloseableIterationModifier and TypeClassDescriptionprivate static class
This class wraps an iterator and increments the "resultSizeActual" of the query model node that the iterator represents.private static class
This class wraps an iterator and tracks the time used to execute next() and hasNext()Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as CloseableIterationModifier and TypeFieldDescription(package private) CloseableIteration
<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.ResultSizeCountingIterator.iterator
(package private) CloseableIteration
<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.TimedIterator.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return CloseableIterationModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(DescribeOperator operator, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.(package private) static CloseableIteration
<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) DefaultEvaluationStrategy.evaluate
(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Service service, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(StatementPattern statementPattern, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(TripleRef ref, BindingSet bindings) evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)DefaultEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(UnaryTupleOperator expr, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.QueryRootQueryEvaluationStep.evaluate
(BindingSet bs) ExtensionQueryEvaluationStep.evaluate
(BindingSet bs) TupleFunctionEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type CloseableIterationModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type CloseableIterationModifierConstructorDescriptionResultSizeCountingIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iterator, QueryModelNode queryModelNode) TimedIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iterator, QueryModelNode queryModelNode) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that implement CloseableIterationModifier and TypeClassDescriptionprivate static final class
Converts statements into the required bindingsets.private static final class
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps declared as CloseableIterationModifier and TypeFieldDescriptionprivate final CloseableIteration
<? extends Statement, ? extends QueryEvaluationException> StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator.iteration
private final CloseableIteration
<? extends Statement, ? extends QueryEvaluationException> StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator.iteration
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type CloseableIterationModifier and TypeFieldDescriptionprivate final Function
<BindingSet, CloseableIteration<BindingSet, QueryEvaluationException>> JoinQueryEvaluationStep.eval
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return CloseableIterationModifier and TypeMethodDescriptionBindingSetAssignmentQueryEvaluationStep.evaluate
(BindingSet bindings) IntersectionQueryEvaluationStep.evaluate
(BindingSet bs) JoinQueryEvaluationStep.evaluate
(BindingSet bindings) LeftJoinQueryEvaluationStep.evaluate
(BindingSet bindings) MinusQueryEvaluationStep.evaluate
(BindingSet bindings) OrderQueryEvaluationStep.evaluate
(BindingSet bs) ProjectionQueryEvaluationStep.evaluate
(BindingSet bindings) RdfStarQueryEvaluationStep.evaluate
(BindingSet bindings) ReificationRdfStarQueryEvaluationStep.evaluate
(BindingSet bindings) ServiceQueryEvaluationStep.evaluate
(BindingSet bindings) SliceQueryEvaluationStep.OffSetAndLimitQueryEvaluationStep.evaluate
(BindingSet bs) SliceQueryEvaluationStep.OnlyLimitQueryEvaluationStep.evaluate
(BindingSet bs) SliceQueryEvaluationStep.OnlyOffsetQueryEvaluationStep.evaluate
(BindingSet bs) StatementPatternQueryEvaluationStep.evaluate
(BindingSet bindings) UnionQueryEvaluationStep.evaluate
(BindingSet bindings) ZeroLengthPathEvaluationStep.evaluate
(BindingSet bindings) private CloseableIteration
<? extends Statement, QueryEvaluationException> StatementPatternQueryEvaluationStep.handleFilter
(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement, QueryEvaluationException> iteration) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type CloseableIterationModifier and TypeMethodDescriptionprivate CloseableIteration
<? extends Statement, QueryEvaluationException> StatementPatternQueryEvaluationStep.handleFilter
(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement, QueryEvaluationException> iteration) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type CloseableIterationModifierConstructorDescriptionprivate
ConvertStatementToBindingSetIterator
(CloseableIteration<? extends Statement, ? extends QueryEvaluationException> iteration, BiConsumer<MutableBindingSet, Statement> action, QueryEvaluationContext context) private
JoinStatementWithBindingSetIterator
(CloseableIteration<? extends Statement, ? extends QueryEvaluationException> iteration, BiConsumer<MutableBindingSet, Statement> action, BindingSet bindings, QueryEvaluationContext context) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator that implement CloseableIterationModifier and TypeClassDescriptionclass
class
Deprecated.replaced by HashJoinIterationclass
CollectionIteration<E,
X extends Exception> Deprecated.since 2.3 useCollectionIteration
class
Deprecated.class
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.class
Utility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.class
Deprecated.class
Deprecated.class
Deprecated.class
class
Generic hash join implementation suitable for use by Sail implementations.class
Interleaved join iterator.class
class
class
Deprecated.class
class
Deprecated.class
Makes aQueryContext
available during iteration.class
Deprecated.UseSilentIteration
instead.class
SPARQLMinusIteration<X extends Exception>
Deprecated.class
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as CloseableIterationModifier and TypeFieldDescriptionDescribeIteration.currentDescribeExprIter
Deprecated.PathIteration.currentIter
DelayedEvaluationIteration.iter
private final CloseableIteration
<BindingSet, QueryEvaluationException> MultiProjectionIterator.iter
private final CloseableIteration
<BindingSet, QueryEvaluationException> OrderIterator.iter
Deprecated.private final CloseableIteration
<? extends BindingSet, QueryEvaluationException> QueryContextIteration.iter
ZeroLengthPathIteration.iter
private final CloseableIteration
<BindingSet, QueryEvaluationException> BottomUpJoinIterator.leftIter
Deprecated.private final CloseableIteration
<BindingSet, QueryEvaluationException> HashJoinIteration.leftIter
private final CloseableIteration
<BindingSet, QueryEvaluationException> JoinIterator.leftIter
private final CloseableIteration
<BindingSet, QueryEvaluationException> LeftJoinIterator.leftIter
BottomUpJoinIterator.restIter
Deprecated.HashJoinIteration.restIter
protected final CloseableIteration
<BindingSet, QueryEvaluationException> CrossProductIteration.resultIteration
private final CloseableIteration
<BindingSet, QueryEvaluationException> BottomUpJoinIterator.rightIter
Deprecated.private final CloseableIteration
<BindingSet, QueryEvaluationException> HashJoinIteration.rightIter
JoinIterator.rightIter
LeftJoinIterator.rightIter
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return CloseableIterationModifier and TypeMethodDescriptionprotected CloseableIteration
<BindingSet, QueryEvaluationException> DelayedEvaluationIteration.createIteration()
ZeroLengthPathIteration.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 CloseableIterationModifier and TypeMethodDescriptionprotected Collection
<BindingSet> HashJoinIteration.makeIterationCache
(CloseableIteration<BindingSet, QueryEvaluationException> iter) Utility methods to make it easier to inserted custom store dependent listConstructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type CloseableIterationModifierConstructorDescriptionCompatibleBindingSetFilter
(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet inputBindings) Deprecated.CrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) ExtensionIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Consumer<MutableBindingSet> setter, QueryEvaluationContext context) Deprecated.ExtensionIterator
(Extension extension, CloseableIteration<BindingSet, QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context) Deprecated.private
FilterIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, Function<BindingSet, BindingSet> retain) Deprecated.FilterIterator
(Filter filter, CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy) Deprecated.HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin) HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.MultiProjectionIterator
(MultiProjection multiProjection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct, long iterationSyncThreshold) Deprecated.ProjectionIterator
(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated.QueryContextIteration
(CloseableIteration<? extends BindingSet, QueryEvaluationException> iter, QueryContext queryContext) Deprecated. -
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 -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return CloseableIterationModifier and TypeMethodDescriptionTripleSources.getObjectLiterals
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectResources
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectURIs
(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getSubjectURIs
(IRI predicate, Value object, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement CloseableIterationModifier and TypeClassDescriptionprotected class
Deprecated.class
Deprecated.class
Deprecated.since 2.0.class
Deprecated.class
Deprecated.class
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
Deprecated.UseIteratingTupleQueryResult
instead.Methods in org.eclipse.rdf4j.query.impl that return CloseableIterationModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Methods in org.eclipse.rdf4j.query.impl with parameters of type CloseableIterationModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Constructors in org.eclipse.rdf4j.query.impl with parameters of type CloseableIterationModifierConstructorDescriptionGraphQueryResultImpl
(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 CloseableIterationModifier and TypeClassDescriptionprotected class
Deprecated.Methods in org.eclipse.rdf4j.query.parser.impl that return CloseableIterationModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Methods in org.eclipse.rdf4j.query.parser.impl with parameters of type CloseableIterationModifier and TypeMethodDescriptionprotected 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 -
Uses of CloseableIteration in org.eclipse.rdf4j.repository
Classes in org.eclipse.rdf4j.repository that implement CloseableIterationModifier and TypeClassDescriptionclass
Fields in org.eclipse.rdf4j.repository declared as CloseableIterationModifier and TypeFieldDescriptionprivate CloseableIteration
<? extends T, RepositoryException> RepositoryResult.wrappedIter
Methods in org.eclipse.rdf4j.repository with parameters of type CloseableIterationModifier and TypeMethodDescriptiondefault <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 CloseableIterationModifierConstructorDescriptionRepositoryResult
(CloseableIteration<? extends T, RepositoryException> iter) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement, QueryEvaluationException> RepositoryTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement CloseableIterationMethods in org.eclipse.rdf4j.repository.sail with parameters of type CloseableIterationModifier and TypeMethodDescriptionprotected <E> RepositoryResult
<E> SailRepositoryConnection.createRepositoryResult
(CloseableIteration<? extends E, SailException> sailIter) Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversionsConstructors in org.eclipse.rdf4j.repository.sail with parameters of type CloseableIterationModifierConstructorDescriptionSailCloseableIteration
(CloseableIteration<? extends E, ? extends SailException> iter) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that return CloseableIterationModifier and TypeMethodDescriptionprivate CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailUpdateExecutor.evaluateWhereClause
(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement CloseableIterationModifier and TypeClassDescriptionclass
CollectionIteration<E,
X extends Exception> An iteration to access a materializedCollection
of BindingSets.class
Base class for any join parallel join executor.private class
A convenience iteration for SERVICE expression which evaluates intermediate results in batches and manages all results.private static class
Wrapper iteration which closes aRepositoryConnection
uponRepositoryFederatedService.CloseConnectionIteration.close()
private class
Helper iteration to evaluate a block ofBindingSet
s using the simpleRepositoryFederatedService.select(Service, Set, BindingSet, String)
routine.class
Deprecated.class
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 CloseableIterationModifier and TypeFieldDescriptionprivate final CloseableIteration
<BindingSet, QueryEvaluationException> RepositoryFederatedService.CloseConnectionIteration.delegate
protected final CloseableIteration
<T, QueryEvaluationException> JoinExecutorBase.leftIter
protected final CloseableIteration
<BindingSet, QueryEvaluationException> SPARQLCrossProductIteration.resultIteration
protected CloseableIteration
<T, QueryEvaluationException> JoinExecutorBase.rightIter
Fields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type CloseableIterationModifier and TypeFieldDescriptionprotected final QueueCursor
<CloseableIteration<T, QueryEvaluationException>> JoinExecutorBase.rightQueue
Methods in org.eclipse.rdf4j.repository.sparql.federation that return CloseableIterationModifier and TypeMethodDescriptionRepositoryFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration
<BindingSet, QueryEvaluationException> RepositoryFederatedService.evaluateInternal
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepository
of thisFederatedService
.RepositoryFederatedService.evaluateInternalFallback
(Service service, List<BindingSet> allBindings, String baseUri) Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration
, i.e.RepositoryFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.Methods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type CloseableIterationModifier and TypeMethodDescriptionvoid
JoinExecutorBase.addResult
(CloseableIteration<T, QueryEvaluationException> res) RepositoryFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration
<BindingSet, QueryEvaluationException> RepositoryFederatedService.evaluateInternal
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepository
of thisFederatedService
.Constructors in org.eclipse.rdf4j.repository.sparql.federation with parameters of type CloseableIterationModifierConstructorDescriptionBatchingServiceIteration
(CloseableIteration<BindingSet, QueryEvaluationException> inputBindings, int blockSize, Service service) private
CloseConnectionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> delegate, RepositoryConnection connection) protected
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 CloseableIterationModifier and TypeClassDescriptionclass
Adds more bindings to each of the results.Constructors in org.eclipse.rdf4j.repository.sparql.query with parameters of type CloseableIterationModifierConstructorDescriptionInsertBindingSetCursor
(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail
Classes in org.eclipse.rdf4j.sail that implement CloseableIterationFields in org.eclipse.rdf4j.sail declared as CloseableIterationModifier and TypeFieldDescriptionprivate final CloseableIteration
<? extends T, SailException> TripleSourceIterationWrapper.delegate
Methods in org.eclipse.rdf4j.sail that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet, QueryEvaluationException> SailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.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 CloseableIterationModifierConstructorDescriptionTripleSourceIterationWrapper
(CloseableIteration<? extends T, SailException> delegate) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement CloseableIterationModifier and TypeClassDescriptionclass
An Iteration that takes two source.(package private) class
SailClosingIteration<T,
X extends Exception> AnIteration
that holds on to aSailClosable
until the Iteration is closed.Fields in org.eclipse.rdf4j.sail.base declared as CloseableIterationModifier and TypeFieldDescriptionprivate final CloseableIteration
<? extends Statement, SailException> DistinctModelReducingUnionIteration.iterator
Methods in org.eclipse.rdf4j.sail.base that return CloseableIterationModifier and TypeMethodDescriptionprivate CloseableIteration
<? extends Statement, SailException> SailDatasetImpl.difference
(CloseableIteration<? extends Statement, SailException> result, Function<Statement, Boolean> excluded) protected CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailSourceConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration
<? extends Resource, SailException> DelegatingSailDataset.getContextIDs()
CloseableIteration
<? extends Resource, SailException> ObservingSailDataset.getContextIDs()
CloseableIteration
<? extends Resource, SailException> SailDataset.getContextIDs()
Returns the set of all unique context identifiers that are used to store statements.CloseableIteration
<? extends Resource, SailException> SailDatasetImpl.getContextIDs()
CloseableIteration
<? extends Resource, SailException> UnionSailDataset.getContextIDs()
protected CloseableIteration
<? extends Resource, SailException> SailSourceConnection.getContextIDsInternal()
CloseableIteration
<? extends Namespace, SailException> DelegatingSailDataset.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> SailDataset.getNamespaces()
Gets the namespaces relevant to the data contained in this object.CloseableIteration
<? extends Namespace, SailException> SailDatasetImpl.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> UnionSailDataset.getNamespaces()
protected CloseableIteration
<? extends Namespace, SailException> SailSourceConnection.getNamespacesInternal()
CloseableIteration
<? extends Triple, QueryEvaluationException> SailDatasetTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) CloseableIteration
<? extends Statement, SailException> DelegatingSailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, SailException> ObservingSailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) 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, SailException> SailDatasetImpl.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, QueryEvaluationException> SailDatasetTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, SailException> UnionSailDataset.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) CloseableIteration
<? extends Triple, SailException> DelegatingSailDataset.getTriples
(Resource subj, IRI pred, Value obj) 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.CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.getTriples
(Resource subj, IRI pred, Value obj) CloseableIteration
<? extends Triple, SailException> UnionSailDataset.getTriples
(Resource subj, IRI pred, Value obj) private <T,
X extends Exception>
CloseableIteration<T, QueryEvaluationException> SailSourceConnection.interlock
(CloseableIteration<T, QueryEvaluationException> iter, SailClosable... closes) private CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.triplesDifference
(CloseableIteration<? extends Triple, SailException> result, Function<Triple, Boolean> excluded) private <T> CloseableIteration
<? extends T, SailException> UnionSailDataset.union
(CloseableIteration<? extends T, SailException> iteration1, CloseableIteration<? extends T, SailException> iteration2) Methods in org.eclipse.rdf4j.sail.base with parameters of type CloseableIterationModifier and TypeMethodDescriptionprivate CloseableIteration
<? extends Statement, SailException> SailDatasetImpl.difference
(CloseableIteration<? extends Statement, SailException> result, Function<Statement, Boolean> excluded) private <T,
X extends Exception>
CloseableIteration<T, QueryEvaluationException> SailSourceConnection.interlock
(CloseableIteration<T, QueryEvaluationException> iter, SailClosable... closes) static <E> SailClosingIteration
<E, SailException> SailClosingIteration.makeClosable
(CloseableIteration<? extends E, SailException> iter, SailClosable... closes) Creates a newIteration
that automatically closes the givenSailClosable
s.private CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.triplesDifference
(CloseableIteration<? extends Triple, SailException> result, Function<Triple, Boolean> excluded) private <T> CloseableIteration
<? extends T, SailException> UnionSailDataset.union
(CloseableIteration<? extends T, SailException> iteration1, CloseableIteration<? extends T, SailException> iteration2) Constructors in org.eclipse.rdf4j.sail.base with parameters of type CloseableIterationModifierConstructorDescription(package private)
DistinctModelReducingUnionIteration
(CloseableIteration<? extends Statement, SailException> iterator, Consumer<Statement> approvedRemover, Supplier<Iterable<Statement>> approvedSupplier) SailClosingIteration
(CloseableIteration<? extends T, X> iter, SailClosable... closes) Creates a newIteration
that automatically closes the givenSailClosable
s. -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement, QueryEvaluationException> SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement CloseableIterationModifier and TypeClassDescription(package private) final class
CleanerIteration<E,
X extends Exception> (package private) class
SailBaseIteration<T,
E extends Exception> An iteration extension that keeps a reference to the AbstractSailConnection from which it originates and signals when it is closed.(package private) class
TupleExprWrapperIteration<T extends BindingSet,
X extends Exception> This iteration is used to debug issues with the TupleExpr that was used to generate the wrapped iteration.Fields in org.eclipse.rdf4j.sail.helpers declared as CloseableIterationModifier and TypeFieldDescriptionprivate final CloseableIteration
<E, X> CleanerIteration.delegate
private final CloseableIteration
<T, X> TupleExprWrapperIteration.delegate
private final CloseableIteration
<E, X> CleanerIteration.CleanableState.iteration
Methods in org.eclipse.rdf4j.sail.helpers that return CloseableIterationModifier and TypeMethodDescriptionfinal CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) final CloseableIteration
<? extends Resource, SailException> AbstractSailConnection.getContextIDs()
CloseableIteration
<? extends Resource, SailException> SailConnectionWrapper.getContextIDs()
protected abstract CloseableIteration
<? extends Resource, SailException> AbstractSailConnection.getContextIDsInternal()
final CloseableIteration
<? extends Namespace, SailException> AbstractSailConnection.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> SailConnectionWrapper.getNamespaces()
protected abstract CloseableIteration
<? extends Namespace, SailException> AbstractSailConnection.getNamespacesInternal()
final 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 CloseableIterationModifier and TypeMethodDescriptionprotected <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.Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type CloseableIterationModifierConstructorDescriptionCleanableState
(CloseableIteration<E, X> iteration) CleanerIteration
(CloseableIteration<E, X> delegate, ConcurrentCleaner cleaner) SailBaseIteration
(CloseableIteration<? extends T, ? extends E> iter, AbstractSailConnection connection) Creates a new memory-store specific iteration object.TupleExprWrapperIteration
(CloseableIteration<T, X> delegate, TupleExpr tupleExpr) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet, QueryEvaluationException> InferencerConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.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 CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) private CloseableIteration
<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory that return CloseableIterationModifier and TypeMethodDescriptionprivate CloseableIteration
<MemStatement, SailException> MemorySailStore.createStatementIterator
(Resource subj, IRI pred, Value obj, Boolean explicit, int snapshot, Resource... contexts) Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.private CloseableIteration
<MemTriple, SailException> MemorySailStore.createTripleIterator
(Resource subj, IRI pred, Value obj, int snapshot) Creates a TripleIterator that contains the triples matching the specified pattern of subject, predicate, object, context.CloseableIteration
<? extends Resource, SailException> MemorySailStore.MemorySailDataset.getContextIDs()
private CloseableIteration
<MemStatement, SailException> MemorySailStore.getMemStatementIterator
(MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementList statementList) CloseableIteration
<? extends Namespace, SailException> MemorySailStore.MemorySailDataset.getNamespaces()
MemorySailStore.MemorySailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) MemorySailStore.MemorySailDataset.getTriples
(Resource subj, IRI pred, Value obj) Methods in org.eclipse.rdf4j.sail.memory with parameters of type CloseableIterationModifier and TypeMethodDescriptionvoid
FileIO.writeStatement
(CloseableIteration<? extends Statement, SailException> stIter, int tripleMarker, int quadMarker, DataOutputStream dataOut) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement CloseableIterationModifier and TypeClassDescriptionclass
A StatementIterator that can iterate over a list of Statement objects.private static class
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 CloseableIterationModifier and TypeMethodDescriptionMemStatementIterator.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 CloseableIterationModifier and TypeMethodDescription(package private) static CloseableIteration
<Statement, SailException> ConnectionHelper.getCloseableIteration
(RepositoryResult<Statement> repositoryResults) 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 CloseableIterationModifier and TypeClassDescriptionclass
(package private) class
private static class
(package private) static class
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as CloseableIterationModifier and TypeFieldDescriptionFilterPlanNode.iterator
InnerJoin.iterator
private CloseableIteration
<? extends ValidationTuple, SailException> OnlyNonUnique.parentIterator
(package private) final CloseableIteration
<? extends ValidationTuple, SailException> SingleCloseablePlanNode.SingleCloseableIteration.parentIterator
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return CloseableIterationModifier and TypeMethodDescriptionInnerJoin.internalIterator()
CloseableIteration
<? extends ValidationTuple, SailException> AllTargetsPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BindSelect.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BufferedPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BufferedSplitter.BufferedSplitterPlaneNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BulkedExternalInnerJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BulkedExternalLeftOuterJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> DebugPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> EmptyNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> EqualsJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> EqualsJoinValue.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> FilterByPredicate.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> FilterByPredicateObject.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> FilterPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> GroupByCountFilter.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> GroupByFilter.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> InnerJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> InnerJoin.NotifyingPushablePlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> LeftOuterJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> NonUniqueTargetLang.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> NotValuesIn.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> PlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ReduceTargets.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> Select.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> SetFilterNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ShiftToNodeShape.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ShiftToPropertyShape.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> SingleCloseablePlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> Sort.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> SparqlConstraintSelect.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> TargetChainPopper.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> TrimToTarget.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> TupleMapper.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> UnBufferedPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> UnionNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> Unique.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> UnorderedSelect.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ValidationReportNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ValuesBackedNode.iterator()
FilterPlanNode.iteratorInternal()
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends ValidationTuple, SailException> TargetChainRetriever.iterator()
-
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.results.lazy
Fields in org.eclipse.rdf4j.sail.shacl.results.lazy declared as CloseableIterationModifier and TypeFieldDescriptionprivate CloseableIteration
<? extends ValidationTuple, SailException> ValidationResultIterator.tupleIterator
Constructors in org.eclipse.rdf4j.sail.shacl.results.lazy with parameters of type CloseableIterationModifierConstructorDescriptionValidationResultIterator
(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 CloseableIterationFields in org.eclipse.rdf4j.sail.shacl.wrapper.data declared as CloseableIterationModifier and TypeFieldDescription(package private) CloseableIteration
<E, X> CloseablePeakableIteration.parent
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? 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 -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type CloseableIterationModifier and TypeMethodDescriptionprivate SailRepository
Rdf4jShaclShapeGraphShapeSource.forwardChain
(CloseableIteration<? extends Statement, ? extends RDF4JException> statements) private static Value
ShapeSourceHelper.getObject
(CloseableIteration<? extends Statement, SailException> iteration) -
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function
Classes in org.eclipse.rdf4j.spin.function that implement CloseableIterationModifier and TypeClassDescription(package private) static class
(package private) static class
Methods in org.eclipse.rdf4j.spin.function that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> ConstructTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> SelectTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> SpinTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function.apf
Methods in org.eclipse.rdf4j.spin.function.apf that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? 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 CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> Index.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> Length.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> Member.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif that return CloseableIterationModifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> For.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> ForEach.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>, QueryEvaluationException> Split.evaluate
(ValueFactory valueFactory, Value... args)
JoinExecutorBase