Uses of Class
com.hazelcast.query.MultiResultSet

Packages that use MultiResultSet
com.hazelcast.query   
 

Uses of MultiResultSet in com.hazelcast.query
 

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)
           
 



Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.