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

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

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

Methods in org.apache.hadoop.hive.metastore that throw InvalidObjectException
 Index HiveMetaStore.HMSHandler.add_index(Index newIndex, Table indexTable)
           
 Partition IMetaStoreClient.add_partition(Partition partition)
          Add a partition to the table.
 Partition HiveMetaStoreClient.add_partition(Partition new_part)
           
 Partition HiveMetaStore.HMSHandler.add_partition(Partition part)
           
 int HiveMetaStore.HMSHandler.add_partitions(List<Partition> parts)
           
 boolean RawStore.addIndex(Index index)
           
 boolean ObjectStore.addIndex(Index index)
           
 boolean RawStore.addPartition(Partition part)
           
 boolean ObjectStore.addPartition(Partition part)
           
 boolean RawStore.addRole(String rowName, String ownerName)
           
 boolean ObjectStore.addRole(String roleName, String ownerName)
           
 void RawStore.alterIndex(String dbname, String baseTblName, String name, Index newIndex)
           
 void ObjectStore.alterIndex(String dbname, String baseTblName, String name, Index newIndex)
           
 void RawStore.alterPartition(String db_name, String tbl_name, Partition new_part)
           
 void ObjectStore.alterPartition(String dbname, String name, Partition newPart)
           
 void RawStore.alterTable(String dbname, String name, Table newTable)
           
 void ObjectStore.alterTable(String dbname, String name, Table newTable)
           
 Partition HiveMetaStore.HMSHandler.append_partition_by_name(String db_name, String tbl_name, String part_name)
           
 Partition HiveMetaStore.HMSHandler.append_partition(String dbName, String tableName, List<String> part_vals)
           
 Partition IMetaStoreClient.appendPartition(String tableName, String dbName, List<String> partVals)
           
 Partition HiveMetaStoreClient.appendPartition(String db_name, String table_name, List<String> part_vals)
           
 Partition IMetaStoreClient.appendPartition(String tableName, String dbName, String name)
           
 Partition HiveMetaStoreClient.appendPartition(String dbName, String tableName, String partName)
           
 Partition HiveMetaStoreClient.appendPartitionByName(String dbName, String tableName, String partName)
           
 void HiveMetaStore.HMSHandler.create_database(Database db)
           
 void HiveMetaStore.HMSHandler.create_table(Table tbl)
           
 boolean HiveMetaStore.HMSHandler.create_type(Type type)
           
 void RawStore.createDatabase(Database db)
           
 void ObjectStore.createDatabase(Database db)
           
 void IMetaStoreClient.createDatabase(Database db)
           
 void HiveMetaStoreClient.createDatabase(Database db)
          Create a new Database
 void IMetaStoreClient.createIndex(Index index, Table indexTable)
          create an index
 void HiveMetaStoreClient.createIndex(Index index, Table indexTable)
          create an index
 void RawStore.createTable(Table tbl)
           
 void ObjectStore.createTable(Table tbl)
           
 void IMetaStoreClient.createTable(Table tbl)
           
 void HiveMetaStoreClient.createTable(Table tbl)
           
 boolean HiveMetaStoreClient.createType(Type type)
           
 PrincipalPrivilegeSet RawStore.getColumnPrivilegeSet(String dbName, String tableName, String partitionName, String columnName, String userName, List<String> groupNames)
           
 PrincipalPrivilegeSet ObjectStore.getColumnPrivilegeSet(String dbName, String tableName, String partitionName, String columnName, String userName, List<String> groupNames)
           
 List<PrivilegeGrantInfo> ObjectStore.getDBPrivilege(String dbName, String principalName, PrincipalType principalType)
           
 PrincipalPrivilegeSet RawStore.getDBPrivilegeSet(String dbName, String userName, List<String> groupNames)
           
 PrincipalPrivilegeSet ObjectStore.getDBPrivilegeSet(String dbName, String userName, List<String> groupNames)
           
 PrincipalPrivilegeSet RawStore.getPartitionPrivilegeSet(String dbName, String tableName, String partition, String userName, List<String> groupNames)
           
 PrincipalPrivilegeSet ObjectStore.getPartitionPrivilegeSet(String dbName, String tableName, String partition, String userName, List<String> groupNames)
           
 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)
           
 PrincipalPrivilegeSet RawStore.getTablePrivilegeSet(String dbName, String tableName, String userName, List<String> groupNames)
           
 PrincipalPrivilegeSet ObjectStore.getTablePrivilegeSet(String dbName, String tableName, String userName, List<String> groupNames)
           
 PrincipalPrivilegeSet RawStore.getUserPrivilegeSet(String userName, List<String> groupNames)
           
 PrincipalPrivilegeSet ObjectStore.getUserPrivilegeSet(String userName, List<String> groupNames)
           
 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 RawStore.revokePrivileges(PrivilegeBag privileges)
           
 boolean ObjectStore.revokePrivileges(PrivilegeBag privileges)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return InvalidObjectException
 InvalidObjectException InvalidObjectException.deepCopy()
           
 InvalidObjectException ThriftHiveMetastore.add_partition_result.getO1()
           
 InvalidObjectException ThriftHiveMetastore.append_partition_result.getO1()
           
 InvalidObjectException ThriftHiveMetastore.append_partition_by_name_result.getO1()
           
 InvalidObjectException ThriftHiveMetastore.add_index_result.getO1()
           
 InvalidObjectException ThriftHiveMetastore.create_database_result.getO2()
           
 InvalidObjectException ThriftHiveMetastore.create_type_result.getO2()
           
 InvalidObjectException ThriftHiveMetastore.create_table_result.getO2()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type InvalidObjectException
 int InvalidObjectException.compareTo(InvalidObjectException other)
           
 boolean InvalidObjectException.equals(InvalidObjectException that)
           
 void ThriftHiveMetastore.add_partition_result.setO1(InvalidObjectException o1)
           
 void ThriftHiveMetastore.append_partition_result.setO1(InvalidObjectException o1)
           
 void ThriftHiveMetastore.append_partition_by_name_result.setO1(InvalidObjectException o1)
           
 void ThriftHiveMetastore.add_index_result.setO1(InvalidObjectException o1)
           
 void ThriftHiveMetastore.create_database_result.setO2(InvalidObjectException o2)
           
 void ThriftHiveMetastore.create_type_result.setO2(InvalidObjectException o2)
           
 void ThriftHiveMetastore.create_table_result.setO2(InvalidObjectException o2)
           
 

