Uses of Class
org.apache.hadoop.hive.conf.HiveConf.ConfVars

Packages that use HiveConf.ConfVars
org.apache.hadoop.hive.conf   
org.apache.hadoop.hive.hwi   
 

Uses of HiveConf.ConfVars in org.apache.hadoop.hive.conf
 

Fields in org.apache.hadoop.hive.conf declared as HiveConf.ConfVars
static HiveConf.ConfVars[] HiveConf.metaVars
          metastore related options that the db is initialized against
 

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

Methods in org.apache.hadoop.hive.conf with parameters of type HiveConf.ConfVars
static boolean HiveConf.getBoolVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var)
           
 boolean HiveConf.getBoolVar(HiveConf.ConfVars var)
           
static float HiveConf.getFloatVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var)
           
 float HiveConf.getFloatVar(HiveConf.ConfVars var)
           
static int HiveConf.getIntVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var)
           
 int HiveConf.getIntVar(HiveConf.ConfVars var)
           
static long HiveConf.getLongVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var)
           
 long HiveConf.getLongVar(HiveConf.ConfVars var)
           
static String HiveConf.getVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var)
           
 String HiveConf.getVar(HiveConf.ConfVars var)
           
static void HiveConf.setVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, String val)
           
 void HiveConf.setVar(HiveConf.ConfVars var, String val)
           
 

Uses of HiveConf.ConfVars in org.apache.hadoop.hive.hwi
 

Methods in org.apache.hadoop.hive.hwi with parameters of type HiveConf.ConfVars
 String HWISessionItem.getHiveConfVar(HiveConf.ConfVars wanted)
          Helper function to get configuration variables
 



Copyright © 2009 The Apache Software Foundation