Class FedXQueueCursor<T>
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<CloseableIteration<T,QueryEvaluationException>>
org.eclipse.rdf4j.federated.evaluation.concurrent.FedXQueueCursor<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
AutoCloseable
,CloseableIteration<CloseableIteration<T,
,QueryEvaluationException>, QueryEvaluationException> Iteration<CloseableIteration<T,
QueryEvaluationException>, QueryEvaluationException>
Specialized variants of
QueueCursor
which avoids converting any exception if it is already of
typeQueryEvaluationException
.- Author:
- Andreas Schwarte
-
Method Summary
Modifier and TypeMethodDescriptionprotected QueryEvaluationException
Converts an exception from the underlying iteration to an exception of type X.static <T> FedXQueueCursor<T>
create
(int capacity, WeakReference<?> callerReference) void
Called byAbstractCloseableIteration.close()
when it is called for the first time.Methods inherited from class org.eclipse.rdf4j.common.iteration.QueueIteration
checkException, done, getNextElement, 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
-
Method Details
-
create
-
convert
Description copied from class:QueueIteration
Converts an exception from the underlying iteration to an exception of type X.- Overrides:
convert
in classQueueCursor<CloseableIteration<T,
QueryEvaluationException>>
-
handleClose
Description copied from class:AbstractCloseableIteration
Called byAbstractCloseableIteration.close()
when it is called for the first time. This method is only called once on each iteration. By default, this method does nothing.- Overrides:
handleClose
in classQueueIteration<CloseableIteration<T,
QueryEvaluationException>, QueryEvaluationException> - Throws:
QueryEvaluationException
-