Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
JChannelFactory
Deprecated.
Might get removed in 3.0. Use your own method of injecting channels
|
Constructor and Description |
---|
DistributedQueue(String groupname,
ChannelFactory factory,
String properties,
long state_timeout)
Creates a DistributedQueue
|
ReplicatedHashMap(String clustername,
ChannelFactory factory,
String properties,
boolean persistent,
long state_timeout)
Creates a ReplicatedHashMap.
|
ReplicatedHashMap(String clustername,
ChannelFactory factory,
String properties,
long state_timeout)
Creates a ReplicatedHashMap
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicatedHashMapDemo.start(ChannelFactory factory,
String props,
boolean persist) |
void |
DistributedQueueDemo.start(String groupname,
ChannelFactory factory,
String props) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.