Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Class and Description |
---|
BasicTCP
Shared base class for tcpip protocols
|
Digest
Message digest, collecting the highest sequence number seen so far for each member, plus the
messages that have higher seqnos than the ones given.
|
Discovery
The Discovery protocol layer retrieves the initial membership (used by the GMS when started
by sending event FIND_INITIAL_MBRS down the stack).
|
FD
Failure detection based on simple heartbeat protocol.
|
FD.Broadcaster
Task that periodically broadcasts a list of suspected members to the group.
|
FD.Monitor |
GMS
Group membership protocol.
|
GmsImpl |
NakAckHeader |
PERF_TP
Measures the time for a message to travel from the channel to the transport
|
PING
The PING protocol layer retrieves the initial membership (used by the GMS when started
by sending event FIND_INITIAL_MBRS down the stack).
|
PingRsp |
PingSender
Sends num_ping_request GET_MBRS_REQ messages, distributed over timeout ms
|
QUEUE.Observer |
TP
Generic transport - specific implementations should extend this abstract class.
|
TransportedVectorTime
Lighweight representation of the VectorTime clock suitable for network transport
|
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.