com.hazelcast.query
Class UnsortedIndexStore
java.lang.Object
  
com.hazelcast.query.UnsortedIndexStore
- All Implemented Interfaces: 
 - IndexStore
 
public class UnsortedIndexStore
- extends Object
- implements IndexStore
  
 
 
 
UnsortedIndexStore
public UnsortedIndexStore()
setDoubleValue
public void setDoubleValue(boolean doubleValue)
 
 
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.