org.jgroups.protocols.pbcast
Class Digest.Entry

java.lang.Object
  extended byorg.jgroups.protocols.pbcast.Digest.Entry
Enclosing class:
Digest

public static class Digest.Entry
extends java.lang.Object

Class keeping track of the lowest and highest sequence numbers delivered, and the highest sequence numbers received, per member


Field Summary
 long high_seqno
           
 long high_seqno_seen
           
 long low_seqno
           
 
Constructor Summary
Digest.Entry(Digest.Entry other)
           
Digest.Entry(long low_seqno, long high_seqno)
           
Digest.Entry(long low_seqno, long high_seqno, long high_seqno_seen)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 void reset()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

low_seqno

public long low_seqno

high_seqno

public long high_seqno

high_seqno_seen

public long high_seqno_seen
Constructor Detail

Digest.Entry

public Digest.Entry(long low_seqno,
                    long high_seqno,
                    long high_seqno_seen)

Digest.Entry

public Digest.Entry(long low_seqno,
                    long high_seqno)

Digest.Entry

public Digest.Entry(Digest.Entry other)
Method Detail

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()

reset

public void reset()


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