public abstract class AbstractThriftHiveMetastore extends Object implements ThriftHiveMetastore.Iface
| Constructor and Description |
|---|
AbstractThriftHiveMetastore() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabort_Compactions, add_write_ids_to_min_history, add_write_notification_log_in_batch, drop_database_req, get_properties, mark_refused, remove_compaction_metrics_data, set_properties, submit_for_cleanup, translate_table_dryrun, update_compaction_metrics_data, update_transaction_statisticspublic String getMetaConf(String key) throws MetaException, org.apache.thrift.TException
getMetaConf in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void setMetaConf(String key, String value) throws MetaException, org.apache.thrift.TException
setMetaConf in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void create_catalog(CreateCatalogRequest catalog) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_catalog in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void alter_catalog(AlterCatalogRequest rqst) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
alter_catalog in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic GetCatalogResponse get_catalog(GetCatalogRequest catName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_catalog in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic GetCatalogsResponse get_catalogs() throws MetaException, org.apache.thrift.TException
get_catalogs in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void drop_catalog(DropCatalogRequest catName) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_catalog in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void create_database(Database database) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_database in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic Database get_database(String name) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_database in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic Database get_database_req(GetDatabaseRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_database_req in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void drop_database(String name, boolean deleteData, boolean cascade) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_database in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_databases(String pattern) throws MetaException, org.apache.thrift.TException
get_databases in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_all_databases() throws MetaException, org.apache.thrift.TException
get_all_databases in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void alter_database(String dbname, Database db) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
alter_database in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic void create_dataconnector(DataConnector connector) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_dataconnector in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic DataConnector get_dataconnector_req(GetDataConnectorRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_dataconnector_req in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void drop_dataconnector(String name, boolean ifNotExists, boolean checkReferences) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_dataconnector in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_dataconnectors() throws MetaException, org.apache.thrift.TException
get_dataconnectors in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void alter_dataconnector(String name, DataConnector connector) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
alter_dataconnector in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic Type get_type(String name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_type in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic boolean create_type(Type type) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_type in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic boolean drop_type(String type) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
drop_type in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic Map<String,Type> get_type_all(String name) throws MetaException, org.apache.thrift.TException
get_type_all in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<FieldSchema> get_fields(String db_name, String table_name) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
get_fields in interface ThriftHiveMetastore.IfaceMetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic GetFieldsResponse get_fields_req(GetFieldsRequest req) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
get_fields_req in interface ThriftHiveMetastore.IfaceMetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic List<FieldSchema> get_schema(String db_name, String table_name) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
get_schema in interface ThriftHiveMetastore.IfaceMetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic GetSchemaResponse get_schema_req(GetSchemaRequest req) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
get_schema_req in interface ThriftHiveMetastore.IfaceMetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic void create_table(Table tbl) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
create_table in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic void create_table_with_constraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
create_table_with_constraints in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic void create_table_req(CreateTableRequest request) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
create_table_req in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic void drop_constraint(DropConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_constraint in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void add_primary_key(AddPrimaryKeyRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
add_primary_key in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void add_foreign_key(AddForeignKeyRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
add_foreign_key in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void add_unique_constraint(AddUniqueConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
add_unique_constraint in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void add_not_null_constraint(AddNotNullConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
add_not_null_constraint in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void add_default_constraint(AddDefaultConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
add_default_constraint in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void add_check_constraint(AddCheckConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
add_check_constraint in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void drop_table(String dbname, String name, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_table in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void truncate_table(String dbName, String tableName, List<String> partNames) throws MetaException, org.apache.thrift.TException
truncate_table in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic TruncateTableResponse truncate_table_req(TruncateTableRequest req) throws MetaException, org.apache.thrift.TException
truncate_table_req in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_tables(String db_name, String pattern) throws MetaException, org.apache.thrift.TException
get_tables in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_tables_by_type(String db_name, String pattern, String tableType) throws MetaException, org.apache.thrift.TException
get_tables_by_type in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<Table> get_all_materialized_view_objects_for_rewriting() throws MetaException, org.apache.thrift.TException
get_all_materialized_view_objects_for_rewriting in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_materialized_views_for_rewriting(String db_name) throws MetaException, org.apache.thrift.TException
get_materialized_views_for_rewriting in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<TableMeta> get_table_meta(String db_patterns, String tbl_patterns, List<String> tbl_types) throws MetaException, org.apache.thrift.TException
get_table_meta in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_all_tables(String db_name) throws MetaException, org.apache.thrift.TException
get_all_tables in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic Table get_table(String dbname, String tbl_name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_table in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic List<Table> get_table_objects_by_name(String dbname, List<String> tbl_names) throws org.apache.thrift.TException
get_table_objects_by_name in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic List<ExtendedTableInfo> get_tables_ext(GetTablesExtRequest req) throws MetaException, org.apache.thrift.TException
get_tables_ext in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GetTableResult get_table_req(GetTableRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_table_req in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic GetTablesResult get_table_objects_by_name_req(GetTablesRequest req) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
get_table_objects_by_name_req in interface ThriftHiveMetastore.IfaceMetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic Materialization get_materialization_invalidation_info(CreationMetadata creation_metadata, String validTxnList) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
get_materialization_invalidation_info in interface ThriftHiveMetastore.IfaceMetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic void update_creation_metadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
update_creation_metadata in interface ThriftHiveMetastore.IfaceMetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic void alter_table(String dbname, String tbl_name, Table new_tbl) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_table in interface ThriftHiveMetastore.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic AlterTableResponse alter_table_req(AlterTableRequest req) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_table_req in interface ThriftHiveMetastore.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic Partition add_partition(Partition new_part) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partition in interface ThriftHiveMetastore.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic int add_partitions(List<Partition> new_parts) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partitions in interface ThriftHiveMetastore.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic int add_partitions_pspec(List<PartitionSpec> new_parts) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partitions_pspec in interface ThriftHiveMetastore.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic AddPartitionsResult add_partitions_req(AddPartitionsRequest request) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
add_partitions_req in interface ThriftHiveMetastore.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic DropPartitionsResult drop_partitions_req(DropPartitionsRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_partitions_req in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic GetPartitionResponse get_partition_req(GetPartitionRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partition_req in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic List<Partition> exchange_partitions(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_partitions in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic PartitionsResponse get_partitions_req(PartitionsRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_partitions_req in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_partition_names(String db_name, String tbl_name, short max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_partition_names in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic PartitionValuesResponse get_partition_values(PartitionValuesRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partition_values in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic GetPartitionsPsWithAuthResponse get_partitions_ps_with_auth_req(GetPartitionsPsWithAuthRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_ps_with_auth_req in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic GetPartitionNamesPsResponse get_partition_names_ps_req(GetPartitionNamesPsRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partition_names_ps_req in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic List<String> get_partition_names_req(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partition_names_req in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic PartitionsByExprResult get_partitions_by_expr(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_by_expr in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic PartitionsSpecByExprResult get_partitions_spec_by_expr(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_spec_by_expr in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic int get_num_partitions_by_filter(String db_name, String tbl_name, String filter) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_num_partitions_by_filter in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic GetPartitionsByNamesResult get_partitions_by_names_req(GetPartitionsByNamesRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_by_names_req in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic List<Partition> get_partitions_by_filter_req(GetPartitionsByFilterRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_partitions_by_filter_req in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic void alter_partition(String db_name, String tbl_name, Partition new_part) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_partition in interface ThriftHiveMetastore.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void alter_partitions_with_environment_context(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_partitions_with_environment_context in interface ThriftHiveMetastore.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic AlterPartitionsResponse alter_partitions_req(AlterPartitionsRequest req) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_partitions_req in interface ThriftHiveMetastore.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic RenamePartitionResponse rename_partition_req(RenamePartitionRequest req) throws InvalidOperationException, MetaException, org.apache.thrift.TException
rename_partition_req in interface ThriftHiveMetastore.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic String get_config_value(String name, String defaultValue) throws ConfigValSecurityException, org.apache.thrift.TException
get_config_value in interface ThriftHiveMetastore.IfaceConfigValSecurityExceptionorg.apache.thrift.TExceptionpublic List<String> partition_name_to_vals(String part_name) throws MetaException, org.apache.thrift.TException
partition_name_to_vals in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic Map<String,String> partition_name_to_spec(String part_name) throws MetaException, org.apache.thrift.TException
partition_name_to_spec in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionUnknownDBExceptionUnknownTableExceptionUnknownPartitionExceptionInvalidPartitionExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionNoSuchObjectExceptionUnknownDBExceptionUnknownTableExceptionUnknownPartitionExceptionInvalidPartitionExceptionorg.apache.thrift.TExceptionpublic PrimaryKeysResponse get_primary_keys(PrimaryKeysRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_primary_keys in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic ForeignKeysResponse get_foreign_keys(ForeignKeysRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_foreign_keys in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic UniqueConstraintsResponse get_unique_constraints(UniqueConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_unique_constraints in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic NotNullConstraintsResponse get_not_null_constraints(NotNullConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_not_null_constraints in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic DefaultConstraintsResponse get_default_constraints(DefaultConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_default_constraints in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic CheckConstraintsResponse get_check_constraints(CheckConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_check_constraints in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic AllTableConstraintsResponse get_all_table_constraints(AllTableConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_all_table_constraints in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic boolean update_table_column_statistics(ColumnStatistics stats_obj) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
update_table_column_statistics in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic boolean update_partition_column_statistics(ColumnStatistics stats_obj) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
update_partition_column_statistics in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic SetPartitionsStatsResponse update_table_column_statistics_req(SetPartitionsStatsRequest req) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
update_table_column_statistics_req in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic SetPartitionsStatsResponse update_partition_column_statistics_req(SetPartitionsStatsRequest req) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
update_partition_column_statistics_req in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionInvalidInputExceptionInvalidObjectExceptionorg.apache.thrift.TExceptionpublic 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.IfaceNoSuchObjectExceptionMetaExceptionInvalidInputExceptionInvalidObjectExceptionorg.apache.thrift.TExceptionpublic TableStatsResult get_table_statistics_req(TableStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_table_statistics_req in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic PartitionsStatsResult get_partitions_statistics_req(PartitionsStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_partitions_statistics_req in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic AggrStats get_aggr_stats_for(PartitionsStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_aggr_stats_for in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic boolean set_aggr_stats_for(SetPartitionsStatsRequest request) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
set_aggr_stats_for in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic boolean delete_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name, String engine) throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
delete_partition_column_statistics in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic boolean delete_table_column_statistics(String db_name, String tbl_name, String col_name, String engine) throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
delete_table_column_statistics in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic void create_function(Function func) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
create_function in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic void drop_function(String dbName, String funcName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_function in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void alter_function(String dbName, String funcName, Function newFunc) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_function in interface ThriftHiveMetastore.IfaceInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_functions(String dbName, String pattern) throws MetaException, org.apache.thrift.TException
get_functions in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic Function get_function(String dbName, String funcName) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_function in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic GetAllFunctionsResponse get_all_functions() throws MetaException, org.apache.thrift.TException
get_all_functions in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic boolean create_role(Role role) throws MetaException, org.apache.thrift.TException
create_role in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic boolean drop_role(String role_name) throws MetaException, org.apache.thrift.TException
drop_role in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_role_names() throws MetaException, org.apache.thrift.TException
get_role_names in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic boolean revoke_role(String role_name, String principal_name, PrincipalType principal_type) throws MetaException, org.apache.thrift.TException
revoke_role in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<Role> list_roles(String principal_name, PrincipalType principal_type) throws MetaException, org.apache.thrift.TException
list_roles in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GrantRevokeRoleResponse grant_revoke_role(GrantRevokeRoleRequest request) throws MetaException, org.apache.thrift.TException
grant_revoke_role in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GetPrincipalsInRoleResponse get_principals_in_role(GetPrincipalsInRoleRequest request) throws MetaException, org.apache.thrift.TException
get_principals_in_role in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GetRoleGrantsForPrincipalResponse get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) throws MetaException, org.apache.thrift.TException
get_role_grants_for_principal in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic 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.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<HiveObjectPrivilege> list_privileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject) throws MetaException, org.apache.thrift.TException
list_privileges in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic boolean grant_privileges(PrivilegeBag privileges) throws MetaException, org.apache.thrift.TException
grant_privileges in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic boolean revoke_privileges(PrivilegeBag privileges) throws MetaException, org.apache.thrift.TException
revoke_privileges in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GrantRevokePrivilegeResponse grant_revoke_privileges(GrantRevokePrivilegeRequest request) throws MetaException, org.apache.thrift.TException
grant_revoke_privileges in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GrantRevokePrivilegeResponse refresh_privileges(HiveObjectRef objToRefresh, String authorizer, GrantRevokePrivilegeRequest grantRequest) throws MetaException, org.apache.thrift.TException
refresh_privileges in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> set_ugi(String user_name, List<String> group_names) throws MetaException, org.apache.thrift.TException
set_ugi in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic String get_delegation_token(String token_owner, String renewer_kerberos_principal_name) throws MetaException, org.apache.thrift.TException
get_delegation_token in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic long renew_delegation_token(String token_str_form) throws MetaException, org.apache.thrift.TException
renew_delegation_token in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void cancel_delegation_token(String token_str_form) throws MetaException, org.apache.thrift.TException
cancel_delegation_token in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic boolean add_token(String token_identifier, String delegation_token) throws org.apache.thrift.TException
add_token in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic boolean remove_token(String token_identifier) throws org.apache.thrift.TException
remove_token in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic String get_token(String token_identifier) throws org.apache.thrift.TException
get_token in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic List<String> get_all_token_identifiers() throws org.apache.thrift.TException
get_all_token_identifiers in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic int add_master_key(String key) throws MetaException, org.apache.thrift.TException
add_master_key in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void update_master_key(int seq_number,
String key)
throws NoSuchObjectException,
MetaException,
org.apache.thrift.TException
update_master_key in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic boolean remove_master_key(int key_seq)
throws org.apache.thrift.TException
remove_master_key in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic List<String> get_master_keys() throws org.apache.thrift.TException
get_master_keys in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic GetOpenTxnsResponse get_open_txns() throws org.apache.thrift.TException
get_open_txns in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic GetOpenTxnsInfoResponse get_open_txns_info() throws org.apache.thrift.TException
get_open_txns_info in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic OpenTxnsResponse open_txns(OpenTxnRequest rqst) throws org.apache.thrift.TException
open_txns in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic void abort_txn(AbortTxnRequest rqst) throws NoSuchTxnException, org.apache.thrift.TException
abort_txn in interface ThriftHiveMetastore.IfaceNoSuchTxnExceptionorg.apache.thrift.TExceptionpublic void abort_txns(AbortTxnsRequest rqst) throws NoSuchTxnException, org.apache.thrift.TException
abort_txns in interface ThriftHiveMetastore.IfaceNoSuchTxnExceptionorg.apache.thrift.TExceptionpublic void commit_txn(CommitTxnRequest rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
commit_txn in interface ThriftHiveMetastore.IfaceNoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TExceptionpublic long get_latest_txnid_in_conflict(long txnId)
throws MetaException,
org.apache.thrift.TException
get_latest_txnid_in_conflict in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void repl_tbl_writeid_state(ReplTblWriteIdStateRequest rqst) throws org.apache.thrift.TException
repl_tbl_writeid_state in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic GetValidWriteIdsResponse get_valid_write_ids(GetValidWriteIdsRequest rqst) throws NoSuchTxnException, MetaException, org.apache.thrift.TException
get_valid_write_ids in interface ThriftHiveMetastore.IfaceNoSuchTxnExceptionMetaExceptionorg.apache.thrift.TExceptionpublic AllocateTableWriteIdsResponse allocate_table_write_ids(AllocateTableWriteIdsRequest rqst) throws NoSuchTxnException, TxnAbortedException, MetaException, org.apache.thrift.TException
allocate_table_write_ids in interface ThriftHiveMetastore.IfaceNoSuchTxnExceptionTxnAbortedExceptionMetaExceptionorg.apache.thrift.TExceptionpublic MaxAllocatedTableWriteIdResponse get_max_allocated_table_write_id(MaxAllocatedTableWriteIdRequest rqst) throws MetaException, org.apache.thrift.TException
get_max_allocated_table_write_id in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void seed_write_id(SeedTableWriteIdsRequest rqst) throws MetaException, org.apache.thrift.TException
seed_write_id in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void seed_txn_id(SeedTxnIdRequest rqst) throws MetaException, org.apache.thrift.TException
seed_txn_id in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic LockResponse lock(LockRequest rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
lock in interface ThriftHiveMetastore.IfaceNoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TExceptionpublic LockResponse check_lock(CheckLockRequest rqst) throws NoSuchTxnException, TxnAbortedException, NoSuchLockException, org.apache.thrift.TException
check_lock in interface ThriftHiveMetastore.IfaceNoSuchTxnExceptionTxnAbortedExceptionNoSuchLockExceptionorg.apache.thrift.TExceptionpublic void unlock(UnlockRequest rqst) throws NoSuchLockException, TxnOpenException, org.apache.thrift.TException
unlock in interface ThriftHiveMetastore.IfaceNoSuchLockExceptionTxnOpenExceptionorg.apache.thrift.TExceptionpublic ShowLocksResponse show_locks(ShowLocksRequest rqst) throws org.apache.thrift.TException
show_locks in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic void heartbeat(HeartbeatRequest ids) throws NoSuchLockException, NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
heartbeat in interface ThriftHiveMetastore.IfaceNoSuchLockExceptionNoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TExceptionpublic HeartbeatTxnRangeResponse heartbeat_txn_range(HeartbeatTxnRangeRequest txns) throws org.apache.thrift.TException
heartbeat_txn_range in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic void compact(CompactionRequest rqst) throws org.apache.thrift.TException
compact in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic CompactionResponse compact2(CompactionRequest rqst) throws org.apache.thrift.TException
compact2 in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic ShowCompactResponse show_compact(ShowCompactRequest rqst) throws org.apache.thrift.TException
show_compact in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic void add_dynamic_partitions(AddDynamicPartitions rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
add_dynamic_partitions in interface ThriftHiveMetastore.IfaceNoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException@Deprecated public OptionalCompactionInfoStruct find_next_compact(String workerId) throws MetaException, org.apache.thrift.TException
find_next_compact in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic OptionalCompactionInfoStruct find_next_compact2(FindNextCompactRequest rqst) throws MetaException, org.apache.thrift.TException
find_next_compact2 in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void update_compactor_state(CompactionInfoStruct cr, long txn_id) throws org.apache.thrift.TException
update_compactor_state in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic List<String> find_columns_with_stats(CompactionInfoStruct cr) throws org.apache.thrift.TException
find_columns_with_stats in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic void mark_cleaned(CompactionInfoStruct cr) throws MetaException, org.apache.thrift.TException
mark_cleaned in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void mark_compacted(CompactionInfoStruct cr) throws MetaException, org.apache.thrift.TException
mark_compacted in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void mark_failed(CompactionInfoStruct cr) throws MetaException, org.apache.thrift.TException
mark_failed in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void set_hadoop_jobid(String jobId, long cq_id) throws org.apache.thrift.TException
set_hadoop_jobid in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic GetLatestCommittedCompactionInfoResponse get_latest_committed_compaction_info(GetLatestCommittedCompactionInfoRequest rqst) throws org.apache.thrift.TException
get_latest_committed_compaction_info in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic NotificationEventResponse get_next_notification(NotificationEventRequest rqst) throws org.apache.thrift.TException
get_next_notification in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic CurrentNotificationEventId get_current_notificationEventId() throws org.apache.thrift.TException
get_current_notificationEventId in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic NotificationEventsCountResponse get_notification_events_count(NotificationEventsCountRequest rqst) throws org.apache.thrift.TException
get_notification_events_count in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic FireEventResponse fire_listener_event(FireEventRequest rqst) throws org.apache.thrift.TException
fire_listener_event in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic void flushCache()
throws org.apache.thrift.TException
flushCache in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic WriteNotificationLogResponse add_write_notification_log(WriteNotificationLogRequest rqst) throws org.apache.thrift.TException
add_write_notification_log in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic CmRecycleResponse cm_recycle(CmRecycleRequest request) throws MetaException, org.apache.thrift.TException
cm_recycle in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GetFileMetadataByExprResult get_file_metadata_by_expr(GetFileMetadataByExprRequest req) throws org.apache.thrift.TException
get_file_metadata_by_expr in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic GetFileMetadataResult get_file_metadata(GetFileMetadataRequest req) throws org.apache.thrift.TException
get_file_metadata in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic PutFileMetadataResult put_file_metadata(PutFileMetadataRequest req) throws org.apache.thrift.TException
put_file_metadata in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic ClearFileMetadataResult clear_file_metadata(ClearFileMetadataRequest req) throws org.apache.thrift.TException
clear_file_metadata in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic CacheFileMetadataResult cache_file_metadata(CacheFileMetadataRequest req) throws org.apache.thrift.TException
cache_file_metadata in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic String get_metastore_db_uuid() throws MetaException, org.apache.thrift.TException
get_metastore_db_uuid in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic WMCreateResourcePlanResponse create_resource_plan(WMCreateResourcePlanRequest request) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_resource_plan in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMGetResourcePlanResponse get_resource_plan(WMGetResourcePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_resource_plan in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMGetActiveResourcePlanResponse get_active_resource_plan(WMGetActiveResourcePlanRequest request) throws MetaException, org.apache.thrift.TException
get_active_resource_plan in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic WMGetAllResourcePlanResponse get_all_resource_plans(WMGetAllResourcePlanRequest request) throws MetaException, org.apache.thrift.TException
get_all_resource_plans in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic WMAlterResourcePlanResponse alter_resource_plan(WMAlterResourcePlanRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
alter_resource_plan in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMValidateResourcePlanResponse validate_resource_plan(WMValidateResourcePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
validate_resource_plan in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMDropResourcePlanResponse drop_resource_plan(WMDropResourcePlanRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_resource_plan in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMCreateTriggerResponse create_wm_trigger(WMCreateTriggerRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_wm_trigger in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMAlterTriggerResponse alter_wm_trigger(WMAlterTriggerRequest request) throws NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
alter_wm_trigger in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMDropTriggerResponse drop_wm_trigger(WMDropTriggerRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_wm_trigger in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMGetTriggersForResourePlanResponse get_triggers_for_resourceplan(WMGetTriggersForResourePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_triggers_for_resourceplan in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMCreatePoolResponse create_wm_pool(WMCreatePoolRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_wm_pool in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMAlterPoolResponse alter_wm_pool(WMAlterPoolRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
alter_wm_pool in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMDropPoolResponse drop_wm_pool(WMDropPoolRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_wm_pool in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMCreateOrUpdateMappingResponse create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_or_update_wm_mapping in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMDropMappingResponse drop_wm_mapping(WMDropMappingRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_wm_mapping in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic WMCreateOrDropTriggerToPoolMappingResponse create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
create_or_drop_wm_trigger_to_pool_mapping in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void create_ischema(ISchema schema) throws AlreadyExistsException, NoSuchObjectException, MetaException, org.apache.thrift.TException
create_ischema in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void alter_ischema(AlterISchemaRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
alter_ischema in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic ISchema get_ischema(ISchemaName name) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_ischema in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void drop_ischema(ISchemaName name) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
drop_ischema in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void add_schema_version(SchemaVersion schemaVersion) throws AlreadyExistsException, NoSuchObjectException, MetaException, org.apache.thrift.TException
add_schema_version in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic SchemaVersion get_schema_version(SchemaVersionDescriptor schemaVersion) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_schema_version in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic SchemaVersion get_schema_latest_version(ISchemaName schemaName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_schema_latest_version in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic List<SchemaVersion> get_schema_all_versions(ISchemaName schemaName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_schema_all_versions in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void drop_schema_version(SchemaVersionDescriptor schemaVersion) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
drop_schema_version in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic FindSchemasByColsResp get_schemas_by_cols(FindSchemasByColsRqst rqst) throws MetaException, org.apache.thrift.TException
get_schemas_by_cols in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void map_schema_version_to_serde(MapSchemaVersionToSerdeRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
map_schema_version_to_serde in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void set_schema_version_state(SetSchemaVersionStateRequest rqst) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
set_schema_version_state in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void add_serde(SerDeInfo serde) throws AlreadyExistsException, MetaException, org.apache.thrift.TException
add_serde in interface ThriftHiveMetastore.IfaceAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionpublic SerDeInfo get_serde(GetSerdeRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
get_serde in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic LockResponse get_lock_materialization_rebuild(String dbName, String tableName, long txnId) throws org.apache.thrift.TException
get_lock_materialization_rebuild in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic boolean heartbeat_lock_materialization_rebuild(String dbName, String tableName, long txnId) throws org.apache.thrift.TException
heartbeat_lock_materialization_rebuild in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic void add_runtime_stats(RuntimeStat stat) throws MetaException, org.apache.thrift.TException
add_runtime_stats in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<RuntimeStat> get_runtime_stats(GetRuntimeStatsRequest rqst) throws MetaException, org.apache.thrift.TException
get_runtime_stats in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GetPartitionsResponse get_partitions_with_specs(GetPartitionsRequest request) throws MetaException, org.apache.thrift.TException
get_partitions_with_specs in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic ScheduledQueryPollResponse scheduled_query_poll(ScheduledQueryPollRequest request) throws MetaException, org.apache.thrift.TException
scheduled_query_poll in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) throws MetaException, NoSuchObjectException, AlreadyExistsException, InvalidInputException, org.apache.thrift.TException
scheduled_query_maintenance in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionAlreadyExistsExceptionInvalidInputExceptionorg.apache.thrift.TExceptionpublic void scheduled_query_progress(ScheduledQueryProgressInfo info) throws MetaException, InvalidOperationException, org.apache.thrift.TException
scheduled_query_progress in interface ThriftHiveMetastore.IfaceMetaExceptionInvalidOperationExceptionorg.apache.thrift.TExceptionpublic ScheduledQuery get_scheduled_query(ScheduledQueryKey scheduleKey) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
get_scheduled_query in interface ThriftHiveMetastore.IfaceMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionpublic void add_replication_metrics(ReplicationMetricList replicationMetricList) throws MetaException, org.apache.thrift.TException
add_replication_metrics in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic ReplicationMetricList get_replication_metrics(GetReplicationMetricsRequest rqst) throws MetaException, org.apache.thrift.TException
get_replication_metrics in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic GetOpenTxnsResponse get_open_txns_req(GetOpenTxnsRequest getOpenTxnsRequest) throws org.apache.thrift.TException
get_open_txns_req in interface ThriftHiveMetastore.Ifaceorg.apache.thrift.TExceptionpublic void create_stored_procedure(StoredProcedure proc) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
create_stored_procedure in interface ThriftHiveMetastore.IfaceNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionpublic StoredProcedure get_stored_procedure(StoredProcedureRequest request) throws MetaException, org.apache.thrift.TException
get_stored_procedure in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void drop_stored_procedure(StoredProcedureRequest request) throws MetaException, org.apache.thrift.TException
drop_stored_procedure in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_all_stored_procedures(ListStoredProcedureRequest request) throws MetaException, org.apache.thrift.TException
get_all_stored_procedures in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic Package find_package(GetPackageRequest request) throws MetaException, org.apache.thrift.TException
find_package in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void add_package(AddPackageRequest request) throws MetaException, org.apache.thrift.TException
add_package in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic List<String> get_all_packages(ListPackageRequest request) throws MetaException, org.apache.thrift.TException
get_all_packages in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic void drop_package(DropPackageRequest request) throws MetaException, org.apache.thrift.TException
drop_package in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionpublic String getName() throws org.apache.thrift.TException
getName in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic String getVersion() throws org.apache.thrift.TException
getVersion in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic com.facebook.fb303.fb_status getStatus()
throws org.apache.thrift.TException
getStatus in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic String getStatusDetails() throws org.apache.thrift.TException
getStatusDetails in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic Map<String,Long> getCounters() throws org.apache.thrift.TException
getCounters in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic long getCounter(String s) throws org.apache.thrift.TException
getCounter in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic void setOption(String s, String s1) throws org.apache.thrift.TException
setOption in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic String getOption(String s) throws org.apache.thrift.TException
getOption in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic Map<String,String> getOptions() throws org.apache.thrift.TException
getOptions in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic String getCpuProfile(int i) throws org.apache.thrift.TException
getCpuProfile in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic long aliveSince()
throws org.apache.thrift.TException
aliveSince in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic void reinitialize()
throws org.apache.thrift.TException
reinitialize in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic void shutdown()
throws org.apache.thrift.TException
shutdown in interface com.facebook.fb303.FacebookService.Ifaceorg.apache.thrift.TExceptionpublic List<WriteEventInfo> get_all_write_event_info(GetAllWriteEventInfoRequest request) throws MetaException, org.apache.thrift.TException
get_all_write_event_info in interface ThriftHiveMetastore.IfaceMetaExceptionorg.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.