|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
Partition |
HiveMetaStore.HMSHandler.add_partition(Partition part)
|
Partition |
MetaStoreClient.add_partition(Partition partition)
|
Partition |
IMetaStoreClient.add_partition(Partition partition)
Add a partition to the table. |
Partition |
HiveMetaStoreClient.add_partition(Partition new_part)
|
int |
HiveMetaStore.HMSHandler.add_partitions(List<Partition> parts)
|
boolean |
ObjectStore.addPartition(Partition part)
|
boolean |
RawStore.addPartition(Partition part)
|
boolean |
FileStore.addPartition(Partition part)
|
void |
ObjectStore.alterTable(String dbname,
String name,
Table newTable)
|
void |
RawStore.alterTable(String dbname,
String name,
Table newTable)
|
void |
FileStore.alterTable(String dbname,
String name,
Table newTable)
|
Partition |
HiveMetaStore.HMSHandler.append_partition(String dbName,
String tableName,
List<String> part_vals)
|
Partition |
MetaStoreClient.appendPartition(String dbName,
String tableName,
List<String> partVals)
|
Partition |
IMetaStoreClient.appendPartition(String tableName,
String dbName,
List<String> partVals)
|
Partition |
HiveMetaStoreClient.appendPartition(String db_name,
String table_name,
List<String> part_vals)
|
void |
HiveMetaStore.HMSHandler.create_table(Table tbl)
|
boolean |
HiveMetaStore.HMSHandler.create_type(Type type)
|
void |
ObjectStore.createTable(Table tbl)
|
void |
MetaStoreClient.createTable(Table tbl)
|
void |
IMetaStoreClient.createTable(Table tbl)
|
void |
HiveMetaStoreClient.createTable(Table tbl)
|
void |
RawStore.createTable(Table tbl)
|
void |
FileStore.createTable(Table tbl)
|
boolean |
HiveMetaStoreClient.createType(Type type)
|
Uses of InvalidObjectException in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return InvalidObjectException | |
---|---|
InvalidObjectException |
ThriftHiveMetastore.add_partition_result.getO1()
|
InvalidObjectException |
ThriftHiveMetastore.append_partition_result.getO1()
|
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 | |
---|---|
boolean |
InvalidObjectException.equals(InvalidObjectException that)
|
void |
ThriftHiveMetastore.add_partition_result.setO1(InvalidObjectException o1)
|
void |
ThriftHiveMetastore.append_partition_result.setO1(InvalidObjectException o1)
|
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 | |
---|---|
Partition |
ThriftHiveMetastore.Iface.add_partition(Partition new_part)
|
Partition |
ThriftHiveMetastore.Client.add_partition(Partition new_part)
|
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_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()
|
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 | |
---|---|
ThriftHiveMetastore.add_partition_result(Partition success,
InvalidObjectException o1,
AlreadyExistsException o2,
MetaException o3)
|
|
ThriftHiveMetastore.append_partition_result(Partition success,
InvalidObjectException o1,
AlreadyExistsException 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |