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 EntriesCursorpublic boolean next()
next in interface EntriesCursorpublic void reset()
reset in interface EntriesCursorpublic boolean isBeforeFirst()
isBeforeFirst in interface EntriesCursorCopyright © GigaSpaces.