com.hazelcast.query
Class SortedIndexStore
java.lang.Object
com.hazelcast.query.SortedIndexStore
- All Implemented Interfaces:
- IndexStore
public class SortedIndexStore
- extends java.lang.Object
- implements IndexStore
|
Method Summary |
java.util.concurrent.ConcurrentMap<java.lang.Long,java.util.concurrent.ConcurrentMap<java.lang.Long,Record>> |
getMapRecords()
|
java.util.Set<MapEntry> |
getRecords(java.lang.Long value)
|
void |
getRecords(MultiResultSet results,
java.util.Set<java.lang.Long> values)
|
void |
getSubRecords(MultiResultSet results,
boolean equal,
boolean lessThan,
java.lang.Long searchedValue)
|
void |
getSubRecordsBetween(MultiResultSet results,
java.lang.Long from,
java.lang.Long to)
|
void |
newRecordIndex(java.lang.Long newValue,
Record record)
|
void |
removeRecordIndex(java.lang.Long oldValue,
java.lang.Long recordId)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SortedIndexStore
public SortedIndexStore()
getSubRecordsBetween
public void getSubRecordsBetween(MultiResultSet results,
java.lang.Long from,
java.lang.Long to)
- Specified by:
getSubRecordsBetween in interface IndexStore
getSubRecords
public void getSubRecords(MultiResultSet results,
boolean equal,
boolean lessThan,
java.lang.Long searchedValue)
- Specified by:
getSubRecords in interface IndexStore
newRecordIndex
public void newRecordIndex(java.lang.Long newValue,
Record record)
- Specified by:
newRecordIndex in interface IndexStore
removeRecordIndex
public void removeRecordIndex(java.lang.Long oldValue,
java.lang.Long recordId)
- Specified by:
removeRecordIndex in interface IndexStore
getRecords
public java.util.Set<MapEntry> getRecords(java.lang.Long value)
- Specified by:
getRecords in interface IndexStore
getRecords
public void getRecords(MultiResultSet results,
java.util.Set<java.lang.Long> values)
- Specified by:
getRecords in interface IndexStore
getMapRecords
public java.util.concurrent.ConcurrentMap<java.lang.Long,java.util.concurrent.ConcurrentMap<java.lang.Long,Record>> getMapRecords()
- Specified by:
getMapRecords in interface IndexStore
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.