ReplicatedHashMapDemo
public static interface ReplicatedHashMap.Notification<K extends java.io.Serializable,V extends java.io.Serializable>
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) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.