Uses of Enum Class
io.trino.hive.thrift.metastore.PartitionEventType
-
Uses of PartitionEventType in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PartitionEventTypeModifier and TypeMethodDescriptionstatic PartitionEventTypePartitionEventType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.ThriftHiveMetastore.isPartitionMarkedForEvent_args.getEventType()ThriftHiveMetastore.markPartitionForEvent_args.getEventType()static PartitionEventTypeReturns the enum constant of this class with the specified name.static PartitionEventType[]PartitionEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.hive.thrift.metastore with parameters of type PartitionEventTypeModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) voidThriftHiveMetastore.AsyncIface.isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) 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.AsyncClient.markPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.markPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) 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) voidThriftHiveMetastore.Client.sendIsPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) voidThriftHiveMetastore.Client.sendMarkPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) ThriftHiveMetastore.isPartitionMarkedForEvent_args.setEventType(PartitionEventType eventType) ThriftHiveMetastore.markPartitionForEvent_args.setEventType(PartitionEventType eventType) Constructors in io.trino.hive.thrift.metastore with parameters of type PartitionEventTypeModifierConstructorDescriptionisPartitionMarkedForEvent_args(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) isPartitionMarkedForEvent_call(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) markPartitionForEvent_args(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) markPartitionForEvent_call(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)