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.blocks.executor | |
org.jgroups.fork | |
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.dns | |
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
org.jgroups.protocols.relay | |
org.jgroups.protocols.rules | |
org.jgroups.protocols.tom | |
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Field and Description |
---|---|
static Event |
Event.FIND_INITIAL_MBRS_EVT |
static Event |
Event.FIND_MBRS_EVT |
static Event |
Event.GET_DIGEST_EVT |
Modifier and Type | Method and Description |
---|---|
protected JChannel |
JChannel._connect(Event connect_event) |
Object |
Channel.down(Event evt)
Deprecated.
Enables access to event mechanism of a channel and is normally not used by clients directly.
|
Object |
JChannel.down(Event evt)
Sends an event down the protocol stack.
|
Object |
JChannel.up(Event evt)
Callback method
Called by the ProtocolStack when a message is received. |
Object |
UpHandler.up(Event evt)
Invoked for all channel events except connection management and state transfer.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
MessageDispatcher.handleUpEvent(Event evt) |
boolean |
RequestCorrelator.receive(Event evt)
Callback.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutorEvent
Defines an event class for the execution of an entity.
|
Modifier and Type | Method and Description |
---|---|
Object |
ForkProtocolStack.down(Event evt) |
Object |
ForkProtocol.down(Event evt) |
Object |
ForkProtocolStack.up(Event evt) |
Modifier and Type | Method and Description |
---|---|
Object |
FORK.down(Event evt) |
Object |
FD_SOCK.down(Event evt) |
Object |
FILE_PING.down(Event evt) |
Object |
FRAG3.down(Event evt)
Fragment a packet if larger than frag_size (add a header).
|
Object |
STOMP.down(Event evt) |
Object |
UNICAST3.down(Event evt) |
Object |
BARRIER.down(Event evt) |
Object |
TRACE.down(Event evt) |
Object |
Locking.down(Event evt) |
Object |
AUTH.down(Event evt)
An event is to be sent down the stack.
|
Object |
SIZE.down(Event evt) |
Object |
KeyExchange.down(Event evt) |
Object |
FD.down(Event evt) |
Object |
COUNTER.down(Event evt) |
Object |
Executing.down(Event evt) |
Object |
FlowControl.down(Event evt) |
Object |
PERF.down(Event evt) |
Object |
Encrypt.down(Event evt) |
Object |
NAMING.down(Event evt) |
Object |
RELAY.down(Event evt) |
Object |
SASL.down(Event evt) |
Object |
Discovery.down(Event evt) |
Object |
VERIFY_SUSPECT.down(Event evt) |
Object |
FORWARD_TO_COORD.down(Event evt) |
Object |
TP.down(Event evt) |
Object |
FD_ALL2.down(Event evt) |
Object |
DISCARD.down(Event evt) |
Object |
ABP.down(Event evt) |
Object |
TCPPING.down(Event evt) |
Object |
MERGE3.down(Event evt) |
Object |
SimpleTCP.down(Event evt) |
Object |
PDC.down(Event evt) |
Object |
STATS.down(Event evt) |
Object |
DAISYCHAIN.down(Event evt) |
Object |
MAKE_BATCH.down(Event evt) |
Object |
FRAG2.down(Event evt)
Fragment a packet if larger than frag_size (add a header).
|
Object |
SEQUENCER2.down(Event evt) |
Object |
EXAMPLE.down(Event evt) |
Object |
SEQUENCER.down(Event evt) |
Object |
FD_HOST.down(Event evt) |
Object |
FD_ALL.down(Event evt) |
Object |
FRAG.down(Event evt)
Fragment a packet if larger than frag_size (add a header).
|
Object |
RATE_LIMITER.down(Event evt) |
Object |
RSVP.down(Event evt) |
Object |
SHARED_LOOPBACK.down(Event evt) |
protected void |
FORK.getStateFromMainAndForkChannels(Event evt) |
protected Object |
UDP.handleDownEvent(Event evt) |
Object |
TUNNEL.handleDownEvent(Event evt) |
protected Object |
TP.handleDownEvent(Event evt) |
protected Object |
BasicTCP.handleDownEvent(Event evt) |
protected void |
NAMING.handleEvent(Event evt) |
Object |
FORK.up(Event evt) |
Object |
FD_SOCK.up(Event evt) |
Object |
FRAG3.up(Event evt)
If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.
|
Object |
SSL_KEY_EXCHANGE.up(Event evt) |
Object |
STOMP.up(Event evt) |
Object |
DUPL.up(Event evt) |
Object |
BARRIER.up(Event evt) |
Object |
TRACE.up(Event evt) |
Object |
Locking.up(Event evt) |
Object |
ASYM_ENCRYPT.up(Event evt) |
Object |
COUNTER.up(Event evt) |
Object |
Executing.up(Event evt) |
Object |
FlowControl.up(Event evt) |
Object |
Encrypt.up(Event evt) |
Object |
NAMING.up(Event evt) |
Object |
MPING.up(Event evt) |
Object |
RELAY.up(Event evt) |
Object |
Discovery.up(Event evt) |
Object |
VERIFY_SUSPECT.up(Event evt) |
Object |
FORWARD_TO_COORD.up(Event evt) |
Object |
DISCARD.up(Event evt) |
Object |
STATS.up(Event evt) |
Object |
FRAG2.up(Event evt)
If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.
|
Object |
SEQUENCER2.up(Event evt) |
Object |
SEQUENCER.up(Event evt) |
Object |
FRAG.up(Event evt)
If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.
|
Object |
RSVP.up(Event evt) |
Modifier and Type | Method and Description |
---|---|
Object |
DNS_PING.down(Event evt) |
Modifier and Type | Method and Description |
---|---|
Object |
STABLE.down(Event evt) |
Object |
STATE_TRANSFER.down(Event evt) |
Object |
StreamingStateTransfer.down(Event evt) |
Object |
GMS.down(Event evt) |
Object |
NAKACK2.down(Event evt)
Callback.
|
Object |
FLUSH.down(Event evt) |
Object |
STABLE.up(Event evt) |
Object |
STATE_TRANSFER.up(Event evt) |
Object |
StreamingStateTransfer.up(Event evt) |
Object |
GMS.up(Event evt) |
Object |
NAKACK2.up(Event evt)
Callback.
|
Object |
FLUSH.up(Event evt) |
Modifier and Type | Method and Description |
---|---|
Object |
RELAY2.down(Event evt) |
Object |
RELAY2.up(Event evt) |
Modifier and Type | Method and Description |
---|---|
Object |
SUPERVISOR.down(Event evt) |
Object |
EventHandler.down(Event evt)
Called when a down event is received
|
Object |
SUPERVISOR.up(Event evt) |
Object |
EventHandler.up(Event evt)
Called when an up event is received
|
Modifier and Type | Method and Description |
---|---|
Object |
TOA.down(Event evt) |
Object |
TOA.up(Event evt) |
Modifier and Type | Method and Description |
---|---|
Object |
ProtocolStack.down(Event evt) |
Object |
Protocol.down(Event evt)
An event is to be sent down the stack.
|
Object |
ProtocolStack.up(Event evt) |
Object |
Protocol.up(Event evt)
An event was received from the protocol below.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.