Uses of Class
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
-
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.common.concurrent.locks
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.common.concurrent.locks Modifier and Type Class Description class
LockingIteration<E,X extends java.lang.Exception>
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.common.iteration
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.common.iteration Modifier and Type Class Description class
CloseableIteratorIteration<E,X extends java.lang.Exception>
Deprecated.class
ConvertingIteration<S,T,X extends java.lang.Exception>
Deprecated.class
DelayedIteration<E,X extends java.lang.Exception>
Deprecated.class
DistinctIteration<E,X extends java.lang.Exception>
Deprecated.class
EmptyIteration<E,X extends java.lang.Exception>
Deprecated.class
ExceptionConvertingIteration<E,X extends java.lang.Exception>
Deprecated.class
FilterIteration<E,X extends java.lang.Exception>
Deprecated.class
IntersectIteration<E,X extends java.lang.Exception>
Deprecated.class
IterationWrapper<E,X extends java.lang.Exception>
Deprecated.class
LimitIteration<E,X extends java.lang.Exception>
Deprecated.class
LookAheadIteration<E,X extends java.lang.Exception>
Deprecated.class
MinusIteration<E,X extends java.lang.Exception>
Deprecated.class
OffsetIteration<E,X extends java.lang.Exception>
Deprecated.class
QueueIteration<E,T extends java.lang.Exception>
Deprecated.class
ReducedIteration<E,X extends java.lang.Exception>
Deprecated.class
SilentIteration<T,E extends java.lang.Exception>
Deprecated.class
SingletonIteration<E,X extends java.lang.Exception>
Deprecated.class
TimeLimitIteration<E,X extends java.lang.Exception>
Deprecated.class
UnionIteration<E,X extends java.lang.Exception>
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query Modifier and Type Class Description private static class
QueryResults.GraphQueryResultFilter
private static class
QueryResults.TupleQueryResultFilter
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation Modifier and Type Class Description static class
QueryEvaluationStep.DelayedEvaluationIteration
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.federation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.federation Modifier and Type Class Description class
JoinExecutorBase<T>
Deprecated.UseJoinExecutorBase
class
ServiceCrossProductIteration
Deprecated.class
ServiceJoinConversionIteration
Deprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIteration
class
ServiceJoinIterator
Iterator for efficient SERVICE evaluation (vectored). -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl Modifier and Type Class Description private static class
DefaultEvaluationStrategy.ResultSizeCountingIterator
This class wraps an iterator and increments the "resultSizeActual" of the query model node that the iterator represents.private static class
DefaultEvaluationStrategy.TimedIterator
This class wraps an iterator and tracks the time used to execute next() and hasNext() -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator Modifier and Type Class Description class
BadlyDesignedLeftJoinIterator
class
BottomUpJoinIterator
Deprecated.replaced by HashJoinIterationclass
CollectionIteration<E,X extends java.lang.Exception>
Deprecated.since 2.3 useCollectionIteration
class
CompatibleBindingSetFilter
Deprecated.class
CrossProductIteration
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.class
DelayedEvaluationIteration
Utility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.class
DescribeIteration
Deprecated.class
ExtensionIterator
Deprecated.class
FilterIterator
Deprecated.class
GroupIterator
class
HashJoinIteration
Generic hash join implementation suitable for use by Sail implementations.class
JoinIterator
Interleaved join iterator.class
LeftJoinIterator
class
MultiProjectionIterator
class
OrderIterator
Deprecated.class
PathIteration
class
ProjectionIterator
Deprecated.class
QueryContextIteration
Makes aQueryContext
available during iteration.class
SilentIteration
Deprecated.UseSilentIteration
instead.class
SPARQLMinusIteration<X extends java.lang.Exception>
Deprecated.class
ZeroLengthPathIteration
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator Modifier and Type Class Description class
LimitedSizeDistinctIteration
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.impl
Subclasses of AbstractCloseableIteration 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
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
TupleQueryResultImpl
Deprecated.UseIteratingTupleQueryResult
instead. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.impl
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.impl Modifier and Type Class Description protected class
AbstractParserQuery.QueryInterruptIteration
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.resultio.helpers
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.resultio.helpers Modifier and Type Class Description class
BackgroundTupleResult
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository Modifier and Type Class Description class
RepositoryResult<T>
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sail
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sail Modifier and Type Class Description (package private) class
SailCloseableIteration<E>
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.federation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.federation Modifier and Type Class Description class
CollectionIteration<E,X extends java.lang.Exception>
An iteration to access a materializedCollection
of BindingSets.class
JoinExecutorBase<T>
Base class for any join parallel join executor.private class
RepositoryFederatedService.BatchingServiceIteration
A convenience iteration for SERVICE expression which evaluates intermediate results in batches and manages all results.private class
RepositoryFederatedService.FallbackServiceIteration
Helper iteration to evaluate a block ofBindingSet
s using the simpleRepositoryFederatedService.select(Service, Set, BindingSet, String)
routine.class
ServiceJoinConversionIteration
Deprecated.class
SPARQLCrossProductIteration
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.query
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.query Modifier and Type Class Description class
InsertBindingSetCursor
Adds more bindings to each of the results. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.base
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.base Modifier and Type Class Description class
DistinctModelReducingUnionIteration
An Iteration that takes two source.(package private) class
SailClosingIteration<T,X extends java.lang.Exception>
AnIteration
that holds on to aSailClosable
until the Iteration is closed. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.helpers
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.helpers Modifier and Type Class Description (package private) class
SailBaseIteration<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. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.memory.model
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.memory.model Modifier and Type Class Description class
MemTripleIterator<X extends java.lang.Exception>
An Iteration that can iterate over a list ofTriple
objects. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.spin.function
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.spin.function Modifier and Type Class Description (package private) static class
ConstructTupleFunction.GraphQueryResultIteration
(package private) static class
SelectTupleFunction.TupleQueryResultIteration
-