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()  | 
FastConcurrentSkipListMap<Object,IStoredList<IEntryCacheInfo>> | 
getOrderedStore()  | 
ConcurrentMap<Object,IEntryCacheInfo> | 
getUniqueEntriesStore()  | 
void | 
onRemove(IEntryCacheInfo eci)  | 
void | 
onUpdate(IEntryCacheInfo eci)  | 
void | 
onUpdateEnd(IEntryCacheInfo eci)  | 
int | 
reapExpired()  | 
insertEntryIndexedField, removeEntryIndexedFieldestablishScan, establishScanIStoredList<IEntryCacheInfo> getIndexEntries(K indexValue)
ConcurrentMap<Object,IStoredList<IEntryCacheInfo>> getNonUniqueEntriesStore()
ConcurrentMap<Object,IEntryCacheInfo> getUniqueEntriesStore()
FastConcurrentSkipListMap<Object,IStoredList<IEntryCacheInfo>> getOrderedStore()
void onUpdate(IEntryCacheInfo eci)
void onUpdateEnd(IEntryCacheInfo eci)
void onRemove(IEntryCacheInfo eci)
int reapExpired()
Copyright © GigaSpaces.