Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Class and Description |
---|
GMS.GmsHeader |
JoinRsp
Result of a JOIN request (sent by the GMS client).
|
Class and Description |
---|
GMS
Group membership protocol.
|
GmsImpl |
GmsImpl.Request |
JoinRsp
Result of a JOIN request (sent by the GMS client).
|
MergeData
Encapsulates data sent with a MERGE_RSP (handleMergeResponse()) and INSTALL_MERGE_VIEW (handleMergeView()).
Note that since MergeData is never sent across the network, it doesn't need to be Streamable.
|
Merger
Handles merging.
|
NakAckHeader |
ServerGmsImpl
Common super class for CoordGmsImpl and ParticipantGmsImpl
|
STATE_SOCK.StateProviderAcceptor |
StreamingStateTransfer
Base class for state transfer protocols which use streaming (or chunking) to transfer state between two members.
|
StreamingStateTransfer.StateHeader |
Class and Description |
---|
FLUSH
Flush, as it name implies, forces group members to flush their pending messages while blocking
them to send any additional messages.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.