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