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 | Interface and Description |
---|---|
interface |
ExtendedReceiver
Extends Receiver, plus the partial state transfer methods.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedReceiverAdapter |
class |
ReceiverAdapter |
Modifier and Type | Field and Description |
---|---|
protected Receiver |
Channel.receiver |
Modifier and Type | Method and Description |
---|---|
Receiver |
Channel.getReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
Channel.setReceiver(Receiver r)
Sets the receiver, which will handle all messages, view changes etc
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationBus
This class provides notification sending and handling capability.
|
class |
ReplicatedHashMap<K extends java.io.Serializable,V extends java.io.Serializable>
Subclass of a
ConcurrentHashMap with replication of the contents across a cluster. |
Modifier and Type | Class and Description |
---|---|
class |
Draw
Shared whiteboard, each new instance joins the same group.
|
class |
ViewDemo
Demos the reception of views using a PullPushAdapter.
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.