Package org.jgroups.protocols.pbcast
Class NAKACK2.LastSeqnoResender
- java.lang.Object
-
- org.jgroups.protocols.pbcast.NAKACK2.LastSeqnoResender
-
- Enclosing class:
- NAKACK2
protected class NAKACK2.LastSeqnoResender extends java.lang.Object
Class which is called by RetransmitTask to resend the last seqno sent (if resend_last_seqno is enabled)
-
-
Field Summary
Fields Modifier and Type Field Description protected long
last_seqno_resent
protected int
num_resends
protected java.util.concurrent.atomic.AtomicBoolean
skip_next_resend
-
Constructor Summary
Constructors Modifier Constructor Description protected
LastSeqnoResender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute(long seqno)
protected void
skipNext()
-