Uses of Class
org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob.State

Packages that use ControlledJob.State
org.apache.hadoop.mapreduce.lib.jobcontrol   
 

Uses of ControlledJob.State in org.apache.hadoop.mapreduce.lib.jobcontrol
 

Methods in org.apache.hadoop.mapreduce.lib.jobcontrol that return ControlledJob.State
 ControlledJob.State ControlledJob.getJobState()
           
static ControlledJob.State ControlledJob.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ControlledJob.State[] ControlledJob.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.mapreduce.lib.jobcontrol with parameters of type ControlledJob.State
protected  void ControlledJob.setJobState(ControlledJob.State state)
          Set the state for this job.
 



Copyright © 2009 The Apache Software Foundation