org.jgroups.protocols

Class Digest

Implemented Interfaces:
Serializable

public class Digest
extends java.lang.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
List
msgs

Constructor Summary

Digest(int size)

Method Summary

String
toString()

Field Details

highest_seqnos

public long[] highest_seqnos

msgs

public final List msgs

Constructor Details

Digest

public Digest(int size)

Method Details

toString

public String toString()

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.