Package org.jgroups.blocks
Interface DistributedHashtable.Notification
- All Known Implementing Classes:
DistributedHashtableDemo
- Enclosing class:
DistributedHashtable
public static interface DistributedHashtable.Notification
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
contentsSet
(Map new_entries) void
entryRemoved
(Object key) void
void
viewChange
(Vector new_mbrs, Vector old_mbrs)
-
Method Details
-
entrySet
-
entryRemoved
-
viewChange
-
contentsSet
-
contentsCleared
void contentsCleared()
-