Uses of Class
org.apache.hadoop.mapreduce.Job.JobState

Packages that use Job.JobState
org.apache.hadoop.mapreduce   
 

Uses of Job.JobState in org.apache.hadoop.mapreduce
 

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



Copyright © 2009 The Apache Software Foundation