Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplCache<K,V>
Cache which allows for replication factors per data items; the factor determines how many replicas
of a key/value we create across the cluster.
See doc/design/ReplCache.txt for details. |
Modifier and Type | Method and Description |
---|---|
void |
Cache.addChangeListener(Cache.ChangeListener l) |
void |
Cache.removeChangeListener(Cache.ChangeListener l) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.