org.jgroups.protocols.pbcast
Class Digest.Entry
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
low_seqno
public long low_seqno
high_seqno
public long high_seqno
high_seqno_seen
public long high_seqno_seen
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)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
reset
public void reset()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.