Interface DistributedHashtable.Notification

All Known Implementing Classes:
DistributedHashtableDemo
Enclosing class:
DistributedHashtable

public static interface DistributedHashtable.Notification
Version:
$Id: DistributedHashtable.java,v 1.33.2.1 2008/02/28 07:31:56 belaban Exp $
Author:
Bela Ban, Alfonso Olias-Sanz
  • 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()