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

Packages that use AlreadyExistsException
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
org.apache.hadoop.hive.ql.metadata   
 

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

Methods in org.apache.hadoop.hive.metastore that throw AlreadyExistsException
 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)
           
 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 IMetaStoreClient.createDatabase(Database db)
           
 void HiveMetaStoreClient.createDatabase(Database db)
          Create a new Database
 void IMetaStoreClient.createTable(Table tbl)
           
 void HiveMetaStoreClient.createTable(Table tbl)
           
 boolean HiveMetaStoreClient.createType(Type type)
           
 

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

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

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

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

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

Methods in org.apache.hadoop.hive.ql.metadata that throw AlreadyExistsException
 void Hive.createDatabase(Database db)
          Create a Database.
 void Hive.createDatabase(Database db, boolean ifNotExist)
          Create a database
 



Copyright © 2010 The Apache Software Foundation