| 程序包 | 说明 |
|---|---|
| com.fr.third.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
| com.fr.third.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReplicatedHashMap.addNotifier(ReplicatedHashMap.Notification n) |
void |
ReplicatedHashMap.removeNotifier(ReplicatedHashMap.Notification n) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ReplicatedHashMapDemo
Uses the ReplicatedHashMap building block, which subclasses java.util.HashMap and overrides
the methods that modify the hashmap (e.g. put()).
|