protected class GridMergeIndex.FetchingCursor extends Object implements org.h2.index.Cursor
| Constructor and Description |
|---|
FetchingCursor(org.h2.result.SearchRow first,
org.h2.result.SearchRow last,
Iterator<org.h2.result.Row> stream) |
| Modifier and Type | Method and Description |
|---|---|
org.h2.result.Row |
get() |
org.h2.result.SearchRow |
getSearchRow() |
boolean |
next() |
boolean |
previous() |
public FetchingCursor(org.h2.result.SearchRow first,
org.h2.result.SearchRow last,
Iterator<org.h2.result.Row> stream)
first - Lower bound.last - Upper bound.stream - Stream of all the rows from remote nodes.public boolean next()
next in interface org.h2.index.Cursorpublic org.h2.result.Row get()
get in interface org.h2.index.Cursorpublic org.h2.result.SearchRow getSearchRow()
getSearchRow in interface org.h2.index.Cursorpublic boolean previous()
previous in interface org.h2.index.Cursor
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018