Uses of Class
org.jgroups.util.TimeScheduler3.Task
Packages that use TimeScheduler3.Task
Package
Description
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.utilModifier and TypeClassDescriptionprotected classTasks which runs more than once, either dynamic, fixed-rate or fixed-delay, until cancelledFields in org.jgroups.util with type parameters of type TimeScheduler3.TaskModifier and TypeFieldDescriptionprotected final BlockingQueue<TimeScheduler3.Task> TimeScheduler3.queueDelayQueue with tasks being sorted according to execution times (next execution first)Methods in org.jgroups.util that return TimeScheduler3.TaskModifier and TypeMethodDescriptionprotected TimeScheduler3.TaskTimeScheduler3.add(TimeScheduler3.Task task) Methods in org.jgroups.util with parameters of type TimeScheduler3.TaskModifier and TypeMethodDescriptionprotected TimeScheduler3.TaskTimeScheduler3.add(TimeScheduler3.Task task) protected Future<?> TimeScheduler3.doSchedule(TimeScheduler3.Task task, long initial_delay) protected voidTimeScheduler3.submitToPool(TimeScheduler3.Task task)