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.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIterationrelevant 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 org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.helpers 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 Modifier and Type Class Description classLockingIteration<E,X extends java.lang.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 classDistinctIteration<E,X extends java.lang.Exception>Deprecated.classFilterIteration<E,X extends java.lang.Exception>Deprecated.classIntersectIteration<E,X extends java.lang.Exception>Deprecated.classLimitIteration<E,X extends java.lang.Exception>Deprecated.classMinusIteration<E,X extends java.lang.Exception>Deprecated.classOffsetIteration<E,X extends java.lang.Exception>Deprecated.classReducedIteration<E,X extends java.lang.Exception>Deprecated.classSilentIteration<T,E extends java.lang.Exception>Deprecated.classTimeLimitIteration<E,X extends java.lang.Exception>Deprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.algebra.evaluation.impl Modifier and Type Class Description private static classDefaultEvaluationStrategy.ResultSizeCountingIteratorThis class wraps an iterator and increments the "resultSizeActual" of the query model node that the iterator represents.private static classDefaultEvaluationStrategy.TimedIteratorThis 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.iterator Modifier and Type Class Description classCompatibleBindingSetFilterDeprecated.classFilterIteratorDeprecated.classSilentIterationDeprecated.UseSilentIterationinstead.classSPARQLMinusIteration<X extends java.lang.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 classLimitedSizeDistinctIterationDeprecated. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.impl Modifier and Type Class Description protected classAbstractParserQuery.QueryInterruptIterationDeprecated.classBackgroundGraphResultDeprecated.classGraphQueryResultImplDeprecated.since 2.0.classIteratingGraphQueryResultDeprecated.classIteratingTupleQueryResultDeprecated.classTupleQueryResultImplDeprecated.UseIteratingTupleQueryResultinstead. -
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 classAbstractParserQuery.QueryInterruptIterationDeprecated. -
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 classBackgroundTupleResultDeprecated. -
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 classInsertBindingSetCursorAdds more bindings to each of the results. -
Uses of IterationWrapper in org.eclipse.rdf4j.sail.base
Subclasses of IterationWrapper in org.eclipse.rdf4j.sail.base Modifier and Type Class Description (package private) classSailClosingIteration<T,X extends java.lang.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.helpers Modifier and Type Class Description (package private) classSailBaseIteration<T,E extends java.lang.Exception>An iteration extension that keeps a reference to the AbstractSailConnection from which it originates and signals when it is closed.
-