Package org.jgroups.blocks
Interface ReplicatedMap<K,V>
- All Superinterfaces:
ConcurrentMap<K,,V> Map<K,V>
- All Known Implementing Classes:
ReplicatedHashMap,ReplicatedHashMap.SynchronizedReplicatedMap
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
_put
-
_putAll
-
_clear
void _clear() -
_remove
-
_putIfAbsent
-
_remove
-
_replace
-
_replace
-