Uses of Class
org.apache.oozie.service.SchedulerService.Unit

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.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.