org.jgroups.protocols.pbcast

Class 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

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

Method Summary

boolean
equals(Object obj)
void
reset()
String
toString()

Field Details

high_seqno

public long high_seqno

high_seqno_seen

public long high_seqno_seen

low_seqno

public long low_seqno

Constructor Details

Entry

public Entry(long low_seqno,
             long high_seqno)

Entry

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

Entry

public Entry(Digest.Entry other)

Method Details

equals

public boolean equals(Object obj)

reset

public void reset()

toString

public String toString()

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