Class NAKACK2.LastSeqnoResender

java.lang.Object
org.jgroups.protocols.pbcast.NAKACK2.LastSeqnoResender
Enclosing class:
NAKACK2

protected class NAKACK2.LastSeqnoResender extends Object
Class which is called by RetransmitTask to resend the last seqno sent (if resend_last_seqno is enabled)
  • Field Details

    • num_resends

      protected int num_resends
    • last_seqno_resent

      protected long last_seqno_resent
    • skip_next_resend

      protected final AtomicBoolean skip_next_resend
  • Constructor Details

    • LastSeqnoResender

      protected LastSeqnoResender()
  • Method Details

    • skipNext

      protected void skipNext()
    • execute

      protected void execute(long seqno)