Uses of Enum
org.jgroups.util.TimeScheduler3.TaskType
Packages that use TimeScheduler3.TaskType
Package
Description
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.TaskTypeModifier and TypeFieldDescriptionprotected final TimeScheduler3.TaskTypeTimeScheduler3.RecurringTask.typeMethods in org.jgroups.util that return TimeScheduler3.TaskTypeModifier and TypeMethodDescriptionstatic TimeScheduler3.TaskTypeReturns 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.TaskTypeModifier and TypeMethodDescriptionprotected Future<?> TimeScheduler3.scheduleRecurring(Runnable work, TimeScheduler3.TaskType type, long initial_delay, long delay, TimeUnit unit, boolean can_block) Constructors in org.jgroups.util with parameters of type TimeScheduler3.TaskTypeModifierConstructorDescriptionRecurringTask(Runnable runnable, TimeScheduler3.TaskType type, long initial_delay, long delay, TimeUnit unit, boolean can_block)