Package org.jgroups.protocols
Class ReliableMulticast.LastSeqnoResender
- java.lang.Object
-
- org.jgroups.protocols.ReliableMulticast.LastSeqnoResender
-
- Enclosing class:
- ReliableMulticast
protected class ReliableMulticast.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 java.util.concurrent.atomic.AtomicBoolean
skip_next_send
-
Constructor Summary
Constructors Modifier Constructor Description protected
LastSeqnoResender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute()
protected void
skipNext()
-