Uses of Class
org.apache.hadoop.mapreduce.lib.jobcontrol.JobControl.ThreadState

Packages that use JobControl.ThreadState
org.apache.hadoop.mapreduce.lib.jobcontrol   
 

Uses of JobControl.ThreadState in org.apache.hadoop.mapreduce.lib.jobcontrol
 

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



Copyright © 2009 The Apache Software Foundation