public static interface ReplicatedHashMap.Notification<K extends Serializable,V extends Serializable>
Modifier and Type | Method and Description |
---|---|
void |
contentsCleared() |
void |
contentsSet(Map<K,V> new_entries) |
void |
entryRemoved(K key) |
void |
entrySet(K key,
V value) |
void |
viewChange(View view,
Vector<Address> mbrs_joined,
Vector<Address> mbrs_left) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.