Uses of Class
org.apache.hadoop.hive.ql.history.HiveHistory.Keys

Packages that use HiveHistory.Keys
org.apache.hadoop.hive.ql.history   
 

Uses of HiveHistory.Keys in org.apache.hadoop.hive.ql.history
 

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

Methods in org.apache.hadoop.hive.ql.history with parameters of type HiveHistory.Keys
 void HiveHistory.setQueryProperty(String queryId, HiveHistory.Keys propName, String propValue)
          Used to set job status and other attributes of a job
 void HiveHistory.setTaskProperty(String queryId, String taskId, HiveHistory.Keys propName, String propValue)
          Used to set task properties.
 



Copyright © 2009 The Apache Software Foundation