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 classLockingIteration<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 classCloseableIteratorIteration<E,X extends java.lang.Exception>Deprecated.classConvertingIteration<S,T,X extends java.lang.Exception>Deprecated.classDelayedIteration<E,X extends java.lang.Exception>Deprecated.classDistinctIteration<E,X extends java.lang.Exception>Deprecated.classEmptyIteration<E,X extends java.lang.Exception>Deprecated.classExceptionConvertingIteration<E,X extends java.lang.Exception>Deprecated.classFilterIteration<E,X extends java.lang.Exception>Deprecated.classIntersectIteration<E,X extends java.lang.Exception>Deprecated.classIterationWrapper<E,X extends java.lang.Exception>Deprecated.classLimitIteration<E,X extends java.lang.Exception>Deprecated.classLookAheadIteration<E,X extends java.lang.Exception>Deprecated.classMinusIteration<E,X extends java.lang.Exception>Deprecated.classOffsetIteration<E,X extends java.lang.Exception>Deprecated.classQueueIteration<E,T extends java.lang.Exception>Deprecated.classReducedIteration<E,X extends java.lang.Exception>Deprecated.classSilentIteration<T,E extends java.lang.Exception>Deprecated.classSingletonIteration<E,X extends java.lang.Exception>Deprecated.classTimeLimitIteration<E,X extends java.lang.Exception>Deprecated.classUnionIteration<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 classQueryResults.GraphQueryResultFilterprivate static classQueryResults.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 classQueryEvaluationStep.DelayedEvaluationIterationDeprecated, 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 classJoinExecutorBase<T>Deprecated.UseJoinExecutorBaseclassServiceCrossProductIterationDeprecated.classServiceJoinConversionIterationDeprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIterationclassServiceJoinIteratorIterator 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 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 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 classBadlyDesignedLeftJoinIteratorclassBottomUpJoinIteratorDeprecated.replaced by HashJoinIterationclassCollectionIteration<E,X extends java.lang.Exception>Deprecated.since 2.3 useCollectionIterationclassCompatibleBindingSetFilterDeprecated.classCrossProductIterationIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.classDelayedEvaluationIterationUtility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.classDescribeIterationDeprecated.classExtensionIteratorDeprecated.classFilterIteratorDeprecated.classGroupIteratorclassHashJoinIterationGeneric hash join implementation suitable for use by Sail implementations.classJoinIteratorInterleaved join iterator.classLeftJoinIteratorclassMultiProjectionIteratorclassOrderIteratorDeprecated.classPathIterationclassProjectionIteratorDeprecated.classQueryContextIterationMakes aQueryContextavailable during iteration.classSilentIterationDeprecated.UseSilentIterationinstead.classSPARQLMinusIteration<X extends java.lang.Exception>Deprecated.classZeroLengthPathIteration -
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 classLimitedSizeDistinctIterationDeprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.impl
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.impl Modifier and Type Class Description protected classAbstractParserQuery.QueryInterruptIterationDeprecated.classBackgroundGraphResultDeprecated.classGraphQueryResultImplDeprecated.since 2.0.classIteratingGraphQueryResultDeprecated.classIteratingTupleQueryResultDeprecated.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.classTupleQueryResultImplDeprecated.UseIteratingTupleQueryResultinstead. -
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 classAbstractParserQuery.QueryInterruptIterationDeprecated. -
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 classBackgroundTupleResultDeprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository Modifier and Type Class Description classRepositoryResult<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) classSailCloseableIteration<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 classCollectionIteration<E,X extends java.lang.Exception>An iteration to access a materializedCollectionof BindingSets.classJoinExecutorBase<T>Base class for any join parallel join executor.private classRepositoryFederatedService.BatchingServiceIterationA convenience iteration for SERVICE expression which evaluates intermediate results in batches and manages all results.private classRepositoryFederatedService.FallbackServiceIterationHelper iteration to evaluate a block ofBindingSets using the simpleRepositoryFederatedService.select(Service, Set, BindingSet, String)routine.classServiceJoinConversionIterationDeprecated.classSPARQLCrossProductIterationIteration 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 classInsertBindingSetCursorAdds 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 classDistinctModelReducingUnionIterationAn Iteration that takes two source.(package private) classSailClosingIteration<T,X extends java.lang.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.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. -
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 classMemTripleIterator<X extends java.lang.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.function Modifier and Type Class Description (package private) static classConstructTupleFunction.GraphQueryResultIteration(package private) static classSelectTupleFunction.TupleQueryResultIteration
-