Uses of Class
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Packages that use AbstractCloseableIteration
Package
Description
Package offering various locking scheme implementations.
Interfaces and classes for handling queries and query results.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Repository implementation for local RDF databases that implement the SAIL SPI.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
MemoryStore-specific implementations of the core RDF model objects.
Core functions required for SPIN.
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.common.concurrent.locks
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.common.concurrent.locks -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.common.iteration
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.common.iterationModifier and TypeClassDescriptionclass
CloseableIteratorIteration<E,
X extends Exception> Deprecated.class
ConvertingIteration<S,
T, X extends Exception> Deprecated.class
DelayedIteration<E,
X extends Exception> Deprecated.class
DistinctIteration<E,
X extends Exception> Deprecated.final class
EmptyIteration<E,
X extends Exception> Deprecated.class
ExceptionConvertingIteration<E,
X extends Exception> Deprecated.class
FilterIteration<E,
X extends Exception> Deprecated.class
IntersectIteration<E,
X extends Exception> Deprecated.class
IterationWrapper<E,
X extends Exception> Deprecated.class
LimitIteration<E,
X extends Exception> Deprecated.class
LookAheadIteration<E,
X extends Exception> Deprecated.class
MinusIteration<E,
X extends Exception> Deprecated.class
OffsetIteration<E,
X extends Exception> Deprecated.class
QueueIteration<E,
T extends Exception> Deprecated.class
ReducedIteration<E,
X extends Exception> Deprecated.class
SilentIteration<T,
E extends Exception> Deprecated.class
SingletonIteration<E,
X extends Exception> Deprecated.class
TimeLimitIteration<E,
X extends Exception> Deprecated.class
UnionIteration<E,
X extends Exception> Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.queryModifier and TypeClassDescriptionprivate static class
private static class
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluationModifier and TypeClassDescriptionstatic class
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
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIteration
class
Iterator for efficient SERVICE evaluation (vectored). -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier 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 AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Modifier and TypeClassDescriptionclass
class
Deprecated.replaced by HashJoinIterationclass
CollectionIteration<E,
X extends Exception> Deprecated.since 2.3 useCollectionIteration
class
Deprecated.class
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.class
Utility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.class
Deprecated.class
Deprecated.class
Deprecated.class
class
Generic hash join implementation suitable for use by Sail implementations.class
Interleaved join iterator.class
class
class
Deprecated.class
class
Deprecated.class
Makes aQueryContext
available during iteration.class
Deprecated.UseSilentIteration
instead.class
SPARQLMinusIteration<X extends Exception>
Deprecated.class
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.impl
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.implModifier and TypeClassDescriptionprotected class
Deprecated.class
Deprecated.class
Deprecated.since 2.0.class
Deprecated.class
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
Deprecated.UseIteratingTupleQueryResult
instead. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.impl
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.implModifier and TypeClassDescriptionprotected class
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.resultio.helpers
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.resultio.helpers -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repositoryModifier and TypeClassDescriptionclass
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sail
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sail -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.federation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.federationModifier and TypeClassDescriptionclass
CollectionIteration<E,
X extends Exception> An iteration to access a materializedCollection
of BindingSets.class
Base class for any join parallel join executor.private class
A convenience iteration for SERVICE expression which evaluates intermediate results in batches and manages all results.private class
Helper iteration to evaluate a block ofBindingSet
s using the simpleRepositoryFederatedService.select(Service, Set, BindingSet, String)
routine.class
Deprecated.class
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.queryModifier and TypeClassDescriptionclass
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.baseModifier and TypeClassDescriptionclass
An Iteration that takes two source.(package private) class
SailClosingIteration<T,
X extends 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.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. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.memory.model
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.memory.modelModifier and TypeClassDescriptionclass
MemTripleIterator<X extends 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.functionModifier and TypeClassDescription(package private) static class
(package private) static class
JoinExecutorBase