org.jgroups.protocols
Class Digest

java.lang.Object
  extended byorg.jgroups.protocols.Digest
All Implemented Interfaces:
java.io.Serializable

public class Digest
extends java.lang.Object
implements java.io.Serializable

Message digest, collecting the highest sequence number seen so far for each member, plus the messages that have higher seqnos than the ones given.

See Also:
Serialized Form

Field Summary
 long[] highest_seqnos
           
 List msgs
           
 
Constructor Summary
Digest(int size)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

highest_seqnos

public long[] highest_seqnos

msgs

public final List msgs
Constructor Detail

Digest

public Digest(int size)
Method Detail

toString

public java.lang.String toString()


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