Class STABLE.StableTask

java.lang.Object
org.jgroups.protocols.pbcast.STABLE.StableTask
All Implemented Interfaces:
Runnable, TimeScheduler.Task
Enclosing class:
STABLE

protected class STABLE.StableTask extends Object implements TimeScheduler.Task
Mcast periodic STABLE message. Interval between sends varies.
  • Constructor Details

    • StableTask

      protected StableTask()
  • Method Details

    • nextInterval

      public long nextInterval()
      Specified by:
      nextInterval in interface TimeScheduler.Task
      Returns:
      the next scheduled interval in ms. If <= 0 the task will not be re-scheduled
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • computeSleepTime

      long computeSleepTime()