Uses of Class
org.apache.oozie.client.CoordinatorJob.Timeunit

Packages that use CoordinatorJob.Timeunit
org.apache.oozie.client   
 

Uses of CoordinatorJob.Timeunit in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return CoordinatorJob.Timeunit
 CoordinatorJob.Timeunit CoordinatorJob.getTimeUnit()
          Return the timeUnit for the coord job, it could be, Timeunit enum, e.g.
static CoordinatorJob.Timeunit CoordinatorJob.Timeunit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoordinatorJob.Timeunit[] CoordinatorJob.Timeunit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.