Uses of Class
org.apache.hadoop.hive.service.JobTrackerState

Packages that use JobTrackerState
org.apache.hadoop.hive.service   
 

Uses of JobTrackerState in org.apache.hadoop.hive.service
 

Methods in org.apache.hadoop.hive.service that return JobTrackerState
static JobTrackerState JobTrackerState.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 JobTrackerState HiveClusterStatus.getState()
           
static JobTrackerState JobTrackerState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobTrackerState[] JobTrackerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.service with parameters of type JobTrackerState
 void HiveClusterStatus.setState(JobTrackerState state)
           
 

Constructors in org.apache.hadoop.hive.service with parameters of type JobTrackerState
HiveClusterStatus(int taskTrackers, int mapTasks, int reduceTasks, int maxMapTasks, int maxReduceTasks, JobTrackerState state)
           
 



Copyright © 2013 The Apache Software Foundation