Package | Description |
---|---|
org.apache.oozie.service |
Modifier and Type | Method and Description |
---|---|
static SchedulerService.Unit |
SchedulerService.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerService.Unit[] |
SchedulerService.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulerService.schedule(Callable<Void> callable,
long delay,
long interval,
SchedulerService.Unit unit)
Schedule a Callable for execution.
|
void |
SchedulerService.schedule(Runnable runnable,
long delay,
long interval,
SchedulerService.Unit unit)
Schedule a Runnable for execution.
|
void |
SchedulerService.schedule(Runnable runnable,
long delay,
SchedulerService.Unit unit)
Schedule a Runnable for execution.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.