Class NAKACK2.RetransmitTask

java.lang.Object
org.jgroups.protocols.pbcast.NAKACK2.RetransmitTask
All Implemented Interfaces:
Runnable
Enclosing class:
NAKACK2

protected class NAKACK2.RetransmitTask extends Object implements Runnable
Retransmitter task which periodically (every xmit_interval ms) looks at all the retransmit tables and sends retransmit request to all members from which we have missing messages
  • Constructor Details

    • RetransmitTask

      protected RetransmitTask()
  • Method Details