Interface DistributedHashtable.Notification

All Known Implementing Classes:
DistributedHashtableDemo
Enclosing class:
DistributedHashtable

public static interface DistributedHashtable.Notification
  • Method Details

    • entrySet

      void entrySet(Object key, Object value)
    • entryRemoved

      void entryRemoved(Object key)
    • viewChange

      void viewChange(Vector new_mbrs, Vector old_mbrs)
    • contentsSet

      void contentsSet(Map new_entries)
    • contentsCleared

      void contentsCleared()