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   
org.apache.hadoop.hive.ql.metadata   
 

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.dbVars
          dbVars are the parameters can be set per database.
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.getConfVars(String name)
           
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)
           
static boolean HiveConf.getBoolVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, boolean defaultVal)
           
 boolean HiveConf.getBoolVar(HiveConf.ConfVars var)
           
static float HiveConf.getFloatVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var)
           
static float HiveConf.getFloatVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, float defaultVal)
           
 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)
           
static long HiveConf.getLongVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, long defaultVal)
           
 long HiveConf.getLongVar(HiveConf.ConfVars var)
           
static String HiveConf.getVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var)
           
static String HiveConf.getVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, String defaultVal)
           
 String HiveConf.getVar(HiveConf.ConfVars var)
           
static void HiveConf.setBoolVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, boolean val)
           
 void HiveConf.setBoolVar(HiveConf.ConfVars var, boolean val)
           
static void HiveConf.setFloatVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, float val)
           
 void HiveConf.setFloatVar(HiveConf.ConfVars var, float val)
           
static void HiveConf.setIntVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, int val)
           
 void HiveConf.setIntVar(HiveConf.ConfVars var, int val)
           
static void HiveConf.setLongVar(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars var, long val)
           
 void HiveConf.setLongVar(HiveConf.ConfVars var, long val)
           
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.
 

Uses of HiveConf.ConfVars in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type HiveConf.ConfVars
static HiveAuthenticationProvider HiveUtils.getAuthenticator(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars authenticatorConfKey)
           
static HiveAuthorizationProvider HiveUtils.getAuthorizeProviderManager(org.apache.hadoop.conf.Configuration conf, HiveConf.ConfVars authorizationProviderConfKey, HiveAuthenticationProvider authenticator)
           
 



Copyright © 2013 The Apache Software Foundation