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 SyncCoordDataset.getEndOfDuration()
           
 TimeUnit SyncCoordAction.getEndOfDuration()
           
 TimeUnit SyncCoordDataset.getTimeUnit()
           
 TimeUnit SyncCoordAction.getTimeUnit()
           
static TimeUnit TimeUnit.valueOf(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
static Calendar CoordELFunctions.resolveOffsetRawTime(int n, TimeUnit timeUnit, ELEvaluator eval)
          Resolve the offset time from the effective nominal time
 void SyncCoordDataset.setEndOfDuration(TimeUnit endOfDuration)
           
 void SyncCoordAction.setEndOfDuration(TimeUnit endOfDuration)
           
 void SyncCoordDataset.setTimeUnit(TimeUnit timeUnit)
           
 void SyncCoordAction.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(Calendar cal, TimeUnit endOfFlag)
          Move the any date-time to the end of the duration.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.