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   
org.apache.hadoop.hive.ql.metadata   
 

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

Methods in org.apache.hadoop.hive.metastore that throw NoSuchObjectException
 boolean RawStore.addRole(String rowName, String ownerName)
           
 boolean ObjectStore.addRole(String roleName, String ownerName)
           
 void HiveMetaStore.HMSHandler.alter_database(String dbName, Database db)
           
 boolean RawStore.alterDatabase(String dbname, Database db)
           
 boolean ObjectStore.alterDatabase(String dbName, Database db)
          Alter the database object in metastore.
 void IMetaStoreClient.alterDatabase(String name, Database db)
           
 void HiveMetaStoreClient.alterDatabase(String dbName, Database db)
           
 void IMetaStoreClient.createIndex(Index index, Table indexTable)
          create an index
 void HiveMetaStoreClient.createIndex(Index index, Table indexTable)
          create an index
 void IMetaStoreClient.createTable(Table tbl)
           
 void HiveMetaStoreClient.createTable(Table tbl)
           
 void HiveMetaStore.HMSHandler.drop_database(String dbName, boolean deleteData, boolean cascade)
           
 boolean HiveMetaStore.HMSHandler.drop_index_by_name(String dbName, String tblName, String indexName, boolean deleteData)
           
 boolean HiveMetaStore.HMSHandler.drop_partition_by_name(String db_name, String tbl_name, String part_name, boolean deleteData)
           
 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 RawStore.dropDatabase(String dbname)
           
 boolean ObjectStore.dropDatabase(String dbname)
           
 void IMetaStoreClient.dropDatabase(String name)
           
 void HiveMetaStoreClient.dropDatabase(String name)
           
 void IMetaStoreClient.dropDatabase(String name, boolean deleteData, boolean ignoreUnknownDb)
           
 void HiveMetaStoreClient.dropDatabase(String name, boolean deleteData, boolean ignoreUnknownDb)
           
 void IMetaStoreClient.dropDatabase(String name, boolean deleteData, boolean ignoreUnknownDb, boolean cascade)
           
 void HiveMetaStoreClient.dropDatabase(String name, boolean deleteData, boolean ignoreUnknownDb, boolean cascade)
           
 boolean IMetaStoreClient.dropIndex(String db_name, String tbl_name, String name, boolean deleteData)
           
 boolean HiveMetaStoreClient.dropIndex(String dbName, String tblName, String name, boolean deleteData)
           
 boolean HiveMetaStoreClient.dropPartition(String db_name, String tbl_name, List<String> part_vals)
           
 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)
           
 boolean IMetaStoreClient.dropPartition(String db_name, String tbl_name, String name, boolean deleteData)
           
 boolean HiveMetaStoreClient.dropPartition(String dbName, String tableName, String partName, boolean deleteData)
           
 boolean HiveMetaStoreClient.dropPartitionByName(String dbName, String tableName, String partName, boolean deleteData)
           
 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.
 void HiveMetaStoreClient.dropTable(String tableName, boolean deleteData)
          Deprecated. 
 void IMetaStoreClient.dropTable(String dbname, String tableName)
           
 void HiveMetaStoreClient.dropTable(String dbname, String name)
           
 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)
           
 boolean HiveMetaStoreClient.dropType(String type)
           
 Database HiveMetaStore.HMSHandler.get_database(String name)
           
 Index HiveMetaStore.HMSHandler.get_index_by_name(String dbName, String tblName, String indexName)
           
 List<Index> HiveMetaStore.HMSHandler.get_indexes(String dbName, String tblName, short maxIndexes)
           
 Partition HiveMetaStore.HMSHandler.get_partition_by_name(String db_name, String tbl_name, String part_name)
           
 Partition HiveMetaStore.HMSHandler.get_partition_with_auth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names)
           
 Partition HiveMetaStore.HMSHandler.get_partition(String db_name, String tbl_name, List<String> part_vals)
           
 List<Partition> HiveMetaStore.HMSHandler.get_partitions_by_filter(String dbName, String tblName, String filter, short maxParts)
           
 List<Partition> HiveMetaStore.HMSHandler.get_partitions_by_names(String dbName, String tblName, List<String> partNames)
           
 List<Partition> HiveMetaStore.HMSHandler.get_partitions_with_auth(String dbName, String tblName, short maxParts, String userName, List<String> groupNames)
           
 List<Partition> HiveMetaStore.HMSHandler.get_partitions(String db_name, String tbl_name, short max_parts)
           
 Table HiveMetaStore.HMSHandler.get_table(String dbname, String name)
           
 Type HiveMetaStore.HMSHandler.get_type(String name)
           
 Database RawStore.getDatabase(String name)
           
 Database ObjectStore.getDatabase(String name)
           
 Database IMetaStoreClient.getDatabase(String databaseName)
          Get a Database Object
 Database HiveMetaStoreClient.getDatabase(String name)
           
 Index IMetaStoreClient.getIndex(String dbName, String tblName, String indexName)
           
 Index HiveMetaStoreClient.getIndex(String dbName, String tblName, String indexName)
           
 Partition RawStore.getPartition(String dbName, String tableName, List<String> part_vals)
           
 Partition ObjectStore.getPartition(String dbName, String tableName, List<String> part_vals)
           
 Partition IMetaStoreClient.getPartition(String tblName, String dbName, List<String> partVals)
           
 Partition HiveMetaStoreClient.getPartition(String db_name, String tbl_name, List<String> part_vals)
           
 Partition IMetaStoreClient.getPartition(String dbName, String tblName, String name)
           
 Partition HiveMetaStoreClient.getPartition(String db, String tableName, String partName)
           
 List<Partition> RawStore.getPartitionsByFilter(String dbName, String tblName, String filter, short maxParts)
           
 List<Partition> ObjectStore.getPartitionsByFilter(String dbName, String tblName, String filter, short maxParts)
           
 List<Partition> RawStore.getPartitionsByNames(String dbName, String tblName, List<String> partNames)
           
 List<Partition> ObjectStore.getPartitionsByNames(String dbName, String tblName, List<String> partNames)
           
 List<Partition> IMetaStoreClient.getPartitionsByNames(String db_name, String tbl_name, List<String> part_names)
          Get partitions by a list of partition names.
 List<Partition> HiveMetaStoreClient.getPartitionsByNames(String db_name, String tbl_name, List<String> part_names)
           
 List<Partition> RawStore.getPartitionsWithAuth(String dbName, String tblName, short maxParts, String userName, List<String> groupNames)
           
 List<Partition> ObjectStore.getPartitionsWithAuth(String dbName, String tblName, short maxParts, String userName, List<String> groupNames)
           
 Partition RawStore.getPartitionWithAuth(String dbName, String tblName, List<String> partVals, String user_name, List<String> group_names)
           
 Partition ObjectStore.getPartitionWithAuth(String dbName, String tblName, List<String> partVals, String user_name, List<String> group_names)
           
 Partition IMetaStoreClient.getPartitionWithAuthInfo(String dbName, String tableName, List<String> pvals, String userName, List<String> groupNames)
           
 Partition HiveMetaStoreClient.getPartitionWithAuthInfo(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names)
           
 Role RawStore.getRole(String roleName)
           
 Role ObjectStore.getRole(String roleName)
           
 Table IMetaStoreClient.getTable(String tableName)
          Deprecated. As of release 0.6.0 replaced by IMetaStoreClient.getTable(String, String). This method will be removed in release 0.7.0.
 Table HiveMetaStoreClient.getTable(String tableName)
          Deprecated. 
 Table IMetaStoreClient.getTable(String dbName, String tableName)
          Get a table object.
 Table HiveMetaStoreClient.getTable(String dbname, String name)
           
 Type HiveMetaStoreClient.getType(String name)
           
 boolean RawStore.grantPrivileges(PrivilegeBag privileges)
           
 boolean ObjectStore.grantPrivileges(PrivilegeBag privileges)
           
 boolean RawStore.grantRole(Role role, String userName, PrincipalType principalType, String grantor, PrincipalType grantorType, boolean grantOption)
           
 boolean ObjectStore.grantRole(Role role, String userName, PrincipalType principalType, String grantor, PrincipalType grantorType, boolean grantOption)
           
 boolean IMetaStoreClient.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String,String> partKVs, PartitionEventType eventType)
           
 boolean HiveMetaStoreClient.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String,String> partKVs, PartitionEventType eventType)
           
 boolean HiveMetaStore.HMSHandler.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String,String> partName, PartitionEventType evtType)
           
 List<Index> IMetaStoreClient.listIndexes(String db_name, String tbl_name, short max)
          list indexes of the give base table
 List<Index> HiveMetaStoreClient.listIndexes(String dbName, String tblName, short max)
          list all the index names of the give base table.
 List<Partition> IMetaStoreClient.listPartitions(String db_name, String tbl_name, List<String> part_vals, short max_parts)
           
 List<Partition> HiveMetaStoreClient.listPartitions(String db_name, String tbl_name, List<String> part_vals, 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)
           
 List<Partition> IMetaStoreClient.listPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts)
          Get list of partitions matching specified filter
 List<Partition> HiveMetaStoreClient.listPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts)
          Get list of partitions matching specified filter
 List<Partition> IMetaStoreClient.listPartitionsWithAuthInfo(String dbName, String tableName, List<String> partialPvals, short s, String userName, List<String> groupNames)
           
 List<Partition> HiveMetaStoreClient.listPartitionsWithAuthInfo(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names)
           
 List<Partition> IMetaStoreClient.listPartitionsWithAuthInfo(String dbName, String tableName, short s, String userName, List<String> groupNames)
           
 List<Partition> HiveMetaStoreClient.listPartitionsWithAuthInfo(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names)
           
 void IMetaStoreClient.markPartitionForEvent(String db_name, String tbl_name, Map<String,String> partKVs, PartitionEventType eventType)
           
 void HiveMetaStoreClient.markPartitionForEvent(String db_name, String tbl_name, Map<String,String> partKVs, PartitionEventType eventType)
           
 void HiveMetaStore.HMSHandler.markPartitionForEvent(String db_name, String tbl_name, Map<String,String> partName, PartitionEventType evtType)
           
 boolean RawStore.removeRole(String roleName)
           
 boolean ObjectStore.removeRole(String roleName)
           
 boolean RawStore.revokePrivileges(PrivilegeBag privileges)
           
 boolean ObjectStore.revokePrivileges(PrivilegeBag privileges)
           
 boolean RawStore.revokeRole(Role role, String userName, PrincipalType principalType)
           
 boolean ObjectStore.revokeRole(Role role, String userName, PrincipalType principalType)
           
 boolean HiveMetaStore.HMSHandler.set_table_parameters(String dbname, String name, Map<String,String> params)
           
 void TestMarkPartition.testMarkingPartitionSet()
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return NoSuchObjectException
 NoSuchObjectException NoSuchObjectException.deepCopy()
           
 NoSuchObjectException ThriftHiveMetastore.get_database_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.drop_database_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.drop_table_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.drop_partition_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.drop_partition_by_name_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.get_partitions_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.get_partitions_with_auth_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.get_partitions_ps_with_auth_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.drop_index_by_name_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.get_indexes_result.getO1()
           
 NoSuchObjectException ThriftHiveMetastore.alter_database_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.get_type_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.drop_type_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.get_table_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.get_partition_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.get_partition_with_auth_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.get_partition_by_name_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.get_partitions_by_filter_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.get_partitions_by_names_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.markPartitionForEvent_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.get_index_by_name_result.getO2()
           
 NoSuchObjectException ThriftHiveMetastore.create_table_result.getO4()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type NoSuchObjectException
 int NoSuchObjectException.compareTo(NoSuchObjectException other)
           
 boolean NoSuchObjectException.equals(NoSuchObjectException that)
           
 void ThriftHiveMetastore.get_database_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.drop_database_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.drop_table_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.drop_partition_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.drop_partition_by_name_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.get_partitions_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.get_partitions_with_auth_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.get_partitions_ps_with_auth_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.drop_index_by_name_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.get_indexes_result.setO1(NoSuchObjectException o1)
           
 void ThriftHiveMetastore.alter_database_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.get_type_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.drop_type_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.get_table_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.get_partition_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.get_partition_with_auth_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.get_partition_by_name_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.get_partitions_by_filter_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.get_partitions_by_names_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.markPartitionForEvent_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO2(NoSuchObjectException o2)
           
 void ThriftHiveMetastore.get_index_by_name_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.alter_database(String dbname, Database db)
           
 void ThriftHiveMetastore.Client.alter_database(String dbname, Database db)
           
 void ThriftHiveMetastore.Iface.create_table(Table tbl)
           
 void ThriftHiveMetastore.Client.create_table(Table tbl)
           
 void ThriftHiveMetastore.Iface.drop_database(String name, boolean deleteData, boolean cascade)
           
 void ThriftHiveMetastore.Client.drop_database(String name, boolean deleteData, boolean cascade)
           
 boolean ThriftHiveMetastore.Iface.drop_index_by_name(String db_name, String tbl_name, String index_name, boolean deleteData)
           
 boolean ThriftHiveMetastore.Client.drop_index_by_name(String db_name, String tbl_name, String index_name, boolean deleteData)
           
 boolean ThriftHiveMetastore.Iface.drop_partition_by_name(String db_name, String tbl_name, String part_name, boolean deleteData)
           
 boolean ThriftHiveMetastore.Client.drop_partition_by_name(String db_name, String tbl_name, String part_name, boolean deleteData)
           
 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)
           
 boolean ThriftHiveMetastore.Iface.drop_type(String type)
           
 boolean ThriftHiveMetastore.Client.drop_type(String type)
           
 Database ThriftHiveMetastore.Iface.get_database(String name)
           
 Database ThriftHiveMetastore.Client.get_database(String name)
           
 Index ThriftHiveMetastore.Iface.get_index_by_name(String db_name, String tbl_name, String index_name)
           
 Index ThriftHiveMetastore.Client.get_index_by_name(String db_name, String tbl_name, String index_name)
           
 List<Index> ThriftHiveMetastore.Iface.get_indexes(String db_name, String tbl_name, short max_indexes)
           
 List<Index> ThriftHiveMetastore.Client.get_indexes(String db_name, String tbl_name, short max_indexes)
           
 Partition ThriftHiveMetastore.Iface.get_partition_by_name(String db_name, String tbl_name, String part_name)
           
 Partition ThriftHiveMetastore.Client.get_partition_by_name(String db_name, String tbl_name, String part_name)
           
 Partition ThriftHiveMetastore.Iface.get_partition_with_auth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names)
           
 Partition ThriftHiveMetastore.Client.get_partition_with_auth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names)
           
 Partition ThriftHiveMetastore.Iface.get_partition(String db_name, String tbl_name, List<String> part_vals)
           
 Partition ThriftHiveMetastore.Client.get_partition(String db_name, String tbl_name, List<String> part_vals)
           
 List<Partition> ThriftHiveMetastore.Iface.get_partitions_by_filter(String db_name, String tbl_name, String filter, short max_parts)
           
 List<Partition> ThriftHiveMetastore.Client.get_partitions_by_filter(String db_name, String tbl_name, String filter, short max_parts)
           
 List<Partition> ThriftHiveMetastore.Iface.get_partitions_by_names(String db_name, String tbl_name, List<String> names)
           
 List<Partition> ThriftHiveMetastore.Client.get_partitions_by_names(String db_name, String tbl_name, List<String> names)
           
 List<Partition> ThriftHiveMetastore.Iface.get_partitions_ps_with_auth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names)
           
 List<Partition> ThriftHiveMetastore.Client.get_partitions_ps_with_auth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names)
           
 List<Partition> ThriftHiveMetastore.Iface.get_partitions_with_auth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names)
           
 List<Partition> ThriftHiveMetastore.Client.get_partitions_with_auth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names)
           
 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)
           
 Type ThriftHiveMetastore.Iface.get_type(String name)
           
 Type ThriftHiveMetastore.Client.get_type(String name)
           
 Database ThriftHiveMetastore.AsyncClient.get_database_call.getResult()
           
 void ThriftHiveMetastore.AsyncClient.drop_database_call.getResult()
           
 void ThriftHiveMetastore.AsyncClient.alter_database_call.getResult()
           
 Type ThriftHiveMetastore.AsyncClient.get_type_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.drop_type_call.getResult()
           
 void ThriftHiveMetastore.AsyncClient.create_table_call.getResult()
           
 void ThriftHiveMetastore.AsyncClient.drop_table_call.getResult()
           
 Table ThriftHiveMetastore.AsyncClient.get_table_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.drop_partition_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.drop_partition_by_name_call.getResult()
           
 Partition ThriftHiveMetastore.AsyncClient.get_partition_call.getResult()
           
 Partition ThriftHiveMetastore.AsyncClient.get_partition_with_auth_call.getResult()
           
 Partition ThriftHiveMetastore.AsyncClient.get_partition_by_name_call.getResult()
           
 List<Partition> ThriftHiveMetastore.AsyncClient.get_partitions_call.getResult()
           
 List<Partition> ThriftHiveMetastore.AsyncClient.get_partitions_with_auth_call.getResult()
           
 List<Partition> ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_call.getResult()
           
 List<Partition> ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_call.getResult()
           
 List<Partition> ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call.getResult()
           
 void ThriftHiveMetastore.AsyncClient.markPartitionForEvent_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.drop_index_by_name_call.getResult()
           
 Index ThriftHiveMetastore.AsyncClient.get_index_by_name_call.getResult()
           
 List<Index> ThriftHiveMetastore.AsyncClient.get_indexes_call.getResult()
           
 boolean ThriftHiveMetastore.Iface.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType)
           
 boolean ThriftHiveMetastore.Client.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType)
           
 void ThriftHiveMetastore.Iface.markPartitionForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType)
           
 void ThriftHiveMetastore.Client.markPartitionForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType)
           
 void ThriftHiveMetastore.Client.recv_alter_database()
           
 void ThriftHiveMetastore.Client.recv_create_table()
           
 void ThriftHiveMetastore.Client.recv_drop_database()
           
 boolean ThriftHiveMetastore.Client.recv_drop_index_by_name()
           
 boolean ThriftHiveMetastore.Client.recv_drop_partition_by_name()
           
 boolean ThriftHiveMetastore.Client.recv_drop_partition()
           
 void ThriftHiveMetastore.Client.recv_drop_table()
           
 boolean ThriftHiveMetastore.Client.recv_drop_type()
           
 Database ThriftHiveMetastore.Client.recv_get_database()
           
 Index ThriftHiveMetastore.Client.recv_get_index_by_name()
           
 List<Index> ThriftHiveMetastore.Client.recv_get_indexes()
           
 Partition ThriftHiveMetastore.Client.recv_get_partition_by_name()
           
 Partition ThriftHiveMetastore.Client.recv_get_partition_with_auth()
           
 Partition ThriftHiveMetastore.Client.recv_get_partition()
           
 List<Partition> ThriftHiveMetastore.Client.recv_get_partitions_by_filter()
           
 List<Partition> ThriftHiveMetastore.Client.recv_get_partitions_by_names()
           
 List<Partition> ThriftHiveMetastore.Client.recv_get_partitions_ps_with_auth()
           
 List<Partition> ThriftHiveMetastore.Client.recv_get_partitions_with_auth()
           
 List<Partition> ThriftHiveMetastore.Client.recv_get_partitions()
           
 Table ThriftHiveMetastore.Client.recv_get_table()
           
 Type ThriftHiveMetastore.Client.recv_get_type()
           
 boolean ThriftHiveMetastore.Client.recv_isPartitionMarkedForEvent()
           
 void ThriftHiveMetastore.Client.recv_markPartitionForEvent()
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type NoSuchObjectException
NoSuchObjectException(NoSuchObjectException other)
          Performs a deep copy on other.