Methods in org.apache.hadoop.hive.metastore.api that throw InvalidObjectException
 Index ThriftHiveMetastore.Iface.add_index(Index new_index, Table index_table)
           
 Index ThriftHiveMetastore.Client.add_index(Index new_index, Table index_table)
           
 Partition ThriftHiveMetastore.Iface.add_partition(Partition new_part)
           
 Partition ThriftHiveMetastore.Client.add_partition(Partition new_part)
           
 Partition ThriftHiveMetastore.Iface.append_partition_by_name(String db_name, String tbl_name, String part_name)
           
 Partition ThriftHiveMetastore.Client.append_partition_by_name(String db_name, String tbl_name, String part_name)
           
 Partition ThriftHiveMetastore.Iface.append_partition(String db_name, String tbl_name, List<String> part_vals)
           
 Partition ThriftHiveMetastore.Client.append_partition(String db_name, String tbl_name, List<String> part_vals)
           
 void ThriftHiveMetastore.Iface.create_database(Database database)
           
 void ThriftHiveMetastore.Client.create_database(Database database)
           
 void ThriftHiveMetastore.Iface.create_table(Table tbl)
           
 void ThriftHiveMetastore.Client.create_table(Table tbl)
           
 boolean ThriftHiveMetastore.Iface.create_type(Type type)
           
 boolean ThriftHiveMetastore.Client.create_type(Type type)
           
 void ThriftHiveMetastore.AsyncClient.create_database_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.create_type_call.getResult()
           
 void ThriftHiveMetastore.AsyncClient.create_table_call.getResult()
           
 Partition ThriftHiveMetastore.AsyncClient.add_partition_call.getResult()
           
 Partition ThriftHiveMetastore.AsyncClient.append_partition_call.getResult()
           
 Partition ThriftHiveMetastore.AsyncClient.append_partition_by_name_call.getResult()
           
 Index ThriftHiveMetastore.AsyncClient.add_index_call.getResult()
           
 Index ThriftHiveMetastore.Client.recv_add_index()
           
 Partition ThriftHiveMetastore.Client.recv_add_partition()
           
 Partition ThriftHiveMetastore.Client.recv_append_partition_by_name()
           
 Partition ThriftHiveMetastore.Client.recv_append_partition()
           
 void ThriftHiveMetastore.Client.recv_create_database()
           
 void ThriftHiveMetastore.Client.recv_create_table()
           
 boolean ThriftHiveMetastore.Client.recv_create_type()
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type InvalidObjectException
InvalidObjectException(InvalidObjectException other)
          Performs a deep copy on other.
ThriftHiveMetastore.add_index_result(Index success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3)
           
ThriftHiveMetastore.add_partition_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3)
           
ThriftHiveMetastore.append_partition_by_name_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3)
           
ThriftHiveMetastore.append_partition_result(Partition success, InvalidObjectException o1, AlreadyExistsException o2, MetaException o3)
           
ThriftHiveMetastore.create_database_result(AlreadyExistsException o1, InvalidObjectException o2, MetaException o3)
           
ThriftHiveMetastore.create_table_result(AlreadyExistsException o1, InvalidObjectException o2, MetaException o3, NoSuchObjectException o4)
           
ThriftHiveMetastore.create_type_result(boolean success, AlreadyExistsException o1, InvalidObjectException o2, MetaException o3)
           
 



Copyright © 2011 The Apache Software Foundation