Uses of Class
io.trino.hive.thrift.metastore.UnknownTableException
-
Uses of UnknownTableException in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return UnknownTableExceptionModifier and TypeMethodDescriptionUnknownTableException.deepCopy()ThriftHiveMetastore.get_fields_result.getO2()ThriftHiveMetastore.get_fields_with_environment_context_result.getO2()ThriftHiveMetastore.get_schema_result.getO2()ThriftHiveMetastore.get_schema_with_environment_context_result.getO2()ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO4()ThriftHiveMetastore.markPartitionForEvent_result.getO4()UnknownTableException.setMessage(String message) Methods in io.trino.hive.thrift.metastore with parameters of type UnknownTableExceptionModifier and TypeMethodDescriptionintUnknownTableException.compareTo(UnknownTableException other) booleanUnknownTableException.equals(UnknownTableException that) ThriftHiveMetastore.get_fields_result.setO2(UnknownTableException o2) ThriftHiveMetastore.get_fields_with_environment_context_result.setO2(UnknownTableException o2) ThriftHiveMetastore.get_schema_result.setO2(UnknownTableException o2) ThriftHiveMetastore.get_schema_with_environment_context_result.setO2(UnknownTableException o2) ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO4(UnknownTableException o4) ThriftHiveMetastore.markPartitionForEvent_result.setO4(UnknownTableException o4) Methods in io.trino.hive.thrift.metastore that throw UnknownTableExceptionModifier and TypeMethodDescriptionThriftHiveMetastore.Client.getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) ThriftHiveMetastore.Iface.getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) ThriftHiveMetastore.AsyncClient.get_fields_call.getResult()ThriftHiveMetastore.AsyncClient.get_fields_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.get_schema_call.getResult()ThriftHiveMetastore.AsyncClient.get_schema_with_environment_context_call.getResult()ThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent_call.getResult()ThriftHiveMetastore.AsyncClient.markPartitionForEvent_call.getResult()ThriftHiveMetastore.Client.getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) ThriftHiveMetastore.Iface.getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) booleanThriftHiveMetastore.Client.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) booleanThriftHiveMetastore.Iface.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) voidThriftHiveMetastore.Client.markPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) voidThriftHiveMetastore.Iface.markPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) ThriftHiveMetastore.Client.recvGetFields()ThriftHiveMetastore.Client.recvGetFieldsWithEnvironmentContext()ThriftHiveMetastore.Client.recvGetSchema()ThriftHiveMetastore.Client.recvGetSchemaWithEnvironmentContext()booleanThriftHiveMetastore.Client.recvIsPartitionMarkedForEvent()voidThriftHiveMetastore.Client.recvMarkPartitionForEvent()Constructors in io.trino.hive.thrift.metastore with parameters of type UnknownTableExceptionModifierConstructorDescriptionget_fields_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3) get_fields_with_environment_context_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3) get_schema_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3) get_schema_with_environment_context_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3) isPartitionMarkedForEvent_result(boolean success, MetaException o1, NoSuchObjectException o2, UnknownDBException o3, UnknownTableException o4, UnknownPartitionException o5, InvalidPartitionException o6) markPartitionForEvent_result(MetaException o1, NoSuchObjectException o2, UnknownDBException o3, UnknownTableException o4, UnknownPartitionException o5, InvalidPartitionException o6) Performs a deep copy on other.