public static class ThriftHiveMetastore.Client extends com.facebook.fb303.FacebookService.Client implements ThriftHiveMetastore.Iface
Modifier and Type | Class and Description |
---|---|
static class |
ThriftHiveMetastore.Client.Factory |
Constructor and Description |
---|
ThriftHiveMetastore.Client(org.apache.thrift.protocol.TProtocol prot) |
ThriftHiveMetastore.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
aliveSince, getCounter, getCounters, getCpuProfile, getName, getOption, getOptions, getStatus, getStatusDetails, getVersion, recv_aliveSince, recv_getCounter, recv_getCounters, recv_getCpuProfile, recv_getName, recv_getOption, recv_getOptions, recv_getStatus, recv_getStatusDetails, recv_getVersion, recv_setOption, reinitialize, send_aliveSince, send_getCounter, send_getCounters, send_getCpuProfile, send_getName, send_getOption, send_getOptions, send_getStatus, send_getStatusDetails, send_getVersion, send_reinitialize, send_setOption, send_shutdown, setOption, shutdown
getInputProtocol, getOutputProtocol, receiveBase, sendBase
public ThriftHiveMetastore.Client(org.apache.thrift.protocol.TProtocol prot)
public ThriftHiveMetastore.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
public String getMetaConf(String key) throws MetaException, org.apache.thrift.TException
getMetaConf
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_getMetaConf(String key) throws org.apache.thrift.TException
org.apache.thrift.TException
public String recv_getMetaConf() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public void setMetaConf(String key, String value) throws MetaException, org.apache.thrift.TException
setMetaConf
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_setMetaConf(String key, String value) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_setMetaConf() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public void create_database(Database database) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_database
in interface ThriftHiveMetastore.Iface
AlreadyExistsException
InvalidObjectException
MetaException
org.apache.thrift.TException
public void send_create_database(Database database) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_create_database() throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsException
InvalidObjectException
MetaException
org.apache.thrift.TException
public Database get_database(String name) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_database
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_database(String name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Database recv_get_database() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void drop_database(String name, boolean deleteData, boolean cascade) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_database
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_drop_database(String name, boolean deleteData, boolean cascade) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_drop_database() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectException
InvalidOperationException
MetaException
org.apache.thrift.TException
public List<String> get_databases(String pattern) throws MetaException, org.apache.thrift.TException
get_databases
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_databases(String pattern) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_databases() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public List<String> get_all_databases() throws MetaException, org.apache.thrift.TException
get_all_databases
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_all_databases() throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_all_databases() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public void alter_database(String dbname, Database db) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
alter_database
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_alter_database(String dbname, Database db) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_database() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public Type get_type(String name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_type
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_type(String name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Type recv_get_type() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public boolean create_type(Type type) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_type
in interface ThriftHiveMetastore.Iface
AlreadyExistsException
InvalidObjectException
MetaException
org.apache.thrift.TException
public void send_create_type(Type type) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_create_type() throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsException
InvalidObjectException
MetaException
org.apache.thrift.TException
public boolean drop_type(String type) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
drop_type
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_drop_type(String type) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_drop_type() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public Map<String,Type> get_type_all(String name) throws MetaException, org.apache.thrift.TException
get_type_all
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_type_all(String name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Map<String,Type> recv_get_type_all() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public List<FieldSchema> get_fields(String db_name, String table_name) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
get_fields
in interface ThriftHiveMetastore.Iface
MetaException
UnknownTableException
UnknownDBException
org.apache.thrift.TException
public void send_get_fields(String db_name, String table_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<FieldSchema> recv_get_fields() throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaException
UnknownTableException
UnknownDBException
org.apache.thrift.TException
public List<FieldSchema> get_fields_with_environment_context(String db_name, String table_name, EnvironmentContext environment_context) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
get_fields_with_environment_context
in interface ThriftHiveMetastore.Iface
MetaException
UnknownTableException
UnknownDBException
org.apache.thrift.TException
public void send_get_fields_with_environment_context(String db_name, String table_name, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<FieldSchema> recv_get_fields_with_environment_context() throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaException
UnknownTableException
UnknownDBException
org.apache.thrift.TException
public List<FieldSchema> get_schema(String db_name, String table_name) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
get_schema
in interface ThriftHiveMetastore.Iface
MetaException
UnknownTableException
UnknownDBException
org.apache.thrift.TException
public void send_get_schema(String db_name, String table_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<FieldSchema> recv_get_schema() throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaException
UnknownTableException
UnknownDBException
org.apache.thrift.TException
public List<FieldSchema> get_schema_with_environment_context(String db_name, String table_name, EnvironmentContext environment_context) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
get_schema_with_environment_context
in interface ThriftHiveMetastore.Iface
MetaException
UnknownTableException
UnknownDBException
org.apache.thrift.TException
public void send_get_schema_with_environment_context(String db_name, String table_name, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<FieldSchema> recv_get_schema_with_environment_context() throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaException
UnknownTableException
UnknownDBException
org.apache.thrift.TException
public void create_table(Table tbl) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
create_table
in interface ThriftHiveMetastore.Iface
AlreadyExistsException
InvalidObjectException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_create_table(Table tbl) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_create_table() throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
AlreadyExistsException
InvalidObjectException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void create_table_with_environment_context(Table tbl, EnvironmentContext environment_context) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
create_table_with_environment_context
in interface ThriftHiveMetastore.Iface
AlreadyExistsException
InvalidObjectException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_create_table_with_environment_context(Table tbl, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_create_table_with_environment_context() throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
AlreadyExistsException
InvalidObjectException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void drop_table(String dbname, String name, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_table
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_table(String dbname, String name, boolean deleteData) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_drop_table() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void drop_table_with_environment_context(String dbname, String name, boolean deleteData, EnvironmentContext environment_context) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_table_with_environment_context
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_table_with_environment_context(String dbname, String name, boolean deleteData, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_drop_table_with_environment_context() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public List<String> get_tables(String db_name, String pattern) throws MetaException, org.apache.thrift.TException
get_tables
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_tables(String db_name, String pattern) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_tables() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public List<String> get_all_tables(String db_name) throws MetaException, org.apache.thrift.TException
get_all_tables
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_all_tables(String db_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_all_tables() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public Table get_table(String dbname, String tbl_name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_table
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_table(String dbname, String tbl_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Table recv_get_table() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public List<Table> get_table_objects_by_name(String dbname, List<String> tbl_names) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
get_table_objects_by_name
in interface ThriftHiveMetastore.Iface
MetaException
InvalidOperationException
UnknownDBException
org.apache.thrift.TException
public void send_get_table_objects_by_name(String dbname, List<String> tbl_names) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Table> recv_get_table_objects_by_name() throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
MetaException
InvalidOperationException
UnknownDBException
org.apache.thrift.TException
public List<String> get_table_names_by_filter(String dbname, String filter, short max_tables) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
get_table_names_by_filter
in interface ThriftHiveMetastore.Iface
MetaException
InvalidOperationException
UnknownDBException
org.apache.thrift.TException
public void send_get_table_names_by_filter(String dbname, String filter, short max_tables) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_table_names_by_filter() throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
MetaException
InvalidOperationException
UnknownDBException
org.apache.thrift.TException
public void alter_table(String dbname, String tbl_name, Table new_tbl) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_table
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_alter_table(String dbname, String tbl_name, Table new_tbl) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_table() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public void alter_table_with_environment_context(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_table_with_environment_context
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_alter_table_with_environment_context(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_table_with_environment_context() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public void alter_table_with_cascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_table_with_cascade
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_alter_table_with_cascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_table_with_cascade() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public Partition add_partition(Partition new_part) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partition
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_add_partition(Partition new_part) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_add_partition() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public Partition add_partition_with_environment_context(Partition new_part, EnvironmentContext environment_context) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partition_with_environment_context
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_add_partition_with_environment_context(Partition new_part, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_add_partition_with_environment_context() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public int add_partitions(List<Partition> new_parts) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partitions
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_add_partitions(List<Partition> new_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public int recv_add_partitions() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public int add_partitions_pspec(List<PartitionSpec> new_parts) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partitions_pspec
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_add_partitions_pspec(List<PartitionSpec> new_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public int recv_add_partitions_pspec() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public Partition append_partition(String db_name, String tbl_name, List<String> part_vals) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
append_partition
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_append_partition(String db_name, String tbl_name, List<String> part_vals) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_append_partition() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public AddPartitionsResult add_partitions_req(AddPartitionsRequest request) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partitions_req
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_add_partitions_req(AddPartitionsRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public AddPartitionsResult recv_add_partitions_req() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public Partition append_partition_with_environment_context(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
append_partition_with_environment_context
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_append_partition_with_environment_context(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_append_partition_with_environment_context() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public Partition append_partition_by_name(String db_name, String tbl_name, String part_name) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
append_partition_by_name
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_append_partition_by_name(String db_name, String tbl_name, String part_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_append_partition_by_name() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public Partition append_partition_by_name_with_environment_context(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
append_partition_by_name_with_environment_context
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_append_partition_by_name_with_environment_context(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_append_partition_by_name_with_environment_context() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public boolean drop_partition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_partition
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_partition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_drop_partition() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public boolean drop_partition_with_environment_context(String db_name, String tbl_name, List<String> part_vals, boolean deleteData, EnvironmentContext environment_context) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_partition_with_environment_context
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_partition_with_environment_context(String db_name, String tbl_name, List<String> part_vals, boolean deleteData, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_drop_partition_with_environment_context() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public boolean drop_partition_by_name(String db_name, String tbl_name, String part_name, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_partition_by_name
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_partition_by_name(String db_name, String tbl_name, String part_name, boolean deleteData) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_drop_partition_by_name() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public boolean drop_partition_by_name_with_environment_context(String db_name, String tbl_name, String part_name, boolean deleteData, EnvironmentContext environment_context) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_partition_by_name_with_environment_context
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_partition_by_name_with_environment_context(String db_name, String tbl_name, String part_name, boolean deleteData, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_drop_partition_by_name_with_environment_context() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public DropPartitionsResult drop_partitions_req(DropPartitionsRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_partitions_req
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_partitions_req(DropPartitionsRequest req) throws org.apache.thrift.TException
org.apache.thrift.TException
public DropPartitionsResult recv_drop_partitions_req() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public Partition get_partition(String db_name, String tbl_name, List<String> part_vals) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partition
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_partition(String db_name, String tbl_name, List<String> part_vals) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_get_partition() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public Partition exchange_partition(Map<String,String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) throws MetaException, NoSuchObjectException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
exchange_partition
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
InvalidObjectException
InvalidInputException
org.apache.thrift.TException
public void send_exchange_partition(Map<String,String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_exchange_partition() throws MetaException, NoSuchObjectException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
MetaException
NoSuchObjectException
InvalidObjectException
InvalidInputException
org.apache.thrift.TException
public Partition get_partition_with_auth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partition_with_auth
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_partition_with_auth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_get_partition_with_auth() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public Partition get_partition_by_name(String db_name, String tbl_name, String part_name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partition_by_name
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_partition_by_name(String db_name, String tbl_name, String part_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Partition recv_get_partition_by_name() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public List<Partition> get_partitions(String db_name, String tbl_name, short max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_partitions
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_partitions(String db_name, String tbl_name, short max_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Partition> recv_get_partitions() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public List<Partition> get_partitions_with_auth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_partitions_with_auth
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_partitions_with_auth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Partition> recv_get_partitions_with_auth() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public List<PartitionSpec> get_partitions_pspec(String db_name, String tbl_name, int max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_partitions_pspec
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_partitions_pspec(String db_name, String tbl_name, int max_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<PartitionSpec> recv_get_partitions_pspec() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public List<String> get_partition_names(String db_name, String tbl_name, short max_parts) throws MetaException, org.apache.thrift.TException
get_partition_names
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_partition_names(String db_name, String tbl_name, short max_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_partition_names() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public List<Partition> get_partitions_ps(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_ps
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_partitions_ps(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Partition> recv_get_partitions_ps() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public List<Partition> get_partitions_ps_with_auth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_partitions_ps_with_auth
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_partitions_ps_with_auth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Partition> recv_get_partitions_ps_with_auth() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public List<String> get_partition_names_ps(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partition_names_ps
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_partition_names_ps(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_partition_names_ps() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public List<Partition> get_partitions_by_filter(String db_name, String tbl_name, String filter, short max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_by_filter
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_partitions_by_filter(String db_name, String tbl_name, String filter, short max_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Partition> recv_get_partitions_by_filter() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public List<PartitionSpec> get_part_specs_by_filter(String db_name, String tbl_name, String filter, int max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_part_specs_by_filter
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_part_specs_by_filter(String db_name, String tbl_name, String filter, int max_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<PartitionSpec> recv_get_part_specs_by_filter() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public PartitionsByExprResult get_partitions_by_expr(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_by_expr
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_partitions_by_expr(PartitionsByExprRequest req) throws org.apache.thrift.TException
org.apache.thrift.TException
public PartitionsByExprResult recv_get_partitions_by_expr() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public List<Partition> get_partitions_by_names(String db_name, String tbl_name, List<String> names) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_by_names
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_partitions_by_names(String db_name, String tbl_name, List<String> names) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Partition> recv_get_partitions_by_names() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void alter_partition(String db_name, String tbl_name, Partition new_part) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_partition
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_alter_partition(String db_name, String tbl_name, Partition new_part) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_partition() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public void alter_partitions(String db_name, String tbl_name, List<Partition> new_parts) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_partitions
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_alter_partitions(String db_name, String tbl_name, List<Partition> new_parts) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_partitions() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public void alter_partition_with_environment_context(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_partition_with_environment_context
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_alter_partition_with_environment_context(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_partition_with_environment_context() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public void rename_partition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) throws InvalidOperationException, MetaException, org.apache.thrift.TException
rename_partition
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_rename_partition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_rename_partition() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public boolean partition_name_has_valid_characters(List<String> part_vals, boolean throw_exception) throws MetaException, org.apache.thrift.TException
partition_name_has_valid_characters
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_partition_name_has_valid_characters(List<String> part_vals, boolean throw_exception) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_partition_name_has_valid_characters() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public String get_config_value(String name, String defaultValue) throws ConfigValSecurityException, org.apache.thrift.TException
get_config_value
in interface ThriftHiveMetastore.Iface
ConfigValSecurityException
org.apache.thrift.TException
public void send_get_config_value(String name, String defaultValue) throws org.apache.thrift.TException
org.apache.thrift.TException
public String recv_get_config_value() throws ConfigValSecurityException, org.apache.thrift.TException
ConfigValSecurityException
org.apache.thrift.TException
public List<String> partition_name_to_vals(String part_name) throws MetaException, org.apache.thrift.TException
partition_name_to_vals
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_partition_name_to_vals(String part_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_partition_name_to_vals() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public Map<String,String> partition_name_to_spec(String part_name) throws MetaException, org.apache.thrift.TException
partition_name_to_spec
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_partition_name_to_spec(String part_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Map<String,String> recv_partition_name_to_spec() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public void markPartitionForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType) throws MetaException, NoSuchObjectException, UnknownDBException, UnknownTableException, UnknownPartitionException, InvalidPartitionException, org.apache.thrift.TException
markPartitionForEvent
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
UnknownDBException
UnknownTableException
UnknownPartitionException
InvalidPartitionException
org.apache.thrift.TException
public void send_markPartitionForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_markPartitionForEvent() throws MetaException, NoSuchObjectException, UnknownDBException, UnknownTableException, UnknownPartitionException, InvalidPartitionException, org.apache.thrift.TException
MetaException
NoSuchObjectException
UnknownDBException
UnknownTableException
UnknownPartitionException
InvalidPartitionException
org.apache.thrift.TException
public boolean isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType) throws MetaException, NoSuchObjectException, UnknownDBException, UnknownTableException, UnknownPartitionException, InvalidPartitionException, org.apache.thrift.TException
isPartitionMarkedForEvent
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
UnknownDBException
UnknownTableException
UnknownPartitionException
InvalidPartitionException
org.apache.thrift.TException
public void send_isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_isPartitionMarkedForEvent() throws MetaException, NoSuchObjectException, UnknownDBException, UnknownTableException, UnknownPartitionException, InvalidPartitionException, org.apache.thrift.TException
MetaException
NoSuchObjectException
UnknownDBException
UnknownTableException
UnknownPartitionException
InvalidPartitionException
org.apache.thrift.TException
public Index add_index(Index new_index, Table index_table) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_index
in interface ThriftHiveMetastore.Iface
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void send_add_index(Index new_index, Table index_table) throws org.apache.thrift.TException
org.apache.thrift.TException
public Index recv_add_index() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectException
AlreadyExistsException
MetaException
org.apache.thrift.TException
public void alter_index(String dbname, String base_tbl_name, String idx_name, Index new_idx) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_index
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_alter_index(String dbname, String base_tbl_name, String idx_name, Index new_idx) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_index() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public boolean drop_index_by_name(String db_name, String tbl_name, String index_name, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_index_by_name
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_index_by_name(String db_name, String tbl_name, String index_name, boolean deleteData) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_drop_index_by_name() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public Index get_index_by_name(String db_name, String tbl_name, String index_name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_index_by_name
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_index_by_name(String db_name, String tbl_name, String index_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public Index recv_get_index_by_name() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public List<Index> get_indexes(String db_name, String tbl_name, short max_indexes) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_indexes
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_indexes(String db_name, String tbl_name, short max_indexes) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Index> recv_get_indexes() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public List<String> get_index_names(String db_name, String tbl_name, short max_indexes) throws MetaException, org.apache.thrift.TException
get_index_names
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_index_names(String db_name, String tbl_name, short max_indexes) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_index_names() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public boolean update_table_column_statistics(ColumnStatistics stats_obj) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
update_table_column_statistics
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
InvalidObjectException
MetaException
InvalidInputException
org.apache.thrift.TException
public void send_update_table_column_statistics(ColumnStatistics stats_obj) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_update_table_column_statistics() throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectException
InvalidObjectException
MetaException
InvalidInputException
org.apache.thrift.TException
public boolean update_partition_column_statistics(ColumnStatistics stats_obj) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
update_partition_column_statistics
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
InvalidObjectException
MetaException
InvalidInputException
org.apache.thrift.TException
public void send_update_partition_column_statistics(ColumnStatistics stats_obj) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_update_partition_column_statistics() throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectException
InvalidObjectException
MetaException
InvalidInputException
org.apache.thrift.TException
public ColumnStatistics get_table_column_statistics(String db_name, String tbl_name, String col_name) throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException
get_table_column_statistics
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
InvalidInputException
InvalidObjectException
org.apache.thrift.TException
public void send_get_table_column_statistics(String db_name, String tbl_name, String col_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public ColumnStatistics recv_get_table_column_statistics() throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException
NoSuchObjectException
MetaException
InvalidInputException
InvalidObjectException
org.apache.thrift.TException
public ColumnStatistics get_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name) throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException
get_partition_column_statistics
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
InvalidInputException
InvalidObjectException
org.apache.thrift.TException
public void send_get_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public ColumnStatistics recv_get_partition_column_statistics() throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException
NoSuchObjectException
MetaException
InvalidInputException
InvalidObjectException
org.apache.thrift.TException
public TableStatsResult get_table_statistics_req(TableStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_table_statistics_req
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_table_statistics_req(TableStatsRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public TableStatsResult recv_get_table_statistics_req() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public PartitionsStatsResult get_partitions_statistics_req(PartitionsStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_partitions_statistics_req
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_partitions_statistics_req(PartitionsStatsRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public PartitionsStatsResult recv_get_partitions_statistics_req() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public AggrStats get_aggr_stats_for(PartitionsStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_aggr_stats_for
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_get_aggr_stats_for(PartitionsStatsRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public AggrStats recv_get_aggr_stats_for() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public boolean set_aggr_stats_for(SetPartitionsStatsRequest request) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
set_aggr_stats_for
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
InvalidObjectException
MetaException
InvalidInputException
org.apache.thrift.TException
public void send_set_aggr_stats_for(SetPartitionsStatsRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_set_aggr_stats_for() throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectException
InvalidObjectException
MetaException
InvalidInputException
org.apache.thrift.TException
public boolean delete_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name) throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
delete_partition_column_statistics
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
InvalidObjectException
InvalidInputException
org.apache.thrift.TException
public void send_delete_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_delete_partition_column_statistics() throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectException
MetaException
InvalidObjectException
InvalidInputException
org.apache.thrift.TException
public boolean delete_table_column_statistics(String db_name, String tbl_name, String col_name) throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
delete_table_column_statistics
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
InvalidObjectException
InvalidInputException
org.apache.thrift.TException
public void send_delete_table_column_statistics(String db_name, String tbl_name, String col_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_delete_table_column_statistics() throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectException
MetaException
InvalidObjectException
InvalidInputException
org.apache.thrift.TException
public void create_function(Function func) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
create_function
in interface ThriftHiveMetastore.Iface
AlreadyExistsException
InvalidObjectException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_create_function(Function func) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_create_function() throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
AlreadyExistsException
InvalidObjectException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void drop_function(String dbName, String funcName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_function
in interface ThriftHiveMetastore.Iface
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void send_drop_function(String dbName, String funcName) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_drop_function() throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectException
MetaException
org.apache.thrift.TException
public void alter_function(String dbName, String funcName, Function newFunc) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_function
in interface ThriftHiveMetastore.Iface
InvalidOperationException
MetaException
org.apache.thrift.TException
public void send_alter_function(String dbName, String funcName, Function newFunc) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_alter_function() throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationException
MetaException
org.apache.thrift.TException
public List<String> get_functions(String dbName, String pattern) throws MetaException, org.apache.thrift.TException
get_functions
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_functions(String dbName, String pattern) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_functions() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public Function get_function(String dbName, String funcName) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_function
in interface ThriftHiveMetastore.Iface
MetaException
NoSuchObjectException
org.apache.thrift.TException
public void send_get_function(String dbName, String funcName) throws org.apache.thrift.TException
org.apache.thrift.TException
public Function recv_get_function() throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaException
NoSuchObjectException
org.apache.thrift.TException
public boolean create_role(Role role) throws MetaException, org.apache.thrift.TException
create_role
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_create_role(Role role) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_create_role() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public boolean drop_role(String role_name) throws MetaException, org.apache.thrift.TException
drop_role
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_drop_role(String role_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_drop_role() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public List<String> get_role_names() throws MetaException, org.apache.thrift.TException
get_role_names
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_role_names() throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_get_role_names() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public boolean grant_role(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option) throws MetaException, org.apache.thrift.TException
grant_role
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_grant_role(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_grant_role() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public boolean revoke_role(String role_name, String principal_name, PrincipalType principal_type) throws MetaException, org.apache.thrift.TException
revoke_role
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_revoke_role(String role_name, String principal_name, PrincipalType principal_type) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_revoke_role() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public List<Role> list_roles(String principal_name, PrincipalType principal_type) throws MetaException, org.apache.thrift.TException
list_roles
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_list_roles(String principal_name, PrincipalType principal_type) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<Role> recv_list_roles() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public GrantRevokeRoleResponse grant_revoke_role(GrantRevokeRoleRequest request) throws MetaException, org.apache.thrift.TException
grant_revoke_role
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_grant_revoke_role(GrantRevokeRoleRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public GrantRevokeRoleResponse recv_grant_revoke_role() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public GetPrincipalsInRoleResponse get_principals_in_role(GetPrincipalsInRoleRequest request) throws MetaException, org.apache.thrift.TException
get_principals_in_role
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_principals_in_role(GetPrincipalsInRoleRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetPrincipalsInRoleResponse recv_get_principals_in_role() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public GetRoleGrantsForPrincipalResponse get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) throws MetaException, org.apache.thrift.TException
get_role_grants_for_principal
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetRoleGrantsForPrincipalResponse recv_get_role_grants_for_principal() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public PrincipalPrivilegeSet get_privilege_set(HiveObjectRef hiveObject, String user_name, List<String> group_names) throws MetaException, org.apache.thrift.TException
get_privilege_set
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_privilege_set(HiveObjectRef hiveObject, String user_name, List<String> group_names) throws org.apache.thrift.TException
org.apache.thrift.TException
public PrincipalPrivilegeSet recv_get_privilege_set() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public List<HiveObjectPrivilege> list_privileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject) throws MetaException, org.apache.thrift.TException
list_privileges
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_list_privileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<HiveObjectPrivilege> recv_list_privileges() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public boolean grant_privileges(PrivilegeBag privileges) throws MetaException, org.apache.thrift.TException
grant_privileges
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_grant_privileges(PrivilegeBag privileges) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_grant_privileges() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public boolean revoke_privileges(PrivilegeBag privileges) throws MetaException, org.apache.thrift.TException
revoke_privileges
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_revoke_privileges(PrivilegeBag privileges) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean recv_revoke_privileges() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public GrantRevokePrivilegeResponse grant_revoke_privileges(GrantRevokePrivilegeRequest request) throws MetaException, org.apache.thrift.TException
grant_revoke_privileges
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_grant_revoke_privileges(GrantRevokePrivilegeRequest request) throws org.apache.thrift.TException
org.apache.thrift.TException
public GrantRevokePrivilegeResponse recv_grant_revoke_privileges() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public List<String> set_ugi(String user_name, List<String> group_names) throws MetaException, org.apache.thrift.TException
set_ugi
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_set_ugi(String user_name, List<String> group_names) throws org.apache.thrift.TException
org.apache.thrift.TException
public List<String> recv_set_ugi() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public String get_delegation_token(String token_owner, String renewer_kerberos_principal_name) throws MetaException, org.apache.thrift.TException
get_delegation_token
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_get_delegation_token(String token_owner, String renewer_kerberos_principal_name) throws org.apache.thrift.TException
org.apache.thrift.TException
public String recv_get_delegation_token() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public long renew_delegation_token(String token_str_form) throws MetaException, org.apache.thrift.TException
renew_delegation_token
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_renew_delegation_token(String token_str_form) throws org.apache.thrift.TException
org.apache.thrift.TException
public long recv_renew_delegation_token() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public void cancel_delegation_token(String token_str_form) throws MetaException, org.apache.thrift.TException
cancel_delegation_token
in interface ThriftHiveMetastore.Iface
MetaException
org.apache.thrift.TException
public void send_cancel_delegation_token(String token_str_form) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_cancel_delegation_token() throws MetaException, org.apache.thrift.TException
MetaException
org.apache.thrift.TException
public GetOpenTxnsResponse get_open_txns() throws org.apache.thrift.TException
get_open_txns
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_get_open_txns() throws org.apache.thrift.TException
org.apache.thrift.TException
public GetOpenTxnsResponse recv_get_open_txns() throws org.apache.thrift.TException
org.apache.thrift.TException
public GetOpenTxnsInfoResponse get_open_txns_info() throws org.apache.thrift.TException
get_open_txns_info
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_get_open_txns_info() throws org.apache.thrift.TException
org.apache.thrift.TException
public GetOpenTxnsInfoResponse recv_get_open_txns_info() throws org.apache.thrift.TException
org.apache.thrift.TException
public OpenTxnsResponse open_txns(OpenTxnRequest rqst) throws org.apache.thrift.TException
open_txns
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_open_txns(OpenTxnRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public OpenTxnsResponse recv_open_txns() throws org.apache.thrift.TException
org.apache.thrift.TException
public void abort_txn(AbortTxnRequest rqst) throws NoSuchTxnException, org.apache.thrift.TException
abort_txn
in interface ThriftHiveMetastore.Iface
NoSuchTxnException
org.apache.thrift.TException
public void send_abort_txn(AbortTxnRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_abort_txn() throws NoSuchTxnException, org.apache.thrift.TException
NoSuchTxnException
org.apache.thrift.TException
public void commit_txn(CommitTxnRequest rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
commit_txn
in interface ThriftHiveMetastore.Iface
NoSuchTxnException
TxnAbortedException
org.apache.thrift.TException
public void send_commit_txn(CommitTxnRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_commit_txn() throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
NoSuchTxnException
TxnAbortedException
org.apache.thrift.TException
public LockResponse lock(LockRequest rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
lock
in interface ThriftHiveMetastore.Iface
NoSuchTxnException
TxnAbortedException
org.apache.thrift.TException
public void send_lock(LockRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public LockResponse recv_lock() throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
NoSuchTxnException
TxnAbortedException
org.apache.thrift.TException
public LockResponse check_lock(CheckLockRequest rqst) throws NoSuchTxnException, TxnAbortedException, NoSuchLockException, org.apache.thrift.TException
check_lock
in interface ThriftHiveMetastore.Iface
NoSuchTxnException
TxnAbortedException
NoSuchLockException
org.apache.thrift.TException
public void send_check_lock(CheckLockRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public LockResponse recv_check_lock() throws NoSuchTxnException, TxnAbortedException, NoSuchLockException, org.apache.thrift.TException
NoSuchTxnException
TxnAbortedException
NoSuchLockException
org.apache.thrift.TException
public void unlock(UnlockRequest rqst) throws NoSuchLockException, TxnOpenException, org.apache.thrift.TException
unlock
in interface ThriftHiveMetastore.Iface
NoSuchLockException
TxnOpenException
org.apache.thrift.TException
public void send_unlock(UnlockRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_unlock() throws NoSuchLockException, TxnOpenException, org.apache.thrift.TException
NoSuchLockException
TxnOpenException
org.apache.thrift.TException
public ShowLocksResponse show_locks(ShowLocksRequest rqst) throws org.apache.thrift.TException
show_locks
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_show_locks(ShowLocksRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public ShowLocksResponse recv_show_locks() throws org.apache.thrift.TException
org.apache.thrift.TException
public void heartbeat(HeartbeatRequest ids) throws NoSuchLockException, NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
heartbeat
in interface ThriftHiveMetastore.Iface
NoSuchLockException
NoSuchTxnException
TxnAbortedException
org.apache.thrift.TException
public void send_heartbeat(HeartbeatRequest ids) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_heartbeat() throws NoSuchLockException, NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
NoSuchLockException
NoSuchTxnException
TxnAbortedException
org.apache.thrift.TException
public HeartbeatTxnRangeResponse heartbeat_txn_range(HeartbeatTxnRangeRequest txns) throws org.apache.thrift.TException
heartbeat_txn_range
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_heartbeat_txn_range(HeartbeatTxnRangeRequest txns) throws org.apache.thrift.TException
org.apache.thrift.TException
public HeartbeatTxnRangeResponse recv_heartbeat_txn_range() throws org.apache.thrift.TException
org.apache.thrift.TException
public void compact(CompactionRequest rqst) throws org.apache.thrift.TException
compact
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_compact(CompactionRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_compact() throws org.apache.thrift.TException
org.apache.thrift.TException
public ShowCompactResponse show_compact(ShowCompactRequest rqst) throws org.apache.thrift.TException
show_compact
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_show_compact(ShowCompactRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public ShowCompactResponse recv_show_compact() throws org.apache.thrift.TException
org.apache.thrift.TException
public void add_dynamic_partitions(AddDynamicPartitions rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
add_dynamic_partitions
in interface ThriftHiveMetastore.Iface
NoSuchTxnException
TxnAbortedException
org.apache.thrift.TException
public void send_add_dynamic_partitions(AddDynamicPartitions rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public void recv_add_dynamic_partitions() throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
NoSuchTxnException
TxnAbortedException
org.apache.thrift.TException
public NotificationEventResponse get_next_notification(NotificationEventRequest rqst) throws org.apache.thrift.TException
get_next_notification
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_get_next_notification(NotificationEventRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public NotificationEventResponse recv_get_next_notification() throws org.apache.thrift.TException
org.apache.thrift.TException
public CurrentNotificationEventId get_current_notificationEventId() throws org.apache.thrift.TException
get_current_notificationEventId
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_get_current_notificationEventId() throws org.apache.thrift.TException
org.apache.thrift.TException
public CurrentNotificationEventId recv_get_current_notificationEventId() throws org.apache.thrift.TException
org.apache.thrift.TException
public FireEventResponse fire_listener_event(FireEventRequest rqst) throws org.apache.thrift.TException
fire_listener_event
in interface ThriftHiveMetastore.Iface
org.apache.thrift.TException
public void send_fire_listener_event(FireEventRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TException
public FireEventResponse recv_fire_listener_event() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2017 The Apache Software Foundation. All rights reserved.