T - Type for iterator.public class CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator<T> extends GridCloseableIteratorAdapter<T>
CacheQueryFuture.| Modifier and Type | Method and Description |
|---|---|
protected void |
onClose()
Invoked on iterator close.
|
boolean |
onHasNext() |
T |
onNext() |
protected void |
onRemove()
Called on remove from iterator.
|
checkClosed, close, hasNextX, isClosed, nextX, removeXhasNext, iterator, next, removepublic T onNext() throws IgniteCheckedException
onNext in class GridCloseableIteratorAdapter<T>IgniteCheckedException - If failed.public boolean onHasNext()
throws IgniteCheckedException
onHasNext in class GridCloseableIteratorAdapter<T>True if iterator has next element.IgniteCheckedException - If failed.protected void onClose()
throws IgniteCheckedException
onClose in class GridCloseableIteratorAdapter<T>IgniteCheckedException - If closing failed.protected void onRemove()
throws IgniteCheckedException
onRemove in class GridCloseableIteratorAdapter<T>IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015