Uses of Class
org.jgroups.util.TimeScheduler3.TaskType
-
Packages that use TimeScheduler3.TaskType Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TimeScheduler3.TaskType in org.jgroups.util
Fields in org.jgroups.util declared as TimeScheduler3.TaskType Modifier and Type Field Description protected TimeScheduler3.TaskType
TimeScheduler3.RecurringTask. type
Methods in org.jgroups.util that return TimeScheduler3.TaskType Modifier and Type Method Description static TimeScheduler3.TaskType
TimeScheduler3.TaskType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TimeScheduler3.TaskType[]
TimeScheduler3.TaskType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.util with parameters of type TimeScheduler3.TaskType Modifier and Type Method Description protected java.util.concurrent.Future<?>
TimeScheduler3. scheduleRecurring(java.lang.Runnable work, TimeScheduler3.TaskType type, long initial_delay, long delay, java.util.concurrent.TimeUnit unit, boolean can_block)
Constructors in org.jgroups.util with parameters of type TimeScheduler3.TaskType Constructor Description RecurringTask(java.lang.Runnable runnable, TimeScheduler3.TaskType type, long initial_delay, long delay, java.util.concurrent.TimeUnit unit, boolean can_block)
-