public class UnsortedIndexStore extends Object implements IndexStore
| Constructor and Description |
|---|
UnsortedIndexStore() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<Long,ConcurrentMap<Long,Record>> |
getMapRecords() |
Set<MapEntry> |
getRecords(Long value) |
void |
getRecords(MultiResultSet results,
Set<Long> values) |
void |
getSubRecords(MultiResultSet results,
PredicateType predicateType,
Long searchedValue) |
void |
getSubRecordsBetween(MultiResultSet results,
Long from,
Long to) |
void |
newRecordIndex(Long newValue,
Record record) |
void |
removeRecordIndex(Long oldValue,
Long recordId) |
void |
setDoubleValue(boolean doubleValue) |
String |
toString() |
public void setDoubleValue(boolean doubleValue)
public void getSubRecordsBetween(MultiResultSet results, Long from, Long to)
getSubRecordsBetween in interface IndexStorepublic void getSubRecords(MultiResultSet results, PredicateType predicateType, Long searchedValue)
getSubRecords in interface IndexStorepublic void newRecordIndex(Long newValue, Record record)
newRecordIndex in interface IndexStorepublic void removeRecordIndex(Long oldValue, Long recordId)
removeRecordIndex in interface IndexStorepublic Set<MapEntry> getRecords(Long value)
getRecords in interface IndexStorepublic void getRecords(MultiResultSet results, Set<Long> values)
getRecords in interface IndexStorepublic ConcurrentMap<Long,ConcurrentMap<Long,Record>> getMapRecords()
getMapRecords in interface IndexStoreCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.