Uses of Class
io.trino.hive.thrift.metastore.InvalidOperationException
-
Uses of InvalidOperationException in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return InvalidOperationExceptionModifier and TypeMethodDescriptionInvalidOperationException.deepCopy()ThriftHiveMetastore.alter_function_result.getO1()ThriftHiveMetastore.alter_partition_result.getO1()ThriftHiveMetastore.alter_partition_with_environment_context_result.getO1()ThriftHiveMetastore.alter_partitions_req_result.getO1()ThriftHiveMetastore.alter_partitions_result.getO1()ThriftHiveMetastore.alter_partitions_with_environment_context_result.getO1()ThriftHiveMetastore.alter_table_req_result.getO1()ThriftHiveMetastore.alter_table_result.getO1()ThriftHiveMetastore.alter_table_with_cascade_result.getO1()ThriftHiveMetastore.alter_table_with_environment_context_result.getO1()ThriftHiveMetastore.rename_partition_result.getO1()ThriftHiveMetastore.alter_catalog_result.getO2()ThriftHiveMetastore.alter_resource_plan_result.getO2()ThriftHiveMetastore.drop_catalog_result.getO2()ThriftHiveMetastore.drop_database_result.getO2()ThriftHiveMetastore.drop_ischema_result.getO2()ThriftHiveMetastore.drop_resource_plan_result.getO2()ThriftHiveMetastore.drop_wm_mapping_result.getO2()ThriftHiveMetastore.drop_wm_pool_result.getO2()ThriftHiveMetastore.drop_wm_trigger_result.getO2()ThriftHiveMetastore.get_materialization_invalidation_info_result.getO2()ThriftHiveMetastore.get_table_names_by_filter_result.getO2()ThriftHiveMetastore.get_table_objects_by_name_req_result.getO2()ThriftHiveMetastore.set_schema_version_state_result.getO2()ThriftHiveMetastore.update_creation_metadata_result.getO2()InvalidOperationException.setMessage(String message) Methods in io.trino.hive.thrift.metastore with parameters of type InvalidOperationExceptionModifier and TypeMethodDescriptionintInvalidOperationException.compareTo(InvalidOperationException other) booleanInvalidOperationException.equals(InvalidOperationException that) ThriftHiveMetastore.alter_function_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_partition_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_partition_with_environment_context_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_partitions_req_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_partitions_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_partitions_with_environment_context_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_table_req_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_table_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_table_with_cascade_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_table_with_environment_context_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.rename_partition_result.setO1(InvalidOperationException o1) ThriftHiveMetastore.alter_catalog_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.alter_resource_plan_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.drop_catalog_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.drop_database_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.drop_ischema_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.drop_resource_plan_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.drop_wm_mapping_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.drop_wm_pool_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.drop_wm_trigger_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.get_materialization_invalidation_info_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.get_table_names_by_filter_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.get_table_objects_by_name_req_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.set_schema_version_state_result.setO2(InvalidOperationException o2) ThriftHiveMetastore.update_creation_metadata_result.setO2(InvalidOperationException o2) Methods in io.trino.hive.thrift.metastore that throw InvalidOperationExceptionModifier and TypeMethodDescriptionvoidThriftHiveMetastore.Client.alterCatalog(AlterCatalogRequest rqst) voidThriftHiveMetastore.Iface.alterCatalog(AlterCatalogRequest rqst) voidThriftHiveMetastore.Client.alterFunction(String dbName, String funcName, Function newFunc) voidThriftHiveMetastore.Iface.alterFunction(String dbName, String funcName, Function newFunc) voidThriftHiveMetastore.Client.alterPartition(String db_name, String tbl_name, Partition new_part) voidThriftHiveMetastore.Iface.alterPartition(String db_name, String tbl_name, Partition new_part) voidThriftHiveMetastore.Client.alterPartitions(String db_name, String tbl_name, List<Partition> new_parts) voidThriftHiveMetastore.Iface.alterPartitions(String db_name, String tbl_name, List<Partition> new_parts) ThriftHiveMetastore.Client.alterPartitionsReq(AlterPartitionsRequest req) ThriftHiveMetastore.Iface.alterPartitionsReq(AlterPartitionsRequest req) voidThriftHiveMetastore.Client.alterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) voidThriftHiveMetastore.Iface.alterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) voidThriftHiveMetastore.Client.alterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) voidThriftHiveMetastore.Iface.alterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) ThriftHiveMetastore.Client.alterResourcePlan(WMAlterResourcePlanRequest request) ThriftHiveMetastore.Iface.alterResourcePlan(WMAlterResourcePlanRequest request) voidThriftHiveMetastore.Client.alterTable(String dbname, String tbl_name, Table new_tbl) voidThriftHiveMetastore.Iface.alterTable(String dbname, String tbl_name, Table new_tbl) ThriftHiveMetastore.Client.alterTableReq(AlterTableRequest req) ThriftHiveMetastore.Iface.alterTableReq(AlterTableRequest req) voidThriftHiveMetastore.Client.alterTableWithCascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) voidThriftHiveMetastore.Iface.alterTableWithCascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) voidThriftHiveMetastore.Client.alterTableWithEnvironmentContext(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) voidThriftHiveMetastore.Iface.alterTableWithEnvironmentContext(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) voidThriftHiveMetastore.Client.dropCatalog(DropCatalogRequest catName) voidThriftHiveMetastore.Iface.dropCatalog(DropCatalogRequest catName) voidThriftHiveMetastore.Client.dropDatabase(String name, boolean deleteData, boolean cascade) voidThriftHiveMetastore.Iface.dropDatabase(String name, boolean deleteData, boolean cascade) voidThriftHiveMetastore.Client.dropIschema(ISchemaName name) voidThriftHiveMetastore.Iface.dropIschema(ISchemaName name) ThriftHiveMetastore.Client.dropResourcePlan(WMDropResourcePlanRequest request) ThriftHiveMetastore.Iface.dropResourcePlan(WMDropResourcePlanRequest request) ThriftHiveMetastore.Client.dropWmMapping(WMDropMappingRequest request) ThriftHiveMetastore.Iface.dropWmMapping(WMDropMappingRequest request) ThriftHiveMetastore.Client.dropWmPool(WMDropPoolRequest request) ThriftHiveMetastore.Iface.dropWmPool(WMDropPoolRequest request) ThriftHiveMetastore.Client.dropWmTrigger(WMDropTriggerRequest request) ThriftHiveMetastore.Iface.dropWmTrigger(WMDropTriggerRequest request) ThriftHiveMetastore.Client.getMaterializationInvalidationInfo(CreationMetadata creation_metadata, String validTxnList) ThriftHiveMetastore.Iface.getMaterializationInvalidationInfo(CreationMetadata creation_metadata, String validTxnList) ThriftHiveMetastore.AsyncClient.alter_catalog_call.getResult()ThriftHiveMetastore.AsyncClient.alter_function_call.getResult()ThriftHiveMetastore.AsyncClient.alter_partition_call.getResult()ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.alter_partitions_call.getResult()ThriftHiveMetastore.AsyncClient.alter_partitions_req_call.getResult()ThriftHiveMetastore.AsyncClient.alter_partitions_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.alter_resource_plan_call.getResult()ThriftHiveMetastore.AsyncClient.alter_table_call.getResult()ThriftHiveMetastore.AsyncClient.alter_table_req_call.getResult()ThriftHiveMetastore.AsyncClient.alter_table_with_cascade_call.getResult()ThriftHiveMetastore.AsyncClient.alter_table_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.drop_catalog_call.getResult()ThriftHiveMetastore.AsyncClient.drop_database_call.getResult()ThriftHiveMetastore.AsyncClient.drop_ischema_call.getResult()ThriftHiveMetastore.AsyncClient.drop_resource_plan_call.getResult()ThriftHiveMetastore.AsyncClient.drop_wm_mapping_call.getResult()ThriftHiveMetastore.AsyncClient.drop_wm_pool_call.getResult()ThriftHiveMetastore.AsyncClient.drop_wm_trigger_call.getResult()ThriftHiveMetastore.AsyncClient.get_materialization_invalidation_info_call.getResult()ThriftHiveMetastore.AsyncClient.get_table_names_by_filter_call.getResult()ThriftHiveMetastore.AsyncClient.get_table_objects_by_name_req_call.getResult()ThriftHiveMetastore.AsyncClient.rename_partition_call.getResult()ThriftHiveMetastore.AsyncClient.set_schema_version_state_call.getResult()ThriftHiveMetastore.AsyncClient.update_creation_metadata_call.getResult()ThriftHiveMetastore.Client.getTableNamesByFilter(String dbname, String filter, short max_tables) ThriftHiveMetastore.Iface.getTableNamesByFilter(String dbname, String filter, short max_tables) ThriftHiveMetastore.Client.getTableObjectsByNameReq(GetTablesRequest req) ThriftHiveMetastore.Iface.getTableObjectsByNameReq(GetTablesRequest req) voidThriftHiveMetastore.Client.recvAlterCatalog()voidThriftHiveMetastore.Client.recvAlterFunction()voidThriftHiveMetastore.Client.recvAlterPartition()voidThriftHiveMetastore.Client.recvAlterPartitions()ThriftHiveMetastore.Client.recvAlterPartitionsReq()voidThriftHiveMetastore.Client.recvAlterPartitionsWithEnvironmentContext()voidThriftHiveMetastore.Client.recvAlterPartitionWithEnvironmentContext()ThriftHiveMetastore.Client.recvAlterResourcePlan()voidThriftHiveMetastore.Client.recvAlterTable()ThriftHiveMetastore.Client.recvAlterTableReq()voidThriftHiveMetastore.Client.recvAlterTableWithCascade()voidThriftHiveMetastore.Client.recvAlterTableWithEnvironmentContext()voidThriftHiveMetastore.Client.recvDropCatalog()voidThriftHiveMetastore.Client.recvDropDatabase()voidThriftHiveMetastore.Client.recvDropIschema()ThriftHiveMetastore.Client.recvDropResourcePlan()ThriftHiveMetastore.Client.recvDropWmMapping()ThriftHiveMetastore.Client.recvDropWmPool()ThriftHiveMetastore.Client.recvDropWmTrigger()ThriftHiveMetastore.Client.recvGetMaterializationInvalidationInfo()ThriftHiveMetastore.Client.recvGetTableNamesByFilter()ThriftHiveMetastore.Client.recvGetTableObjectsByNameReq()voidThriftHiveMetastore.Client.recvRenamePartition()voidThriftHiveMetastore.Client.recvSetSchemaVersionState()voidThriftHiveMetastore.Client.recvUpdateCreationMetadata()voidThriftHiveMetastore.Client.renamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) voidThriftHiveMetastore.Iface.renamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) voidThriftHiveMetastore.Client.setSchemaVersionState(SetSchemaVersionStateRequest rqst) voidThriftHiveMetastore.Iface.setSchemaVersionState(SetSchemaVersionStateRequest rqst) voidThriftHiveMetastore.Client.updateCreationMetadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata) voidThriftHiveMetastore.Iface.updateCreationMetadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata) Constructors in io.trino.hive.thrift.metastore with parameters of type InvalidOperationExceptionModifierConstructorDescriptionalter_partitions_req_result(AlterPartitionsResponse success, InvalidOperationException o1, MetaException o2) alter_resource_plan_result(WMAlterResourcePlanResponse success, NoSuchObjectException o1, InvalidOperationException o2, MetaException o3) alter_table_req_result(AlterTableResponse success, InvalidOperationException o1, MetaException o2) drop_resource_plan_result(WMDropResourcePlanResponse success, NoSuchObjectException o1, InvalidOperationException o2, MetaException o3) drop_wm_mapping_result(WMDropMappingResponse success, NoSuchObjectException o1, InvalidOperationException o2, MetaException o3) drop_wm_pool_result(WMDropPoolResponse success, NoSuchObjectException o1, InvalidOperationException o2, MetaException o3) drop_wm_trigger_result(WMDropTriggerResponse success, NoSuchObjectException o1, InvalidOperationException o2, MetaException o3) get_materialization_invalidation_info_result(Materialization success, MetaException o1, InvalidOperationException o2, UnknownDBException o3) get_table_names_by_filter_result(List<String> success, MetaException o1, InvalidOperationException o2, UnknownDBException o3) get_table_objects_by_name_req_result(GetTablesResult success, MetaException o1, InvalidOperationException o2, UnknownDBException o3) Performs a deep copy on other.set_schema_version_state_result(NoSuchObjectException o1, InvalidOperationException o2, MetaException o3) update_creation_metadata_result(MetaException o1, InvalidOperationException o2, UnknownDBException o3)