@InterfaceAudience.Public
@InterfaceStability.Stable
public static interface ThriftHiveMetastore.Iface
extends com.facebook.fb303.FacebookService.Iface
AbortCompactResponse abort_Compactions(AbortCompactionRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionString getMetaConf(String key) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid setMetaConf(String key, String value) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid create_catalog(CreateCatalogRequest catalog) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid alter_catalog(AlterCatalogRequest rqst) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionGetCatalogResponse get_catalog(GetCatalogRequest catName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionGetCatalogsResponse get_catalogs() throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid drop_catalog(DropCatalogRequest catName) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid create_database(Database database) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionDatabase get_database(String name) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionDatabase get_database_req(GetDatabaseRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid drop_database(String name, boolean deleteData, boolean cascade) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid drop_database_req(DropDatabaseRequest req) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionList<String> get_databases(String pattern) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> get_all_databases() throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid alter_database(String dbname, Database db) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid create_dataconnector(DataConnector connector) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionDataConnector get_dataconnector_req(GetDataConnectorRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid drop_dataconnector(String name, boolean ifNotExists, boolean checkReferences) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionList<String> get_dataconnectors() throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid alter_dataconnector(String name, DataConnector connector) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionType get_type(String name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionboolean create_type(Type type) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionboolean drop_type(String type) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionMap<String,Type> get_type_all(String name) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<FieldSchema> get_fields(String db_name, String table_name) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionList<FieldSchema> get_fields_with_environment_context(String db_name, String table_name, EnvironmentContext environment_context) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionGetFieldsResponse get_fields_req(GetFieldsRequest req) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionList<FieldSchema> get_schema(String db_name, String table_name) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionList<FieldSchema> get_schema_with_environment_context(String db_name, String table_name, EnvironmentContext environment_context) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionGetSchemaResponse get_schema_req(GetSchemaRequest req) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TExceptionvoid create_table(Table tbl) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid create_table_with_environment_context(Table tbl, EnvironmentContext environment_context) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid 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
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid create_table_req(CreateTableRequest request) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid drop_constraint(DropConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_primary_key(AddPrimaryKeyRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_foreign_key(AddForeignKeyRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_unique_constraint(AddUniqueConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_not_null_constraint(AddNotNullConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_default_constraint(AddDefaultConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_check_constraint(AddCheckConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionTable translate_table_dryrun(CreateTableRequest request) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid drop_table(String dbname, String name, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid drop_table_with_environment_context(String dbname, String name, boolean deleteData, EnvironmentContext environment_context) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid truncate_table(String dbName, String tableName, List<String> partNames) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionTruncateTableResponse truncate_table_req(TruncateTableRequest req) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> get_tables(String db_name, String pattern) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> get_tables_by_type(String db_name, String pattern, String tableType) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<Table> get_all_materialized_view_objects_for_rewriting() throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> get_materialized_views_for_rewriting(String db_name) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<TableMeta> get_table_meta(String db_patterns, String tbl_patterns, List<String> tbl_types) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> get_all_tables(String db_name) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionTable get_table(String dbname, String tbl_name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<Table> get_table_objects_by_name(String dbname, List<String> tbl_names) throws org.apache.thrift.TException
org.apache.thrift.TExceptionList<ExtendedTableInfo> get_tables_ext(GetTablesExtRequest req) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGetTableResult get_table_req(GetTableRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionGetTablesResult get_table_objects_by_name_req(GetTablesRequest req) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionMaterialization get_materialization_invalidation_info(CreationMetadata creation_metadata, String validTxnList) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionvoid update_creation_metadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionList<String> get_table_names_by_filter(String dbname, String filter, short max_tables) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionvoid alter_table(String dbname, String tbl_name, Table new_tbl) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid alter_table_with_environment_context(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid alter_table_with_cascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionAlterTableResponse alter_table_req(AlterTableRequest req) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionPartition add_partition(Partition new_part) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionPartition add_partition_with_environment_context(Partition new_part, EnvironmentContext environment_context) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionint add_partitions(List<Partition> new_parts) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionint add_partitions_pspec(List<PartitionSpec> new_parts) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionPartition append_partition(String db_name, String tbl_name, List<String> part_vals) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionAddPartitionsResult add_partitions_req(AddPartitionsRequest request) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionPartition 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
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionPartition append_partition_by_name(String db_name, String tbl_name, String part_name) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionPartition 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
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionboolean drop_partition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionboolean 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
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionboolean drop_partition_by_name(String db_name, String tbl_name, String part_name, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionboolean 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
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionDropPartitionsResult drop_partitions_req(DropPartitionsRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionPartition get_partition(String db_name, String tbl_name, List<String> part_vals) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionGetPartitionResponse get_partition_req(GetPartitionRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionPartition 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
MetaExceptionNoSuchObjectExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TExceptionList<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
MetaExceptionNoSuchObjectExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TExceptionPartition 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
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionPartition get_partition_by_name(String db_name, String tbl_name, String part_name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<Partition> get_partitions(String db_name, String tbl_name, short max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionPartitionsResponse get_partitions_req(PartitionsRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionList<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
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionList<PartitionSpec> get_partitions_pspec(String db_name, String tbl_name, int max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionList<String> get_partition_names(String db_name, String tbl_name, short max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionPartitionValuesResponse get_partition_values(PartitionValuesRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<Partition> get_partitions_ps(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<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
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionGetPartitionsPsWithAuthResponse get_partitions_ps_with_auth_req(GetPartitionsPsWithAuthRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<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
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionGetPartitionNamesPsResponse get_partition_names_ps_req(GetPartitionNamesPsRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<String> get_partition_names_req(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<Partition> get_partitions_by_filter(String db_name, String tbl_name, String filter, short max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<Partition> get_partitions_by_filter_req(GetPartitionsByFilterRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<PartitionSpec> get_part_specs_by_filter(String db_name, String tbl_name, String filter, int max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionPartitionsByExprResult get_partitions_by_expr(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionPartitionsSpecByExprResult get_partitions_spec_by_expr(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionint get_num_partitions_by_filter(String db_name, String tbl_name, String filter) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<Partition> get_partitions_by_names(String db_name, String tbl_name, List<String> names) throws MetaException, NoSuchObjectException, InvalidObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionInvalidObjectExceptionorg.apache.thrift.TExceptionGetPartitionsByNamesResult get_partitions_by_names_req(GetPartitionsByNamesRequest req) throws MetaException, NoSuchObjectException, InvalidObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionInvalidObjectExceptionorg.apache.thrift.TExceptionPropertyGetResponse get_properties(PropertyGetRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionboolean set_properties(PropertySetRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid alter_partition(String db_name, String tbl_name, Partition new_part) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid alter_partitions(String db_name, String tbl_name, List<Partition> new_parts) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid 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
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionAlterPartitionsResponse alter_partitions_req(AlterPartitionsRequest req) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid alter_partition_with_environment_context(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid rename_partition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionRenamePartitionResponse rename_partition_req(RenamePartitionRequest req) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionboolean partition_name_has_valid_characters(List<String> part_vals, boolean throw_exception) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionString get_config_value(String name, String defaultValue) throws ConfigValSecurityException, org.apache.thrift.TException
ConfigValSecurityExceptionorg.apache.thrift.TExceptionList<String> partition_name_to_vals(String part_name) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionMap<String,String> partition_name_to_spec(String part_name) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid 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
MetaExceptionNoSuchObjectExceptionUnknownDBExceptionUnknownTableExceptionUnknownPartitionExceptionInvalidPartitionExceptionorg.apache.thrift.TExceptionboolean 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
MetaExceptionNoSuchObjectExceptionUnknownDBExceptionUnknownTableExceptionUnknownPartitionExceptionInvalidPartitionExceptionorg.apache.thrift.TExceptionPrimaryKeysResponse get_primary_keys(PrimaryKeysRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionForeignKeysResponse get_foreign_keys(ForeignKeysRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionUniqueConstraintsResponse get_unique_constraints(UniqueConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionNotNullConstraintsResponse get_not_null_constraints(NotNullConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionDefaultConstraintsResponse get_default_constraints(DefaultConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionCheckConstraintsResponse get_check_constraints(CheckConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionAllTableConstraintsResponse get_all_table_constraints(AllTableConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionboolean update_table_column_statistics(ColumnStatistics stats_obj) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionboolean update_partition_column_statistics(ColumnStatistics stats_obj) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionSetPartitionsStatsResponse update_table_column_statistics_req(SetPartitionsStatsRequest req) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionSetPartitionsStatsResponse update_partition_column_statistics_req(SetPartitionsStatsRequest req) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionvoid update_transaction_statistics(UpdateTransactionalStatsRequest req) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionColumnStatistics get_table_column_statistics(String db_name, String tbl_name, String col_name) throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionInvalidInputExceptionInvalidObjectExceptionorg.apache.thrift.TExceptionColumnStatistics 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
NoSuchObjectExceptionMetaExceptionInvalidInputExceptionInvalidObjectExceptionorg.apache.thrift.TExceptionTableStatsResult get_table_statistics_req(TableStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionPartitionsStatsResult get_partitions_statistics_req(PartitionsStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionAggrStats get_aggr_stats_for(PartitionsStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionboolean set_aggr_stats_for(SetPartitionsStatsRequest request) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TExceptionboolean 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
NoSuchObjectExceptionMetaExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TExceptionboolean delete_table_column_statistics(String db_name, String tbl_name, String col_name, String engine) throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TExceptionvoid create_function(Function func) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid drop_function(String dbName, String funcName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid alter_function(String dbName, String funcName, Function newFunc) throws InvalidOperationException, MetaException, org.apache.thrift.TException
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionList<String> get_functions(String dbName, String pattern) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionFunction get_function(String dbName, String funcName) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionGetAllFunctionsResponse get_all_functions() throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionboolean create_role(Role role) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionboolean drop_role(String role_name) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> get_role_names() throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionboolean grant_role(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionboolean revoke_role(String role_name, String principal_name, PrincipalType principal_type) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<Role> list_roles(String principal_name, PrincipalType principal_type) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGrantRevokeRoleResponse grant_revoke_role(GrantRevokeRoleRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGetPrincipalsInRoleResponse get_principals_in_role(GetPrincipalsInRoleRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGetRoleGrantsForPrincipalResponse get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionPrincipalPrivilegeSet get_privilege_set(HiveObjectRef hiveObject, String user_name, List<String> group_names) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<HiveObjectPrivilege> list_privileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionboolean grant_privileges(PrivilegeBag privileges) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionboolean revoke_privileges(PrivilegeBag privileges) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGrantRevokePrivilegeResponse grant_revoke_privileges(GrantRevokePrivilegeRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGrantRevokePrivilegeResponse refresh_privileges(HiveObjectRef objToRefresh, String authorizer, GrantRevokePrivilegeRequest grantRequest) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> set_ugi(String user_name, List<String> group_names) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionString get_delegation_token(String token_owner, String renewer_kerberos_principal_name) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionlong renew_delegation_token(String token_str_form) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid cancel_delegation_token(String token_str_form) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionboolean add_token(String token_identifier, String delegation_token) throws org.apache.thrift.TException
org.apache.thrift.TExceptionboolean remove_token(String token_identifier) throws org.apache.thrift.TException
org.apache.thrift.TExceptionString get_token(String token_identifier) throws org.apache.thrift.TException
org.apache.thrift.TExceptionList<String> get_all_token_identifiers() throws org.apache.thrift.TException
org.apache.thrift.TExceptionint add_master_key(String key) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid update_master_key(int seq_number,
String key)
throws NoSuchObjectException,
MetaException,
org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionboolean remove_master_key(int key_seq)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionList<String> get_master_keys() throws org.apache.thrift.TException
org.apache.thrift.TExceptionGetOpenTxnsResponse get_open_txns() throws org.apache.thrift.TException
org.apache.thrift.TExceptionGetOpenTxnsInfoResponse get_open_txns_info() throws org.apache.thrift.TException
org.apache.thrift.TExceptionOpenTxnsResponse open_txns(OpenTxnRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid abort_txn(AbortTxnRequest rqst) throws NoSuchTxnException, org.apache.thrift.TException
NoSuchTxnExceptionorg.apache.thrift.TExceptionvoid abort_txns(AbortTxnsRequest rqst) throws NoSuchTxnException, org.apache.thrift.TException
NoSuchTxnExceptionorg.apache.thrift.TExceptionvoid commit_txn(CommitTxnRequest rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TExceptionlong get_latest_txnid_in_conflict(long txnId)
throws MetaException,
org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid repl_tbl_writeid_state(ReplTblWriteIdStateRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionGetValidWriteIdsResponse get_valid_write_ids(GetValidWriteIdsRequest rqst) throws NoSuchTxnException, MetaException, org.apache.thrift.TException
NoSuchTxnExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_write_ids_to_min_history(long txnId,
Map<String,Long> writeIds)
throws MetaException,
org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionAllocateTableWriteIdsResponse allocate_table_write_ids(AllocateTableWriteIdsRequest rqst) throws NoSuchTxnException, TxnAbortedException, MetaException, org.apache.thrift.TException
NoSuchTxnExceptionTxnAbortedExceptionMetaExceptionorg.apache.thrift.TExceptionMaxAllocatedTableWriteIdResponse get_max_allocated_table_write_id(MaxAllocatedTableWriteIdRequest rqst) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid seed_write_id(SeedTableWriteIdsRequest rqst) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid seed_txn_id(SeedTxnIdRequest rqst) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionLockResponse lock(LockRequest rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TExceptionLockResponse check_lock(CheckLockRequest rqst) throws NoSuchTxnException, TxnAbortedException, NoSuchLockException, org.apache.thrift.TException
NoSuchTxnExceptionTxnAbortedExceptionNoSuchLockExceptionorg.apache.thrift.TExceptionvoid unlock(UnlockRequest rqst) throws NoSuchLockException, TxnOpenException, org.apache.thrift.TException
NoSuchLockExceptionTxnOpenExceptionorg.apache.thrift.TExceptionShowLocksResponse show_locks(ShowLocksRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid heartbeat(HeartbeatRequest ids) throws NoSuchLockException, NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
NoSuchLockExceptionNoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TExceptionHeartbeatTxnRangeResponse heartbeat_txn_range(HeartbeatTxnRangeRequest txns) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid compact(CompactionRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionCompactionResponse compact2(CompactionRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionShowCompactResponse show_compact(ShowCompactRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionboolean submit_for_cleanup(CompactionRequest o1, long o2, long o3) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid add_dynamic_partitions(AddDynamicPartitions rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TExceptionOptionalCompactionInfoStruct find_next_compact(String workerId) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionOptionalCompactionInfoStruct find_next_compact2(FindNextCompactRequest rqst) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid update_compactor_state(CompactionInfoStruct cr, long txn_id) throws org.apache.thrift.TException
org.apache.thrift.TExceptionList<String> find_columns_with_stats(CompactionInfoStruct cr) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid mark_cleaned(CompactionInfoStruct cr) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid mark_compacted(CompactionInfoStruct cr) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid mark_failed(CompactionInfoStruct cr) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid mark_refused(CompactionInfoStruct cr) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionboolean update_compaction_metrics_data(CompactionMetricsDataStruct data) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid remove_compaction_metrics_data(CompactionMetricsDataRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid set_hadoop_jobid(String jobId, long cq_id) throws org.apache.thrift.TException
org.apache.thrift.TExceptionGetLatestCommittedCompactionInfoResponse get_latest_committed_compaction_info(GetLatestCommittedCompactionInfoRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionNotificationEventResponse get_next_notification(NotificationEventRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionCurrentNotificationEventId get_current_notificationEventId() throws org.apache.thrift.TException
org.apache.thrift.TExceptionNotificationEventsCountResponse get_notification_events_count(NotificationEventsCountRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionFireEventResponse fire_listener_event(FireEventRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid flushCache()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionWriteNotificationLogResponse add_write_notification_log(WriteNotificationLogRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionWriteNotificationLogBatchResponse add_write_notification_log_in_batch(WriteNotificationLogBatchRequest rqst) throws org.apache.thrift.TException
org.apache.thrift.TExceptionCmRecycleResponse cm_recycle(CmRecycleRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGetFileMetadataByExprResult get_file_metadata_by_expr(GetFileMetadataByExprRequest req) throws org.apache.thrift.TException
org.apache.thrift.TExceptionGetFileMetadataResult get_file_metadata(GetFileMetadataRequest req) throws org.apache.thrift.TException
org.apache.thrift.TExceptionPutFileMetadataResult put_file_metadata(PutFileMetadataRequest req) throws org.apache.thrift.TException
org.apache.thrift.TExceptionClearFileMetadataResult clear_file_metadata(ClearFileMetadataRequest req) throws org.apache.thrift.TException
org.apache.thrift.TExceptionCacheFileMetadataResult cache_file_metadata(CacheFileMetadataRequest req) throws org.apache.thrift.TException
org.apache.thrift.TExceptionString get_metastore_db_uuid() throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionWMCreateResourcePlanResponse create_resource_plan(WMCreateResourcePlanRequest request) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMGetResourcePlanResponse get_resource_plan(WMGetResourcePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMGetActiveResourcePlanResponse get_active_resource_plan(WMGetActiveResourcePlanRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionWMGetAllResourcePlanResponse get_all_resource_plans(WMGetAllResourcePlanRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionWMAlterResourcePlanResponse alter_resource_plan(WMAlterResourcePlanRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionWMValidateResourcePlanResponse validate_resource_plan(WMValidateResourcePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMDropResourcePlanResponse drop_resource_plan(WMDropResourcePlanRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionWMCreateTriggerResponse create_wm_trigger(WMCreateTriggerRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMAlterTriggerResponse alter_wm_trigger(WMAlterTriggerRequest request) throws NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMDropTriggerResponse drop_wm_trigger(WMDropTriggerRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionWMGetTriggersForResourePlanResponse get_triggers_for_resourceplan(WMGetTriggersForResourePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMCreatePoolResponse create_wm_pool(WMCreatePoolRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMAlterPoolResponse alter_wm_pool(WMAlterPoolRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMDropPoolResponse drop_wm_pool(WMDropPoolRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionWMCreateOrUpdateMappingResponse create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionWMDropMappingResponse drop_wm_mapping(WMDropMappingRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionWMCreateOrDropTriggerToPoolMappingResponse create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid create_ischema(ISchema schema) throws AlreadyExistsException, NoSuchObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid alter_ischema(AlterISchemaRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionISchema get_ischema(ISchemaName name) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid drop_ischema(ISchemaName name) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_schema_version(SchemaVersion schemaVersion) throws AlreadyExistsException, NoSuchObjectException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionSchemaVersion get_schema_version(SchemaVersionDescriptor schemaVersion) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionSchemaVersion get_schema_latest_version(ISchemaName schemaName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionList<SchemaVersion> get_schema_all_versions(ISchemaName schemaName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid drop_schema_version(SchemaVersionDescriptor schemaVersion) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionFindSchemasByColsResp get_schemas_by_cols(FindSchemasByColsRqst rqst) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid map_schema_version_to_serde(MapSchemaVersionToSerdeRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionvoid set_schema_version_state(SetSchemaVersionStateRequest rqst) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionvoid add_serde(SerDeInfo serde) throws AlreadyExistsException, MetaException, org.apache.thrift.TException
AlreadyExistsExceptionMetaExceptionorg.apache.thrift.TExceptionSerDeInfo get_serde(GetSerdeRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionLockResponse get_lock_materialization_rebuild(String dbName, String tableName, long txnId) throws org.apache.thrift.TException
org.apache.thrift.TExceptionboolean heartbeat_lock_materialization_rebuild(String dbName, String tableName, long txnId) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid add_runtime_stats(RuntimeStat stat) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<RuntimeStat> get_runtime_stats(GetRuntimeStatsRequest rqst) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGetPartitionsResponse get_partitions_with_specs(GetPartitionsRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionScheduledQueryPollResponse scheduled_query_poll(ScheduledQueryPollRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) throws MetaException, NoSuchObjectException, AlreadyExistsException, InvalidInputException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionAlreadyExistsExceptionInvalidInputExceptionorg.apache.thrift.TExceptionvoid scheduled_query_progress(ScheduledQueryProgressInfo info) throws MetaException, InvalidOperationException, org.apache.thrift.TException
MetaExceptionInvalidOperationExceptionorg.apache.thrift.TExceptionScheduledQuery get_scheduled_query(ScheduledQueryKey scheduleKey) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid add_replication_metrics(ReplicationMetricList replicationMetricList) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionReplicationMetricList get_replication_metrics(GetReplicationMetricsRequest rqst) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionGetOpenTxnsResponse get_open_txns_req(GetOpenTxnsRequest getOpenTxnsRequest) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid create_stored_procedure(StoredProcedure proc) throws NoSuchObjectException, MetaException, org.apache.thrift.TException
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionStoredProcedure get_stored_procedure(StoredProcedureRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid drop_stored_procedure(StoredProcedureRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> get_all_stored_procedures(ListStoredProcedureRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionPackage find_package(GetPackageRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionvoid add_package(AddPackageRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<String> get_all_packages(ListPackageRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionvoid drop_package(DropPackageRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionList<WriteEventInfo> get_all_write_event_info(GetAllWriteEventInfoRequest request) throws MetaException, org.apache.thrift.TException
MetaExceptionorg.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.