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>
entrySet
void entrySet(K key,
V value)
entryRemoved
void entryRemoved(K key)
viewChange
void viewChange(View view,
java.util.Vector<Address> new_mbrs,
java.util.Vector<Address> old_mbrs)
contentsSet
void contentsSet(java.util.Map<K,V> new_entries)
contentsCleared
void contentsCleared()
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.