Uses of Enum Class
io.trino.plugin.hudi.model.HudiInstant.State
Packages that use HudiInstant.State
-
Uses of HudiInstant.State in io.trino.plugin.hudi.model
Methods in io.trino.plugin.hudi.model that return HudiInstant.StateModifier and TypeMethodDescriptionHudiInstant.getState()static HudiInstant.StateReturns the enum constant of this class with the specified name.static HudiInstant.State[]HudiInstant.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.hudi.model with parameters of type HudiInstant.StateModifierConstructorDescriptionHudiInstant(HudiInstant.State state, String action, String timestamp)