Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jgroups.protocols.pbcast

Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.

See:
          Description

Class Summary
ClientGmsImpl Client part of GMS.
CoordGmsImpl Coordinator role of the Group MemberShip (GMS) protocol.
Digest A message digest, which is used by the PBCAST layer for gossiping (also used by NAKACK for keeping track of current seqnos for all members).
Digest.Entry Class keeping track of the lowest and highest sequence numbers delivered, and the highest sequence numbers received, per member
FD Passive failure detection protocol.
FD.Entry  
GMS Group membership protocol.
GMS.GmsHeader  
GMS.Request  
GmsImpl  
Gossip  
JoinRsp  
MergeData Encapsulates data sent with a MERGE_RSP (handleMergeResponse()) and INSTALL_MERGE_VIEW (handleMergeView()).
NAKACK Negative AcKnowledgement layer (NAKs).
NAKACK.Entry  
NAKACK.MissingMessage  
NAKACK.XmitRequest  
NakAckHeader  
ParticipantGmsImpl  
PBCAST Implementation of probabilistic broadcast.
PBCAST.GossipEntry  
PbcastHeader  
STABLE Computes the broadcast messages that are stable; i.e., have been received by all members.
STABLE.StableHeader  
STATE_TRANSFER New STATE_TRANSFER protocol based on PBCAST.
STATE_TRANSFER.StateHeader Wraps data for a state request/response.
 

Package org.jgroups.protocols.pbcast Description

Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.