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

Packages that use Digest
org.javagroups.protocols.pbcast   
 

Uses of Digest in org.javagroups.protocols.pbcast
 

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

Methods in org.javagroups.protocols.pbcast with parameters of type Digest
abstract  void GmsImpl.handleViewChange(View new_view, Digest digest)
           
 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.
 void MergeData.setDigest(Digest d)
           
 void ClientGmsImpl.handleViewChange(View new_view, Digest digest)
          Does nothing.
 void Digest.add(Digest d)
           
 void Digest.merge(Digest d)
          Adds a digest to this digest.
 void GMS.castViewChange(View new_view, Digest digest)
           
 void GMS.installView(View new_view, Digest digest)
          Sets the new view and sends a VIEW_CHANGE event up and down the stack.
 void GMS.setDigest(Digest d)
          Send down a SET_DIGEST event
 void GMS.mergeDigest(Digest d)
          Send down a MERGE_DIGEST event
 void CoordGmsImpl.handleViewChange(View new_view, Digest digest)
          Called by the GMS when a VIEW is received.
 

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



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.