Uses of Class
org.apache.hadoop.hive.metastore.api.ConfigValSecurityException

Packages that use ConfigValSecurityException
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
 

Uses of ConfigValSecurityException in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that throw ConfigValSecurityException
 String HiveMetaStore.HMSHandler.get_config_value(String name, String defaultValue)
          Returns the value of the given configuration variable name.
 String IMetaStoreClient.getConfigValue(String name, String defaultValue)
           
 String HiveMetaStoreClient.getConfigValue(String name, String defaultValue)
           
 

Uses of ConfigValSecurityException in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return ConfigValSecurityException
 ConfigValSecurityException ConfigValSecurityException.clone()
           
 ConfigValSecurityException ThriftHiveMetastore.get_config_value_result.getO1()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type ConfigValSecurityException
 boolean ConfigValSecurityException.equals(ConfigValSecurityException that)
           
 void ThriftHiveMetastore.get_config_value_result.setO1(ConfigValSecurityException o1)
           
 

Methods in org.apache.hadoop.hive.metastore.api that throw ConfigValSecurityException
 String ThriftHiveMetastore.Iface.get_config_value(String name, String defaultValue)
           
 String ThriftHiveMetastore.Client.get_config_value(String name, String defaultValue)
           
 String ThriftHiveMetastore.Client.recv_get_config_value()
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type ConfigValSecurityException
ConfigValSecurityException(ConfigValSecurityException other)
          Performs a deep copy on other.
ThriftHiveMetastore.get_config_value_result(String success, ConfigValSecurityException o1)
           
 



Copyright © 2009 The Apache Software Foundation