V - class represents of value stored in an index.public class IndexValueCursor<V> extends Object implements GridCursor<V>
| Modifier and Type | Field and Description |
|---|---|
static GridCursor |
EMPTY
Empty cursor implementation.
|
| Constructor and Description |
|---|
IndexValueCursor(GridCursor<IndexRow> delegate,
Function<IndexRow,V> mapFunc) |
| Modifier and Type | Method and Description |
|---|---|
V |
get()
Gets element at current position.
|
boolean |
next()
Attempt to move cursor position forward.
|
public static final GridCursor EMPTY
public IndexValueCursor(GridCursor<IndexRow> delegate, Function<IndexRow,V> mapFunc)
public boolean next()
throws IgniteCheckedException
next in interface GridCursor<V>true If we were able to move position of cursor forward.IgniteCheckedException - If failed.public V get() throws IgniteCheckedException
GridCursor.next() call.get in interface GridCursor<V>IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021