Uses of Class
org.apache.oozie.coord.TimeUnit

Packages that use TimeUnit
org.apache.oozie.coord   
org.apache.oozie.util   
 

Uses of TimeUnit in org.apache.oozie.coord
 

Methods in org.apache.oozie.coord that return TimeUnit
 TimeUnit SyncCoordAction.getEndOfDuration()
           
 TimeUnit SyncCoordDataset.getEndOfDuration()
           
 TimeUnit SyncCoordAction.getTimeUnit()
           
 TimeUnit SyncCoordDataset.getTimeUnit()
           
static TimeUnit TimeUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimeUnit[] TimeUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.oozie.coord with parameters of type TimeUnit
 void SyncCoordAction.setEndOfDuration(TimeUnit endOfDuration)
           
 void SyncCoordDataset.setEndOfDuration(TimeUnit endOfDuration)
           
 void SyncCoordAction.setTimeUnit(TimeUnit timeUnit)
           
 void SyncCoordDataset.setTimeUnit(TimeUnit timeUnit)
           
 

Uses of TimeUnit in org.apache.oozie.util
 

Methods in org.apache.oozie.util with parameters of type TimeUnit
static void DateUtils.moveToEnd(java.util.Calendar cal, TimeUnit endOfFlag)
          Move the any date-time to the end of the duration.
 



Copyright © 2010 Yahoo. All Rights Reserved.