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

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

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

Methods in org.apache.hadoop.hive.metastore that throw UnknownTableException
 void HiveMetaStoreClient.dropTable(String tableName, boolean deleteData)
          Deprecated. 
 void IMetaStoreClient.dropTable(String tableName, boolean deleteData)
          Deprecated. As of release 0.6.0 replaced by IMetaStoreClient.dropTable(String, String, boolean, boolean). This method will be removed in release 0.7.0.
 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> HiveMetaStoreClient.getFields(String db, String tableName)
           
 List<FieldSchema> IMetaStoreClient.getFields(String db, String tableName)
           
 Index HiveMetaStoreClient.getIndex(String dbName, String tblName, String indexName)
           
 Index IMetaStoreClient.getIndex(String dbName, String tblName, String indexName)
           
 Partition HiveMetaStoreClient.getPartition(String db, String tableName, String partName)
           
 Partition IMetaStoreClient.getPartition(String dbName, String tblName, String name)
           
 Partition HiveMetaStoreClient.getPartitionWithAuthInfo(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names)
           
 Partition IMetaStoreClient.getPartitionWithAuthInfo(String dbName, String tableName, List<String> pvals, String userName, List<String> groupNames)
           
 List<FieldSchema> HiveMetaStoreClient.getSchema(String db, String tableName)
           
 List<FieldSchema> IMetaStoreClient.getSchema(String db, String tableName)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return UnknownTableException
 UnknownTableException UnknownTableException.deepCopy()
           
 UnknownTableException ThriftHiveMetastore.get_fields_result.getO2()
           
 UnknownTableException ThriftHiveMetastore.get_schema_result.getO2()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type UnknownTableException
 int UnknownTableException.compareTo(UnknownTableException other)
           
 boolean UnknownTableException.equals(UnknownTableException that)
           
 void ThriftHiveMetastore.get_fields_result.setO2(UnknownTableException o2)
           
 void ThriftHiveMetastore.get_schema_result.setO2(UnknownTableException o2)
           
 

Methods in org.apache.hadoop.hive.metastore.api that throw UnknownTableException
 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 UnknownTableException
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)
           
UnknownTableException(UnknownTableException other)
          Performs a deep copy on other.
 



Copyright © 2011 The Apache Software Foundation