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
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.List<Address> mbrs_joined, java.util.List<Address> mbrs_left)
-