Uses of Class
org.apache.hadoop.hive.ql.exec.Operator.ProgressCounter

Packages that use Operator.ProgressCounter
org.apache.hadoop.hive.ql.exec   
 

Uses of Operator.ProgressCounter in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec with type parameters of type Operator.ProgressCounter
protected  HashMap<String,Operator.ProgressCounter> Operator.counterNameToEnum
          Each operator has its own map of its counter names to disjoint ProgressCounter - it is populated at compile time and is read in at run-time while extracting the operator specific counts
 

Methods in org.apache.hadoop.hive.ql.exec that return Operator.ProgressCounter
static Operator.ProgressCounter Operator.ProgressCounter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operator.ProgressCounter[] Operator.ProgressCounter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.exec that return types with arguments of type Operator.ProgressCounter
 HashMap<String,Operator.ProgressCounter> Operator.getCounterNameToEnum()
           
 

Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type Operator.ProgressCounter
 void Operator.setCounterNameToEnum(HashMap<String,Operator.ProgressCounter> counterNameToEnum)
           
 



Copyright © 2009 The Apache Software Foundation