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 query status and other attributes of a query
 void HiveHistoryImpl.setQueryProperty(String queryId, HiveHistory.Keys propName, String propValue)
           
 void HiveHistory.setTaskProperty(String queryId, String taskId, HiveHistory.Keys propName, String propValue)
          Used to set task properties.
 void HiveHistoryImpl.setTaskProperty(String queryId, String taskId, HiveHistory.Keys propName, String propValue)
           
 



Copyright © 2012 The Apache Software Foundation