Uses of Class
org.eclipse.rdf4j.common.iteration.IterationWrapper
-
Packages that use IterationWrapper Package Description org.eclipse.rdf4j.common.concurrent.locks Package offering various locking scheme implementations.org.eclipse.rdf4j.common.iteration org.eclipse.rdf4j.query.impl org.eclipse.rdf4j.query.resultio.helpers org.eclipse.rdf4j.repository.sparql.query -
-
Uses of IterationWrapper in org.eclipse.rdf4j.common.concurrent.locks
Subclasses of IterationWrapper in org.eclipse.rdf4j.common.concurrent.locks Modifier and Type Class Description class
LockingIteration<E>
An Iteration that holds on to a lock until the Iteration is closed. -
Uses of IterationWrapper in org.eclipse.rdf4j.common.iteration
Subclasses of IterationWrapper in org.eclipse.rdf4j.common.iteration Modifier and Type Class Description class
LimitIteration<E>
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount.class
SilentIteration<T>
AnIterationWrapper
that silently ignores any errors that occur during processing.class
TimeLimitIteration<E>
-
Uses of IterationWrapper in org.eclipse.rdf4j.query.impl
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.impl Modifier and Type Class Description class
BackgroundGraphResult
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.class
IteratingGraphQueryResult
An iterating implementation of theGraphQueryResult
interface.class
IteratingTupleQueryResult
An iterating implementation of theTupleQueryResult
interface. -
Uses of IterationWrapper in org.eclipse.rdf4j.query.resultio.helpers
Subclasses of IterationWrapper in org.eclipse.rdf4j.query.resultio.helpers Modifier and Type Class Description class
BackgroundTupleResult
Provides concurrent access to tuple results as they are being parsed. -
Uses of IterationWrapper in org.eclipse.rdf4j.repository.sparql.query
Subclasses of IterationWrapper in org.eclipse.rdf4j.repository.sparql.query Modifier and Type Class Description class
InsertBindingSetCursor
Adds more bindings to each of the results.
-