Uses of Class
org.apache.hadoop.mapreduce.server.jobtracker.State

Packages that use State
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.server.jobtracker   
 

Uses of State in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return State
 State Cluster.getJobTrackerState()
          Get JobTracker's state
 

Uses of State in org.apache.hadoop.mapreduce.server.jobtracker
 

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



Copyright © 2009 The Apache Software Foundation