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.protocols.relay | |
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
class |
ReceiverAdapter
An adapter implementing the Receiver interface with no-op implementations.
|
Modifier and Type | Field and Description |
---|---|
protected Receiver |
Channel.receiver |
Modifier and Type | Method and Description |
---|---|
Receiver |
Channel.getReceiver()
Returns a receiver for this channel if it has been installed using
Channel.setReceiver(Receiver) , null otherwise |
Modifier and Type | Method and Description |
---|---|
JChannel |
JChannel.receiver(Receiver r) |
void |
Channel.setReceiver(Receiver r)
Sets the receiver for this channel.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedHashMap<K,V>
Implementation of a
ConcurrentMap 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 |
Chat |
class |
Draw
Shared whiteboard, each new instance joins the same group.
|
class |
QuoteServer
Example of a replicated quote server.
|
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 |
---|---|
protected class |
Relayer.Bridge |
Modifier and Type | Class and Description |
---|---|
class |
MyReceiver<T>
Generic receiver for a JChannel
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.