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

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

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

Methods in org.apache.hadoop.hive.metastore that throw UnknownDBException
 List<FieldSchema> HiveMetaStore.HMSHandler.get_fields(String db, String tableName)
           
 List<FieldSchema> HiveMetaStore.HMSHandler.get_schema(String db, String tableName)
          Return the schema of the table.
 List<FieldSchema> IMetaStoreClient.getFields(String db, String tableName)
           
 List<FieldSchema> HiveMetaStoreClient.getFields(String db, String tableName)
           
 List<FieldSchema> IMetaStoreClient.getSchema(String db, String tableName)
           
 List<FieldSchema> HiveMetaStoreClient.getSchema(String db, String tableName)
           
 List<String> IMetaStoreClient.getTables(String dbName, String tablePattern)
           
 boolean IMetaStoreClient.tableExists(String tableName)
           
 boolean HiveMetaStoreClient.tableExists(String tableName)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return UnknownDBException
 UnknownDBException UnknownDBException.clone()
           
 UnknownDBException ThriftHiveMetastore.get_fields_result.getO3()
           
 UnknownDBException ThriftHiveMetastore.get_schema_result.getO3()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type UnknownDBException
 boolean UnknownDBException.equals(UnknownDBException that)
           
 void ThriftHiveMetastore.get_fields_result.setO3(UnknownDBException o3)
           
 void ThriftHiveMetastore.get_schema_result.setO3(UnknownDBException o3)
           
 

Methods in org.apache.hadoop.hive.metastore.api that throw UnknownDBException
 List<FieldSchema> ThriftHiveMetastore.Iface.get_fields(String db_name, String table_name)
           
 List<FieldSchema> ThriftHiveMetastore.Client.get_fields(String db_name, String table_name)
           
 List<FieldSchema> ThriftHiveMetastore.Iface.get_schema(String db_name, String table_name)
           
 List<FieldSchema> ThriftHiveMetastore.Client.get_schema(String db_name, String table_name)
           
 List<FieldSchema> ThriftHiveMetastore.Client.recv_get_fields()
           
 List<FieldSchema> ThriftHiveMetastore.Client.recv_get_schema()
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type UnknownDBException
ThriftHiveMetastore.get_fields_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3)
           
ThriftHiveMetastore.get_schema_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3)
           
UnknownDBException(UnknownDBException other)
          Performs a deep copy on other.
 



Copyright © 2009 The Apache Software Foundation