Package org.jgroups.protocols.pbcast
Class NAKACK2.LastSeqnoResender
java.lang.Object
org.jgroups.protocols.pbcast.NAKACK2.LastSeqnoResender
- Enclosing class:
NAKACK2
Class which is called by RetransmitTask to resend the last seqno sent (if resend_last_seqno is enabled)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
num_resends
protected int num_resends -
last_seqno_resent
protected long last_seqno_resent -
skip_next_resend
-
-
Constructor Details
-
LastSeqnoResender
protected LastSeqnoResender()
-
-
Method Details
-
skipNext
protected void skipNext() -
execute
protected void execute(long seqno)
-