Uses of Class
org.eclipse.rdf4j.common.iteration.QueueIteration
-
Uses of QueueIteration in org.eclipse.rdf4j.federated.evaluation.concurrent
Modifier and TypeClassDescriptionclass
Specialized variants ofQueueCursor
which avoids converting any exception if it is already of typeQueryEvaluationException
. -
Uses of QueueIteration in org.eclipse.rdf4j.query.impl
Modifier and TypeClassDescriptionclass
QueueCursor<E>
Makes working with a queue easier by adding the methodsdone()
andtoss(Exception)
and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.