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