Uses of Class
org.apache.hadoop.hive.ql.plan.api.StageType

Packages that use StageType
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.index.compact   
org.apache.hadoop.hive.ql.plan.api   
 

Uses of StageType in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return StageType
abstract  StageType Task.getType()
          Should be overridden to return the type of the specific task among the types in StageType.
 StageType StatsTask.getType()
           
 StageType MoveTask.getType()
           
 StageType MapredLocalTask.getType()
           
 StageType FunctionTask.getType()
           
 StageType FetchTask.getType()
           
 StageType ExplainTask.getType()
           
 StageType ExecDriver.getType()
           
 StageType DDLTask.getType()
           
 StageType CopyTask.getType()
           
 StageType ConditionalTask.getType()
           
 

Uses of StageType in org.apache.hadoop.hive.ql.index.compact
 

Methods in org.apache.hadoop.hive.ql.index.compact that return StageType
 StageType IndexMetadataChangeTask.getType()
           
 

Uses of StageType in org.apache.hadoop.hive.ql.plan.api
 

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

Methods in org.apache.hadoop.hive.ql.plan.api with parameters of type StageType
 void Stage.setStageType(StageType stageType)
           
 

Constructors in org.apache.hadoop.hive.ql.plan.api with parameters of type StageType
Stage(String stageId, StageType stageType, Map<String,String> stageAttributes, Map<String,Long> stageCounters, List<Task> taskList, boolean done, boolean started)
           
 



Copyright © 2011 The Apache Software Foundation