Uses of Interface
org.jgroups.blocks.ReplicatedHashMap.Notification
-
Packages that use ReplicatedHashMap.Notification Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.demos Provides demonstrations of JGroups functionality. -
-
Uses of ReplicatedHashMap.Notification in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type ReplicatedHashMap.Notification Modifier and Type Method Description void
ReplicatedHashMap. addNotifier(ReplicatedHashMap.Notification n)
void
ReplicatedHashMap. removeNotifier(ReplicatedHashMap.Notification n)
-
Uses of ReplicatedHashMap.Notification in org.jgroups.demos
Classes in org.jgroups.demos that implement ReplicatedHashMap.Notification Modifier and Type Class Description class
ReplicatedHashMapDemo
Uses the ReplicatedHashMap building block, which subclasses java.util.HashMap and overrides the methods that modify the hashmap (e.g.
-