public interface GridCursor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets element at current position.
|
boolean |
next()
Attempt to move cursor position forward.
|
boolean next()
throws IgniteCheckedException
true If we were able to move position of cursor forward.IgniteCheckedException - If failed.T get() throws IgniteCheckedException
next() call.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020