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

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

Methods in org.apache.hadoop.hive.ql.exec.mr that return StageType
 StageType MapredLocalTask.getType()
           
 StageType ExecDriver.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.io.rcfile.stats
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.stats that return StageType
 StageType PartialScanTask.getType()
           
 

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

Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate that return StageType
 StageType ColumnTruncateTask.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 © 2012 The Apache Software Foundation