Uses of Class
org.jgroups.util.TimeScheduler3.Task
-
Packages that use TimeScheduler3.Task Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TimeScheduler3.Task in org.jgroups.util
Subclasses of TimeScheduler3.Task in org.jgroups.util Modifier and Type Class Description protected class
TimeScheduler3.RecurringTask
Tasks which runs more than once, either dynamic, fixed-rate or fixed-delay, until cancelledFields in org.jgroups.util with type parameters of type TimeScheduler3.Task Modifier and Type Field Description protected java.util.concurrent.BlockingQueue<TimeScheduler3.Task>
TimeScheduler3. queue
DelayQueue with tasks being sorted according to execution times (next execution first)Methods in org.jgroups.util that return TimeScheduler3.Task Modifier and Type Method Description protected TimeScheduler3.Task
TimeScheduler3. add(TimeScheduler3.Task task)
Methods in org.jgroups.util with parameters of type TimeScheduler3.Task Modifier and Type Method Description protected TimeScheduler3.Task
TimeScheduler3. add(TimeScheduler3.Task task)
protected java.util.concurrent.Future<?>
TimeScheduler3. doSchedule(TimeScheduler3.Task task, long initial_delay)
protected void
TimeScheduler3. submitToPool(TimeScheduler3.Task task)
-