public class HashedEntriesCursor extends Object implements EntriesCursor
Constructor and Description |
---|
HashedEntriesCursor(QueryTableData table,
ExpNode indexNode,
IQueryResultSet entries) |
Modifier and Type | Method and Description |
---|---|
IEntryPacket |
getCurrentEntry() |
List<IEntryPacket> |
getMatch(ColumnNode matchCol,
IEntryPacket expectedMatch) |
boolean |
isBeforeFirst() |
boolean |
next() |
void |
reset() |
public HashedEntriesCursor(QueryTableData table, ExpNode indexNode, IQueryResultSet entries)
table
- indexNode
- public List<IEntryPacket> getMatch(ColumnNode matchCol, IEntryPacket expectedMatch)
public IEntryPacket getCurrentEntry()
getCurrentEntry
in interface EntriesCursor
public boolean next()
next
in interface EntriesCursor
public void reset()
reset
in interface EntriesCursor
public boolean isBeforeFirst()
isBeforeFirst
in interface EntriesCursor
Copyright © GigaSpaces.