Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedHashMap<K extends Serializable,V extends Serializable>
Subclass of a
ConcurrentHashMap with replication
of the contents across a cluster. |
Modifier and Type | Method and Description |
---|---|
static <K extends Serializable,V extends Serializable> |
ReplicatedHashMap.synchronizedMap(ReplicatedMap<K,V> map)
Creates a synchronized facade for a ReplicatedMap.
|
Modifier and Type | Method and Description |
---|---|
static <K extends Serializable,V extends Serializable> |
ReplicatedHashMap.synchronizedMap(ReplicatedMap<K,V> map)
Creates a synchronized facade for a ReplicatedMap.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.