Uses of Class
org.eclipse.rdf4j.common.iteration.IterationWrapper
-
Packages that use IterationWrapper Package Description org.eclipse.rdf4j.common.concurrent.locks Package offering various locking scheme implementations.org.eclipse.rdf4j.common.iteration org.eclipse.rdf4j.federated.evaluation.iterator org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIteration
relevant to query evaluation.org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator org.eclipse.rdf4j.query.impl org.eclipse.rdf4j.query.parser.impl org.eclipse.rdf4j.query.resultio.helpers org.eclipse.rdf4j.repository.sparql.query -
-
Uses of IterationWrapper in org.eclipse.rdf4j.common.concurrent.locks
Subclasses of IterationWrapper in org.eclipse.rdf4j.common.concurrent.locks Modifier and Type Class Description class
LockingIteration<E,X extends Exception>
Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.common.iteration
Subclasses of IterationWrapper in org.eclipse.rdf4j.common.iteration Modifier and Type Class Description class
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.federated.evaluation.iterator
Subclasses of IterationWrapper in org.eclipse.rdf4j.federated.evaluation.iterator Modifier and Type Class Description class
FilteringInsertBindingsIteration
Deprecated.class
FilteringIteration
Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.iterator Modifier and Type Class Description class
CompatibleBindingSetFilter
Deprecated.class
FilterIterator
Deprecated.class
SilentIteration
Deprecated.UseSilentIteration
instead.class
SPARQLMinusIteration<X extends Exception>
Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator Modifier and Type Class Description class
LimitedSizeDistinctIteration
Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.impl 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
TupleQueryResultImpl
Deprecated.UseIteratingTupleQueryResult
instead. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.parser.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.parser.impl Modifier and Type Class Description protected class
AbstractParserQuery.QueryInterruptIteration
Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.resultio.helpers
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.resultio.helpers Modifier and Type Class Description class
BackgroundTupleResult
Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.repository.sparql.query
Subclasses of IterationWrapper in org.eclipse.rdf4j.repository.sparql.query Modifier and Type Class Description class
InsertBindingSetCursor
Adds more bindings to each of the results.
-