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.tests | |
org.jgroups.tests.perf | |
org.jgroups.tests.rt.transports | |
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageListener
MessageListener allows a listener to be notified when a
Message or a state transfer
events arrives to a node. |
interface |
Receiver
Defines the callbacks that are invoked when messages, views etc are received on a channel
|
Modifier and Type | Class and Description |
---|---|
class |
ReceiverAdapter
An adapter implementing the Receiver interface with no-op implementations.
|
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 | Field and Description |
---|---|
protected StateListener |
MessageDispatcher.state_listener |
Modifier and Type | Method and Description |
---|---|
<X extends MessageDispatcher> |
MessageDispatcher.setStateListener(StateListener sl) |
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 |
FlowControlTest
Interactive test for MFC and UFC
|
class |
LargeState
Tests transfer of large states.
|
class |
MessageDispatcherSpeedTest |
class |
PingPong
Simple protocol to test round trip times.
|
protected class |
UnicastTest.MyReceiver |
class |
UnicastTestRpc
Tests performance of unicast RPCs between a caller and a recipient
|
Modifier and Type | Class and Description |
---|---|
class |
MPerf
Dynamic tool to measure multicast performance of JGroups; every member sends N messages and we measure how long it
takes for all receivers to receive them.
All messages received from a member P are checked for ordering and non duplicity.
MPerf is dynamic because it doesn't accept any configuration
parameters (besides the channel config file and name); all configuration is done at runtime, and will be broadcast
to all cluster members.
|
class |
MPerfRpc
Dynamic tool to measure multicast RPC performance of JGroups; every member invokes N RPCs and we measure how long it
takes for all receivers to receive them.
Initially copied from
MPerf . |
class |
UPerf
Tests the UNICAST by invoking unicast RPCs between a sender and a receiver.
|
Modifier and Type | Class and Description |
---|---|
class |
JGroupsTransport |
Modifier and Type | Class and Description |
---|---|
class |
MyReceiver<T>
Generic receiver for a JChannel
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.