Package org.jgroups.blocks
Interface DistributedHashtable.Notification
-
- All Known Implementing Classes:
DistributedHashtableDemo
- Enclosing class:
- DistributedHashtable
public static interface DistributedHashtable.Notification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contentsCleared()
void
contentsSet(java.util.Map new_entries)
void
entryRemoved(java.lang.Object key)
void
entrySet(java.lang.Object key, java.lang.Object value)
void
viewChange(java.util.Vector new_mbrs, java.util.Vector old_mbrs)
-
-
-
Method Detail
-
entrySet
void entrySet(java.lang.Object key, java.lang.Object value)
-
entryRemoved
void entryRemoved(java.lang.Object key)
-
viewChange
void viewChange(java.util.Vector new_mbrs, java.util.Vector old_mbrs)
-
contentsSet
void contentsSet(java.util.Map new_entries)
-
contentsCleared
void contentsCleared()
-
-