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   
org.apache.hadoop.hive.ql.io.rcfile.merge   
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
 StageType ExecDriver.getType()
           
abstract  StageType Task.getType()
          Should be overridden to return the type of the specific task among the types in StageType.
 StageType FetchTask.getType()
           
 StageType ConditionalTask.getType()
           
 StageType ExplainTask.getType()
           
 StageType CopyTask.getType()
           
 StageType FunctionTask.getType()
           
 StageType MoveTask.getType()
           
 StageType StatsTask.getType()
           
 StageType MapredLocalTask.getType()
           
 StageType DDLTask.getType()
           
 

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

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

Uses of StageType in org.apache.hadoop.hive.ql.io.rcfile.merge
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.merge that return StageType
 StageType BlockMergeTask.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