Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected TimeScheduler3.TaskType |
TimeScheduler3.RecurringTask.type |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
RecurringTask(java.lang.Runnable runnable,
TimeScheduler3.TaskType type,
long initial_delay,
long delay,
java.util.concurrent.TimeUnit unit) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.