public interface IEconomyConcurrentMap<K,V> extends ConcurrentMap<K,V>
| Modifier and Type | Method and Description | 
|---|---|
V | 
putIfAbsent(K key,
           V value,
           boolean unstableKey)  | 
void | 
setKeyUnstable(K key)  | 
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © GigaSpaces.