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<String> IMetaStoreClient.getAllTables(String dbName)
          Get the names of all tables in the specified database.
 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)
          Get the names of all tables in the specified database that satisfy the supplied table name pattern.
 boolean IMetaStoreClient.tableExists(String tableName)
          Deprecated. As of release 0.6.0 replaced by IMetaStoreClient.tableExists(String, String). This method will be removed in release 0.7.0.
 boolean HiveMetaStoreClient.tableExists(String tableName)
          Deprecated. 
 boolean IMetaStoreClient.tableExists(String databaseName, String tableName)
           
 boolean HiveMetaStoreClient.tableExists(String databaseName, 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.deepCopy()
           
 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
 int UnknownDBException.compareTo(UnknownDBException other)
           
 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.AsyncClient.get_fields_call.getResult()
           
 List<FieldSchema> ThriftHiveMetastore.AsyncClient.get_schema_call.getResult()
           
 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 © 2011 The Apache Software Foundation