com.hazelcast.query
Class SortedIndexStore
java.lang.Object
  
com.hazelcast.query.SortedIndexStore
- All Implemented Interfaces: 
 - IndexStore
 
public class SortedIndexStore
- extends Object
- implements IndexStore
  
 
 
 
SortedIndexStore
public SortedIndexStore()
getSubRecordsBetween
public void getSubRecordsBetween(MultiResultSet results,
                                 Long from,
                                 Long to)
- Specified by:
 getSubRecordsBetween in interface IndexStore
 
 
getSubRecords
public void getSubRecords(MultiResultSet results,
                          PredicateType predicateType,
                          Long searchedValue)
- Specified by:
 getSubRecords in interface IndexStore
 
 
newRecordIndex
public void newRecordIndex(Long newValue,
                           Record record)
- Specified by:
 newRecordIndex in interface IndexStore
 
 
removeRecordIndex
public void removeRecordIndex(Long oldValue,
                              Long recordId)
- Specified by:
 removeRecordIndex in interface IndexStore
 
 
getRecords
public Set<MapEntry> getRecords(Long value)
- Specified by:
 getRecords in interface IndexStore
 
 
getRecords
public void getRecords(MultiResultSet results,
                       Set<Long> values)
- Specified by:
 getRecords in interface IndexStore
 
 
getMapRecords
public ConcurrentMap<Long,ConcurrentMap<Long,Record>> getMapRecords()
- Specified by:
 getMapRecords in interface IndexStore
 
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.