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 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
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.queryModifier and TypeClassDescriptionprivate static classprivate static class -
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.impl
Modifier and TypeClassDescriptionprivate static classThis class wraps an iterator and increments the "resultSizeActual" of the query model node that the iterator represents.private static classThis 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 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.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 TypeClassDescriptionclassCollectionIteration<E, X extends Exception>An iteration to access a materializedCollectionof BindingSets.classBase class for any join parallel join executor.private classA convenience iteration for SERVICE expression which evaluates intermediate results in batches and manages all results.private classHelper iteration to evaluate a block ofBindingSets using the simpleRepositoryFederatedService.select(Service, Set, BindingSet, String)routine.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.(package private) classSailClosingIteration<T, X extends Exception>AnIterationthat holds on to aSailClosableuntil 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) classSailBaseIteration<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 TypeClassDescriptionclassMemTripleIterator<X extends Exception>An Iteration that can iterate over a list ofTripleobjects. -
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