Methods in com.hazelcast.query with parameters of type MultiResultSet |
void |
IndexStore.getRecords(MultiResultSet results,
Set<Long> values)
|
void |
SortedIndexStore.getRecords(MultiResultSet results,
Set<Long> values)
|
void |
UnsortedIndexStore.getRecords(MultiResultSet results,
Set<Long> values)
|
void |
IndexStore.getSubRecords(MultiResultSet results,
boolean equal,
boolean lessThan,
Long searchedValue)
|
void |
SortedIndexStore.getSubRecords(MultiResultSet results,
boolean equal,
boolean lessThan,
Long searchedValue)
|
void |
UnsortedIndexStore.getSubRecords(MultiResultSet results,
boolean equal,
boolean lessThan,
Long searchedValue)
|
void |
IndexStore.getSubRecordsBetween(MultiResultSet results,
Long from,
Long to)
|
void |
SortedIndexStore.getSubRecordsBetween(MultiResultSet results,
Long from,
Long to)
|
void |
UnsortedIndexStore.getSubRecordsBetween(MultiResultSet results,
Long from,
Long to)
|