Uses of Class
org.eclipse.rdf4j.common.iteration.LookAheadIteration
Packages that use LookAheadIteration
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
MemoryStore-specific implementations of the core RDF model objects.
-
Uses of LookAheadIteration in org.eclipse.rdf4j.common.iteration
Subclasses of LookAheadIteration in org.eclipse.rdf4j.common.iterationModifier and TypeClassDescriptionclassQueueIteration<E, T extends Exception>Deprecated.classUnionIteration<E, X extends Exception>Deprecated. -
Uses of LookAheadIteration in org.eclipse.rdf4j.query.algebra.evaluation.federation
Subclasses of LookAheadIteration in org.eclipse.rdf4j.query.algebra.evaluation.federationModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classIterator for efficient SERVICE evaluation (vectored). -
Uses of LookAheadIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Subclasses of LookAheadIteration in org.eclipse.rdf4j.query.algebra.evaluation.iteratorModifier and TypeClassDescriptionclassclassDeprecated.replaced by HashJoinIterationclassIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.classDeprecated.classGeneric hash join implementation suitable for use by Sail implementations.classInterleaved join iterator.classclassclassclass -
Uses of LookAheadIteration in org.eclipse.rdf4j.query.impl
Subclasses of LookAheadIteration in org.eclipse.rdf4j.query.implModifier and TypeClassDescriptionclassQueueCursor<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. -
Uses of LookAheadIteration in org.eclipse.rdf4j.repository.sparql.federation
Subclasses of LookAheadIteration in org.eclipse.rdf4j.repository.sparql.federationModifier and TypeClassDescriptionclassBase 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.classIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration. -
Uses of LookAheadIteration in org.eclipse.rdf4j.sail.base
Subclasses of LookAheadIteration in org.eclipse.rdf4j.sail.baseModifier and TypeClassDescriptionclassAn Iteration that takes two source. -
Uses of LookAheadIteration in org.eclipse.rdf4j.sail.memory.model
Subclasses of LookAheadIteration in org.eclipse.rdf4j.sail.memory.modelModifier and TypeClassDescriptionclassMemTripleIterator<X extends Exception>An Iteration that can iterate over a list ofTripleobjects.
JoinExecutorBase