Package org.jgroups.blocks
Interface ReplicatedHashMap.Notification<K,V>
- All Known Implementing Classes:
ReplicatedHashMapDemo
- Enclosing class:
ReplicatedHashMap<K,V>
public static interface ReplicatedHashMap.Notification<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcontentsSet(Map<K, V> new_entries) voidentryRemoved(K key) voidvoid
-
Method Details
-
entrySet
-
entryRemoved
-
viewChange
-
contentsSet
-
contentsCleared
void contentsCleared()
-