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

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

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

Methods in org.apache.hadoop.hive.metastore that throw NoSuchObjectException
 void MetaStoreClient.createTable(Table tbl)
           
 void IMetaStoreClient.createTable(Table tbl)
           
 void HiveMetaStoreClient.createTable(Table tbl)
           
 boolean HiveMetaStore.HMSHandler.drop_partition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData)
           
 void HiveMetaStore.HMSHandler.drop_table(String dbname, String name, boolean deleteData)
           
 boolean HiveMetaStoreClient.dropPartition(String db_name, String tbl_name, List<String> part_vals)
           
 boolean MetaStoreClient.dropPartition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData)
           
 boolean IMetaStoreClient.dropPartition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData)
           
 boolean HiveMetaStoreClient.dropPartition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData)
           
 void IMetaStoreClient.dropTable(String tableName, boolean deleteData)
          Drop the table.
 void HiveMetaStoreClient.dropTable(String tableName, boolean deleteData)
           
 void HiveMetaStoreClient.dropTable(String dbname, String name)
           
 void MetaStoreClient.dropTable(String dbname, String name, boolean deleteData, boolean ignoreUknownTab)
          This operation is unsupported in this metastore.
 void IMetaStoreClient.dropTable(String dbname, String tableName, boolean deleteData, boolean ignoreUknownTab)
          Drop the table.
 void HiveMetaStoreClient.dropTable(String dbname, String name, boolean deleteData, boolean ignoreUknownTab)
           
 Database HiveMetaStore.HMSHandler.get_database(String name)
           
 List<Partition> HiveMetaStore.HMSHandler.get_partitions(String db_name, String tbl_name, short max_parts)
           
 Table HiveMetaStore.HMSHandler.get_table(String dbname, String name)
           
 Database ObjectStore.getDatabase(String name)
           
 Database HiveMetaStoreClient.getDatabase(String name)
           
 Database RawStore.getDatabase(String name)
           
 Database FileStore.getDatabase(String name)
           
 Properties MetaStoreClient.getSchema(String tableName)
           
 Table MetaStoreClient.getTable(String tableName)
           
 Table IMetaStoreClient.getTable(String tableName)
          Get a table object.
 Table HiveMetaStoreClient.getTable(String tableName)
           
 Table MetaStoreClient.getTable(String dbName, String tableName)
          This operation is unsupported in this metastore.
 Table IMetaStoreClient.getTable(String dbName, String tableName)
          Get a table object.
 Table HiveMetaStoreClient.getTable(String dbname, String name)
           
 List<Partition> MetaStoreClient.listPartitions(String dbName, String tableName, short max_parts)
           
 List<Partition> IMetaStoreClient.listPartitions(String db_name, String tbl_name, short max_parts)
           
 List<Partition> HiveMetaStoreClient.listPartitions(String db_name, String tbl_name, short max_parts)
           
 boolean HiveMetaStore.HMSHandler.set_partition_parameters(String db_name, String tbl_name, String pname, Map<String,String> params)
           
 boolean HiveMetaStore.HMSHandler.set_table_parameters(String dbname, String name, Map<String,String> params)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return NoSuchObjectException
 NoSuchObjectException ThriftHiveMetastore.get_database_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.drop_table_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.drop_partition_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.get_partitions_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.get_table_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.create_table_result.getO4()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type NoSuchObjectException
 boolean NoSuchObjectException.equals(NoSuchObjectException that)
           
 void ThriftHiveMetastore.get_database_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.drop_table_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.drop_partition_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.get_partitions_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.get_table_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.create_table_result.setO4(NoSuchObjectException o4)
           
 

Methods in org.apache.hadoop.hive.metastore.api that throw NoSuchObjectException
 void ThriftHiveMetastore.Iface.create_table(Table tbl)
           
 void ThriftHiveMetastore.Client.create_table(Table tbl)
           
 boolean ThriftHiveMetastore.Iface.drop_partition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData)
           
 boolean ThriftHiveMetastore.Client.drop_partition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData)
           
 void ThriftHiveMetastore.Iface.drop_table(String dbname, String name, boolean deleteData)
           
 void ThriftHiveMetastore.Client.drop_table(String dbname, String name, boolean deleteData)
           
 Database ThriftHiveMetastore.Iface.get_database(String name)
           
 Database ThriftHiveMetastore.Client.get_database(String name)
           
 List<Partition> ThriftHiveMetastore.Iface.get_partitions(String db_name, String tbl_name, short max_parts)
           
 List<Partition> ThriftHiveMetastore.Client.get_partitions(String db_name, String tbl_name, short max_parts)
           
 Table ThriftHiveMetastore.Iface.get_table(String dbname, String tbl_name)
           
 Table ThriftHiveMetastore.Client.get_table(String dbname, String tbl_name)
           
 void ThriftHiveMetastore.Client.recv_create_table()
           
 boolean ThriftHiveMetastore.Client.recv_drop_partition()
           
 void ThriftHiveMetastore.Client.recv_drop_table()
           
 Database ThriftHiveMetastore.Client.recv_get_database()
           
 List<Partition> ThriftHiveMetastore.Client.recv_get_partitions()
           
 Table ThriftHiveMetastore.Client.recv_get_table()
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type NoSuchObjectException
ThriftHiveMetastore.create_table_result(AlreadyExistsException o1, InvalidObjectException o2, MetaException o3, NoSuchObjectException o4)
           
ThriftHiveMetastore.drop_partition_result(boolean success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.drop_table_result(NoSuchObjectException o1, MetaException o3)
           
ThriftHiveMetastore.get_database_result(Database success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.get_partitions_result(List<Partition> success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.get_table_result(Table success, MetaException o1, NoSuchObjectException o2)
           
 



Copyright © 2009 The Apache Software Foundation