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

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

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

Methods in org.apache.hadoop.hive.metastore that throw InvalidOperationException
 boolean HiveMetaStore.HMSHandler.alter_partitions(StorageDescriptor sd, List<String> parts)
           
 void HiveMetaStore.HMSHandler.alter_table(String dbname, String name, Table newTable)
           
 void MetaStoreClient.alter_table(String defaultDatabaseName, String tblName, Table table)
           
 void IMetaStoreClient.alter_table(String defaultDatabaseName, String tblName, Table table)
           
 void HiveMetaStoreClient.alter_table(String dbname, String tbl_name, Table new_tbl)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return InvalidOperationException
 InvalidOperationException ThriftHiveMetastore.alter_table_result.getO1()
           
 InvalidOperationException ThriftHiveMetastore.alter_partitions_result.getO1()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type InvalidOperationException
 boolean InvalidOperationException.equals(InvalidOperationException that)
           
 void ThriftHiveMetastore.alter_table_result.setO1(InvalidOperationException o1)
           
 void ThriftHiveMetastore.alter_partitions_result.setO1(InvalidOperationException o1)
           
 

Methods in org.apache.hadoop.hive.metastore.api that throw InvalidOperationException
 boolean ThriftHiveMetastore.Iface.alter_partitions(StorageDescriptor sd, List<String> parts)
           
 boolean ThriftHiveMetastore.Client.alter_partitions(StorageDescriptor sd, List<String> parts)
           
 void ThriftHiveMetastore.Iface.alter_table(String dbname, String tbl_name, Table new_tbl)
           
 void ThriftHiveMetastore.Client.alter_table(String dbname, String tbl_name, Table new_tbl)
           
 boolean ThriftHiveMetastore.Client.recv_alter_partitions()
           
 void ThriftHiveMetastore.Client.recv_alter_table()
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type InvalidOperationException
ThriftHiveMetastore.alter_partitions_result(boolean success, InvalidOperationException o1, MetaException o2)
           
ThriftHiveMetastore.alter_table_result(InvalidOperationException o1, MetaException o2)
           
 

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

Methods in org.apache.hadoop.hive.ql.metadata that throw InvalidOperationException
 void Hive.alterTable(String tblName, Table newTbl)
          Updates the existing table metadata with the new metadata.
 



Copyright © 2009 The Apache Software Foundation