Uses of Class
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Packages that use AbstractCloseableIteration
Package
Description
Package offering various locking scheme implementations.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
MemoryStore-specific implementations of the core RDF model objects.
-
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 TypeClassDescriptionclassCloseableIteratorIteration<E,X extends Exception> Deprecated.classConvertingIteration<S,T, X extends Exception> Deprecated.classDelayedIteration<E,X extends Exception> Deprecated.classDistinctIteration<E,X extends Exception> Deprecated.final classEmptyIteration<E,X extends Exception> Deprecated.classExceptionConvertingIteration<E,X extends Exception> Deprecated.classFilterIteration<E,X extends Exception> Deprecated.classIntersectIteration<E,X extends Exception> Deprecated.classIterationWrapper<E,X extends Exception> Deprecated.classLimitIteration<E,X extends Exception> Deprecated.classLookAheadIteration<E,X extends Exception> Deprecated.classMinusIteration<E,X extends Exception> Deprecated.classOffsetIteration<E,X extends Exception> Deprecated.classQueueIteration<E,T extends Exception> Deprecated.classReducedIteration<E,X extends Exception> Deprecated.classSilentIteration<T,E extends Exception> Deprecated.classSingletonIteration<E,X extends Exception> Deprecated.classTimeLimitIteration<E,X extends Exception> Deprecated.classUnionIteration<E,X extends Exception> Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluationModifier and TypeClassDescriptionstatic classDeprecated, 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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIterationclassIterator for efficient SERVICE evaluation (vectored). -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Modifier and TypeClassDescriptionclassclassDeprecated.replaced by HashJoinIterationclassCollectionIteration<E,X extends Exception> Deprecated.since 2.3 useCollectionIterationclassDeprecated.classIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.classUtility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.classDeprecated.classDeprecated.classDeprecated.classclassGeneric hash join implementation suitable for use by Sail implementations.classInterleaved join iterator.classclassclassDeprecated.classclassDeprecated.classMakes aQueryContextavailable during iteration.classDeprecated.UseSilentIterationinstead.classSPARQLMinusIteration<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 classDeprecated.classDeprecated.classDeprecated.since 2.0.classDeprecated.classDeprecated.classQueueCursor<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.classDeprecated.UseIteratingTupleQueryResultinstead. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.impl
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.implModifier and TypeClassDescriptionprotected classDeprecated. -
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.sparql.federation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.federationModifier and TypeClassDescriptionclassCollectionIteration<E,X extends Exception> An iteration to access a materializedCollectionof BindingSets.classBase class for any join parallel join executor.classDeprecated.classIteration 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 TypeClassDescriptionclassAdds 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 TypeClassDescriptionclassAn Iteration that takes two source. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.memory.model
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.memory.modelModifier and TypeClassDescriptionclassMemTripleIterator<X extends Exception>An Iteration that can iterate over a list ofTripleobjects.
JoinExecutorBase