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 java.io.Serializable,V extends java.io.Serializable> |
ReplicatedHashMap.synchronizedMap(ReplicatedMap<K,V> map)
Creates a synchronized facade for a ReplicatedMap.
|
Modifier and Type | Method and Description |
---|---|
static <K extends java.io.Serializable,V extends java.io.Serializable> |
ReplicatedHashMap.synchronizedMap(ReplicatedMap<K,V> map)
Creates a synchronized facade for a ReplicatedMap.
|
Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.