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 TypeClassDescriptionclassDistinctIteration<E, X extends Exception>Deprecated.classFilterIteration<E, X extends Exception>Deprecated.classIntersectIteration<E, X extends Exception>Deprecated.classLimitIteration<E, X extends Exception>Deprecated.classMinusIteration<E, X extends Exception>Deprecated.classOffsetIteration<E, X extends Exception>Deprecated.classReducedIteration<E, X extends Exception>Deprecated.classSilentIteration<T, E extends Exception>Deprecated.classTimeLimitIteration<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 classThis class wraps an iterator and increments the "resultSizeActual" of the query model node that the iterator represents.private static classThis 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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classSPARQLMinusIteration<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 classDeprecated.classDeprecated.classDeprecated.since 2.0.classDeprecated.classDeprecated.classDeprecated.UseIteratingTupleQueryResultinstead. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.parser.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.parser.implModifier and TypeClassDescriptionprotected classDeprecated. -
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 TypeClassDescriptionclassAdds 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) classSailClosingIteration<T, X extends Exception>AnIterationthat holds on to aSailClosableuntil 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) classSailBaseIteration<T, E extends Exception>An iteration extension that keeps a reference to the AbstractSailConnection from which it originates and signals when it is closed.
SilentIterationinstead.