ThriftHiveMetastore.alter_database_result(MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.create_table_result(AlreadyExistsException o1, InvalidObjectException o2, MetaException o3, NoSuchObjectException o4)
           
ThriftHiveMetastore.drop_database_result(NoSuchObjectException o1, InvalidOperationException o2, MetaException o3)
           
ThriftHiveMetastore.drop_index_by_name_result(boolean success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.drop_partition_by_name_result(boolean success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.drop_partition_result(boolean success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.drop_table_result(NoSuchObjectException o1, MetaException o3)
           
ThriftHiveMetastore.drop_type_result(boolean success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.get_database_result(Database success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.get_index_by_name_result(Index success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.get_indexes_result(List<Index> success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.get_partition_by_name_result(Partition success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.get_partition_result(Partition success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.get_partition_with_auth_result(Partition success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.get_partitions_by_filter_result(List<Partition> success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.get_partitions_by_names_result(List<Partition> success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.get_partitions_ps_with_auth_result(List<Partition> success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.get_partitions_result(List<Partition> success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.get_partitions_with_auth_result(List<Partition> success, NoSuchObjectException o1, MetaException o2)
           
ThriftHiveMetastore.get_table_result(Table success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.get_type_result(Type success, MetaException o1, NoSuchObjectException o2)
           
ThriftHiveMetastore.isPartitionMarkedForEvent_result(boolean success, MetaException o1, NoSuchObjectException o2, UnknownDBException o3, UnknownTableException o4, UnknownPartitionException o5, InvalidPartitionException o6)
           
ThriftHiveMetastore.markPartitionForEvent_result(MetaException o1, NoSuchObjectException o2, UnknownDBException o3, UnknownTableException o4, UnknownPartitionException o5, InvalidPartitionException o6)
           
 

Uses of NoSuchObjectException in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that throw NoSuchObjectException
 void Hive.dropDatabase(String name)
          Drop a database.
 void Hive.dropDatabase(String name, boolean deleteData, boolean ignoreUnknownDb)
          Drop a database
 void Hive.dropDatabase(String name, boolean deleteData, boolean ignoreUnknownDb, boolean cascade)
          Drop a database
 List<Partition> Hive.getPartitionsByFilter(Table tbl, String filter)
          Get a list of Partitions by filter.
 



Copyright © 2011 The Apache Software Foundation