Uses of Package
org.jgroups.protocols.pbcast

Packages that use org.jgroups.protocols.pbcast
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. 
 

Classes in org.jgroups.protocols.pbcast used by org.jgroups.protocols
GMS.GmsHeader
           
JoinRsp
          Result of a JOIN request (sent by the GMS client).
 

Classes in org.jgroups.protocols.pbcast used by org.jgroups.protocols.pbcast
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
           
NakAckHeader2
           
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
           
 

Classes in org.jgroups.protocols.pbcast used by org.jgroups.util
FLUSH
          Flush, as it name implies, forces group members to flush their pending messages while blocking them to send any additional messages.
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.