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