Package org.jgroups.blocks
Interface ReplicatedHashMap.Notification<K extends java.io.Serializable,V extends java.io.Serializable>
-
- All Known Implementing Classes:
ReplicatedHashMapDemo
- Enclosing class:
- ReplicatedHashMap<K extends java.io.Serializable,V extends java.io.Serializable>
public static interface ReplicatedHashMap.Notification<K extends java.io.Serializable,V extends java.io.Serializable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contentsCleared()
void
contentsSet(java.util.Map<K,V> new_entries)
void
entryRemoved(K key)
void
entrySet(K key, V value)
void
viewChange(View view, java.util.Vector<Address> new_mbrs, java.util.Vector<Address> old_mbrs)
-