Interface ReplicatedHashMap.Notification<K,​V>

    • Method Detail

      • entrySet

        void entrySet​(K key,
                      V value)
      • entryRemoved

        void entryRemoved​(K key)
      • viewChange

        void viewChange​(View view,
                        java.util.List<Address> mbrs_joined,
                        java.util.List<Address> mbrs_left)
      • contentsSet

        void contentsSet​(java.util.Map<K,​V> new_entries)
      • contentsCleared

        void contentsCleared()