Class TimeScheduler3.RecurringTask

java.lang.Object
org.jgroups.util.TimeScheduler3.Task
org.jgroups.util.TimeScheduler3.RecurringTask
All Implemented Interfaces:
Comparable<Delayed>, Runnable, Delayed, Future
Enclosing class:
TimeScheduler3

protected class TimeScheduler3.RecurringTask extends TimeScheduler3.Task
Tasks which runs more than once, either dynamic, fixed-rate or fixed-delay, until cancelled
  • Field Details

    • type

      protected final TimeScheduler3.TaskType type
    • period

      protected final long period
    • initial_delay

      protected final long initial_delay
    • cnt

      protected int cnt
  • Constructor Details

  • Method Details