Class QueueCursor<E>
- java.lang.Object
-
- org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,X>
-
- org.eclipse.rdf4j.common.iteration.LookAheadIteration<E,T>
-
- org.eclipse.rdf4j.common.iteration.QueueIteration<E,QueryEvaluationException>
-
- org.eclipse.rdf4j.query.impl.QueueCursor<E>
-
- org.eclipse.rdf4j.http.client.QueueCursor<E>
-
- org.eclipse.rdf4j.repository.sparql.query.QueueCursor<E>
-
- All Implemented Interfaces:
AutoCloseable
,CloseableIteration<E,QueryEvaluationException>
,Iteration<E,QueryEvaluationException>
@Deprecated public class QueueCursor<E> extends QueueCursor<E>
Deprecated.UseQueueCursor
insteadMakes 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.- Author:
- James Leigh
-
-
Constructor Summary
Constructors Constructor Description QueueCursor(int capacity)
Deprecated.QueueCursor(int capacity, boolean fair)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.http.client.QueueCursor
convert
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.QueueIteration
checkException, done, getNextElement, handleClose, put, toss
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.LookAheadIteration
hasNext, next, remove
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
-
-