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(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 Future<?> |
TimeScheduler3.scheduleRecurring(Runnable work,
TimeScheduler3.TaskType type,
long initial_delay,
long delay,
TimeUnit unit) |
Constructor and Description |
---|
TimeScheduler3.RecurringTask(Runnable runnable,
TimeScheduler3.TaskType type,
long initial_delay,
long delay,
TimeUnit unit) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.