| 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,
              PredicateType predicateType,
              Long searchedValue)
 
            | 
 void | 
SortedIndexStore.getSubRecords(MultiResultSet results,
              PredicateType predicateType,
              Long searchedValue)
 
            | 
 void | 
UnsortedIndexStore.getSubRecords(MultiResultSet results,
              PredicateType predicateType,
              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)
 
            |