Package com.j_spaces.jdbc.executor
Class HashedEntriesCursor
java.lang.Object
com.j_spaces.jdbc.executor.HashedEntriesCursor
- All Implemented Interfaces:
EntriesCursor
Hash-based simple index for entry packets. Used for equi-joins.
- Since:
- 7.1
- Author:
- anna
-
Constructor Summary
ConstructorsConstructorDescriptionHashedEntriesCursor(QueryTableData table, ExpNode indexNode, IQueryResultSet entries) -
Method Summary
Modifier and TypeMethodDescriptiongetMatch(ColumnNode matchCol, IEntryPacket expectedMatch) booleanbooleannext()voidreset()
-
Constructor Details
-
HashedEntriesCursor
- Parameters:
table-indexNode-
-
-
Method Details
-
getMatch
-
getCurrentEntry
- Specified by:
getCurrentEntryin interfaceEntriesCursor
-
next
public boolean next()- Specified by:
nextin interfaceEntriesCursor
-
reset
public void reset()- Specified by:
resetin interfaceEntriesCursor
-
isBeforeFirst
public boolean isBeforeFirst()- Specified by:
isBeforeFirstin interfaceEntriesCursor
-