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 © 2020 JBoss, a division of Red Hat. All rights reserved.