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.
|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
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
Deprecated.
Will be pulled in 3.0, use a JChannel directly instead
|
class |
ReplicatedHashMap<K extends Serializable,V extends Serializable>
Subclass of a
ConcurrentHashMap with replication
of the contents across a cluster. |
class |
ReplicatedTree
A tree-like structure that is replicated across several members.
|
Modifier and Type | Class and Description |
---|---|
class |
Draw
Shared whiteboard, each new instance joins the same group.
|
class |
RelayDemoRpc
Demos RELAY.
|
class |
ViewDemo
Demos the reception of views using a PullPushAdapter.
|
Modifier and Type | Class and Description |
---|---|
protected class |
RELAY.Receiver |
Modifier and Type | Class and Description |
---|---|
class |
MyReceiver
Simple receiver which buffers all messages
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.