Interface ReplicatedHashMap.Notification<K,V>

All Known Implementing Classes:
ReplicatedHashMapDemo
Enclosing class:
ReplicatedHashMap<K,V>

public static interface ReplicatedHashMap.Notification<K,V>
  • Method Details

    • entrySet

      void entrySet(K key, V value)
    • entryRemoved

      void entryRemoved(K key)
    • viewChange

      void viewChange(View view, List<Address> mbrs_joined, List<Address> mbrs_left)
    • contentsSet

      void contentsSet(Map<K,V> new_entries)
    • contentsCleared

      void contentsCleared()