org.apache.hadoop.hive.service
Class JobTrackerState

java.lang.Object
  extended by org.apache.hadoop.hive.service.JobTrackerState

public class JobTrackerState
extends Object


Field Summary
static int INITIALIZING
           
static int RUNNING
           
static org.apache.thrift.IntRangeSet VALID_VALUES
           
static Map<Integer,String> VALUES_TO_NAMES
           
 
Constructor Summary
JobTrackerState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIALIZING

public static final int INITIALIZING
See Also:
Constant Field Values

RUNNING

public static final int RUNNING
See Also:
Constant Field Values

VALID_VALUES

public static final org.apache.thrift.IntRangeSet VALID_VALUES

VALUES_TO_NAMES

public static final Map<Integer,String> VALUES_TO_NAMES
Constructor Detail

JobTrackerState

public JobTrackerState()


Copyright © 2009 The Apache Software Foundation