org.jgroups.blocks
public static interface ReplicatedHashMap.Notification<K extends java.io.Serializable,V extends java.io.Serializable>
Modifier and Type | Method and 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-2009 Bela Ban / Red Hat. All Rights Reserved.