Class FedXQueueCursor<T>

Type Parameters:
T -
All Implemented Interfaces:
AutoCloseable, CloseableIteration<CloseableIteration<T,QueryEvaluationException>,QueryEvaluationException>, Iteration<CloseableIteration<T,QueryEvaluationException>,QueryEvaluationException>

public class FedXQueueCursor<T> extends QueueCursor<CloseableIteration<T,QueryEvaluationException>>
Specialized variants of QueueCursor which avoids converting any exception if it is already of typeQueryEvaluationException.
Author:
Andreas Schwarte