public interface IExtendedEntriesIndex<K,V> extends IExtendedIndex<K,V>
Modifier and Type | Method and Description |
---|---|
IStoredList<IEntryCacheInfo> |
getIndexEntries(K indexValue) |
ConcurrentMap<Object,IStoredList<IEntryCacheInfo>> |
getNonUniqueEntriesStore() |
ConcurrentSkipListMap<Object,IStoredList<IEntryCacheInfo>> |
getOrderedStore() |
ConcurrentMap<Object,IEntryCacheInfo> |
getUniqueEntriesStore() |
void |
onRemove(IEntryCacheInfo eci) |
void |
onUpdate(IEntryCacheInfo eci) |
void |
onUpdateEnd(IEntryCacheInfo eci) |
int |
reapExpired() |
insertEntryIndexedField, removeEntryIndexedField
establishScan, establishScan
IStoredList<IEntryCacheInfo> getIndexEntries(K indexValue)
ConcurrentMap<Object,IStoredList<IEntryCacheInfo>> getNonUniqueEntriesStore()
ConcurrentMap<Object,IEntryCacheInfo> getUniqueEntriesStore()
ConcurrentSkipListMap<Object,IStoredList<IEntryCacheInfo>> getOrderedStore()
void onUpdate(IEntryCacheInfo eci)
void onUpdateEnd(IEntryCacheInfo eci)
void onRemove(IEntryCacheInfo eci)
int reapExpired()
Copyright © GigaSpaces.