public static interface ReplicatedHashMap.Notification<K,V>
| 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,
List<Address> mbrs_joined,
List<Address> mbrs_left) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.