Uses of Class
org.eclipse.rdf4j.common.iteration.IterationWrapper
Packages that use IterationWrapper
Package
Description
Package offering various locking scheme implementations.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
-
Uses of IterationWrapper in org.eclipse.rdf4j.common.concurrent.locks
Subclasses of IterationWrapper in org.eclipse.rdf4j.common.concurrent.locks -
Uses of IterationWrapper in org.eclipse.rdf4j.common.iteration
Subclasses of IterationWrapper in org.eclipse.rdf4j.common.iterationModifier and TypeClassDescriptionclass
DistinctIteration<E,
X extends Exception> Deprecated.class
FilterIteration<E,
X extends Exception> Deprecated.class
IntersectIteration<E,
X extends Exception> Deprecated.class
LimitIteration<E,
X extends Exception> Deprecated.class
MinusIteration<E,
X extends Exception> Deprecated.class
OffsetIteration<E,
X extends Exception> Deprecated.class
ReducedIteration<E,
X extends Exception> Deprecated.class
SilentIteration<T,
E extends Exception> Deprecated.class
TimeLimitIteration<E,
X extends Exception> Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.implModifier 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() -
Uses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.iteratorModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
SPARQLMinusIteration<X extends Exception>
Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
-
Uses of IterationWrapper in org.eclipse.rdf4j.query.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.implModifier and TypeClassDescriptionprotected class
Deprecated.class
Deprecated.class
Deprecated.since 2.0.class
Deprecated.class
Deprecated.class
Deprecated.UseIteratingTupleQueryResult
instead. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.parser.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.parser.implModifier and TypeClassDescriptionprotected class
Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.resultio.helpers
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.resultio.helpers -
Uses of IterationWrapper in org.eclipse.rdf4j.repository.sparql.query
Subclasses of IterationWrapper in org.eclipse.rdf4j.repository.sparql.queryModifier and TypeClassDescriptionclass
Adds more bindings to each of the results. -
Uses of IterationWrapper in org.eclipse.rdf4j.sail.base
Subclasses of IterationWrapper in org.eclipse.rdf4j.sail.baseModifier and TypeClassDescription(package private) class
SailClosingIteration<T,
X extends Exception> AnIteration
that holds on to aSailClosable
until the Iteration is closed. -
Uses of IterationWrapper in org.eclipse.rdf4j.sail.helpers
Subclasses of IterationWrapper in org.eclipse.rdf4j.sail.helpersModifier and TypeClassDescription(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.
SilentIteration
instead.