Uses of Class
io.trino.hive.thrift.metastore.InvalidPartitionException
-
Uses of InvalidPartitionException in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return InvalidPartitionExceptionModifier and TypeMethodDescriptionInvalidPartitionException.deepCopy()ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO6()ThriftHiveMetastore.markPartitionForEvent_result.getO6()InvalidPartitionException.setMessage(String message) Methods in io.trino.hive.thrift.metastore with parameters of type InvalidPartitionExceptionModifier and TypeMethodDescriptionintInvalidPartitionException.compareTo(InvalidPartitionException other) booleanInvalidPartitionException.equals(InvalidPartitionException that) ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO6(InvalidPartitionException o6) ThriftHiveMetastore.markPartitionForEvent_result.setO6(InvalidPartitionException o6) Methods in io.trino.hive.thrift.metastore that throw InvalidPartitionExceptionModifier 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 InvalidPartitionExceptionModifierConstructorDescriptionPerforms a deep copy on other.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)