org.jgroups.protocols

Class Digest

public class Digest extends Object implements 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.
Field Summary
long[]highest_seqnos
Listmsgs
Constructor Summary
Digest(int size)
Method Summary
StringtoString()

Field Detail

highest_seqnos

public long[] highest_seqnos

msgs

public final List msgs

Constructor Detail

Digest

public Digest(int size)

Method Detail

toString

public String toString()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.