Uses of Enum Class
io.trino.hive.thrift.metastore.CompactionType
-
Uses of CompactionType in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return CompactionTypeModifier and TypeMethodDescriptionstatic CompactionTypeCompactionType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.CompactionRequest.getType()ShowCompactResponseElement.getType()static CompactionTypeReturns the enum constant of this class with the specified name.static CompactionType[]CompactionType.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 CompactionTypeModifier and TypeMethodDescriptionCompactionRequest.setType(CompactionType type) ShowCompactResponseElement.setType(CompactionType type) Constructors in io.trino.hive.thrift.metastore with parameters of type CompactionTypeModifierConstructorDescriptionCompactionRequest(String dbname, String tablename, CompactionType type) ShowCompactResponseElement(String dbname, String tablename, CompactionType type, String state)