|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
void |
HiveMetaStore.HMSHandler.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
IMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart)
updates a partition to new partition |
void |
HiveMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart)
|
void |
HiveMetaStore.HMSHandler.alter_table(String dbname,
String name,
Table newTable)
|
void |
IMetaStoreClient.alter_table(String defaultDatabaseName,
String tblName,
Table table)
|
void |
HiveMetaStoreClient.alter_table(String dbname,
String tbl_name,
Table new_tbl)
|
void |
HiveAlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newt)
|
void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newTable)
handles alter table |
Uses of InvalidOperationException in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return InvalidOperationException | |
---|---|
InvalidOperationException |
InvalidOperationException.clone()
|
InvalidOperationException |
ThriftHiveMetastore.alter_table_result.getO1()
|
InvalidOperationException |
ThriftHiveMetastore.alter_partition_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_partition_result.setO1(InvalidOperationException o1)
|
Methods in org.apache.hadoop.hive.metastore.api that throw InvalidOperationException | |
---|---|
void |
ThriftHiveMetastore.Iface.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
ThriftHiveMetastore.Client.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
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)
|
void |
ThriftHiveMetastore.Client.recv_alter_partition()
|
void |
ThriftHiveMetastore.Client.recv_alter_table()
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type InvalidOperationException | |
---|---|
InvalidOperationException(InvalidOperationException other)
Performs a deep copy on other. |
|
ThriftHiveMetastore.alter_partition_result(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |