|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchedulerService.Unit | |
---|---|
org.apache.oozie.service |
Uses of SchedulerService.Unit in org.apache.oozie.service |
---|
Methods in org.apache.oozie.service that return SchedulerService.Unit | |
---|---|
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. |
Methods in org.apache.oozie.service with parameters of type SchedulerService.Unit | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |