Interface ReplicatedMap<K extends Serializable, V extends Serializable>
- All Superinterfaces:
ConcurrentMap<K,V>, Map<K, V>
- All Known Implementing Classes:
ReplicatedHashMap
public interface ReplicatedMap<K extends Serializable, V extends Serializable>
extends ConcurrentMap<K,V>
- Version:
- $Id: ReplicatedMap.java,v 1.2 2007/08/22 10:06:42 belaban Exp $
- Author:
- Bela Ban
-
Nested Class Summary
-
Method Summary
Methods inherited from interface ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
_put
-
_putAll
-
_clear
void _clear() -
_remove
-
_putIfAbsent
-
_remove
-
_replace
-
_replace
-