Uses of Class
org.jgroups.protocols.pbcast.Digest

Packages that use Digest
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
 

Uses of Digest in org.jgroups.protocols.pbcast
 

Methods in org.jgroups.protocols.pbcast that return Digest
 Digest Digest.copy()
           
 Digest MergeData.getDigest()
           
 Digest GMS.getDigest()
          Sends down a GET_DIGEST event and waits for the GET_DIGEST_OK response, or timeout, whichever occurs first
 Digest STATE_TRANSFER.StateHeader.getDigest()
           
 

Methods in org.jgroups.protocols.pbcast with parameters of type Digest
 void Digest.add(Digest d)
           
 void GMS.castViewChange(View new_view, Digest digest)
           
 void GMS.castViewChangeWithDest(View new_view, Digest digest, java.util.List members)
          Broadcasts the new view and digest, and waits for acks from all members in the list given as argument.
 void ParticipantGmsImpl.handleViewChange(View new_view, Digest digest)
          If we are leaving, we have to wait for the view change (last msg in the current view) that excludes us before we can leave.
abstract  void GmsImpl.handleViewChange(View new_view, Digest digest)
           
 void ClientGmsImpl.handleViewChange(View new_view, Digest digest)
          Does nothing.
 void CoordGmsImpl.handleViewChange(View new_view, Digest digest)
          Called by the GMS when a VIEW is received.
 void GMS.installView(View new_view, Digest digest)
          Sets the new view and sends a VIEW_CHANGE event up and down the stack.
 void Digest.merge(Digest d)
          Adds a digest to this digest.
 void GMS.mergeDigest(Digest d)
          Send down a MERGE_DIGEST event
 void Digest.replace(Digest d)
           
 boolean Digest.sameSenders(Digest other)
          Compares two digests and returns true if the senders are the same, otherwise false.
 void MergeData.setDigest(Digest d)
           
 void GMS.setDigest(Digest d)
          Send down a SET_DIGEST event
 

Constructors in org.jgroups.protocols.pbcast with parameters of type Digest
Gossip(Address obj, long id, Digest d, java.util.Vector not_seen)
           
JoinRsp(View v, Digest d)
           
MergeData(Address sender, View view, Digest digest)
           
STABLE.StableHeader(int type, Digest digest)
           
STATE_TRANSFER.StateHeader(byte type, Address sender, long id, Digest digest)
           
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.