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.ObjectClass 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.AtomicBooleanskip_next_send
-
Constructor Summary
Constructors Modifier Constructor Description protectedLastSeqnoResender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute()protected voidskipNext()
-