Uses of Class
io.trino.hive.thrift.metastore.UnknownPartitionException
-
Uses of UnknownPartitionException in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return UnknownPartitionExceptionModifier and TypeMethodDescriptionUnknownPartitionException.deepCopy()ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO5()ThriftHiveMetastore.markPartitionForEvent_result.getO5()UnknownPartitionException.setMessage(String message) Methods in io.trino.hive.thrift.metastore with parameters of type UnknownPartitionExceptionModifier and TypeMethodDescriptionintUnknownPartitionException.compareTo(UnknownPartitionException other) booleanUnknownPartitionException.equals(UnknownPartitionException that) ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO5(UnknownPartitionException o5) ThriftHiveMetastore.markPartitionForEvent_result.setO5(UnknownPartitionException o5) Methods in io.trino.hive.thrift.metastore that throw UnknownPartitionExceptionModifier and TypeMethodDescriptionThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent_call.getResult()ThriftHiveMetastore.AsyncClient.markPartitionForEvent_call.getResult()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) booleanThriftHiveMetastore.Client.recvIsPartitionMarkedForEvent()voidThriftHiveMetastore.Client.recvMarkPartitionForEvent()Constructors in io.trino.hive.thrift.metastore with parameters of type UnknownPartitionExceptionModifierConstructorDescriptionisPartitionMarkedForEvent_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.