Uses of Class
org.apache.flink.api.common.state.StateTtlConfig.UpdateType
-
Packages that use StateTtlConfig.UpdateType Package Description org.apache.flink.api.common.state -
-
Uses of StateTtlConfig.UpdateType in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return StateTtlConfig.UpdateType Modifier and Type Method Description StateTtlConfig.UpdateTypeStateTtlConfig. getUpdateType()static StateTtlConfig.UpdateTypeStateTtlConfig.UpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static StateTtlConfig.UpdateType[]StateTtlConfig.UpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.api.common.state with parameters of type StateTtlConfig.UpdateType Modifier and Type Method Description StateTtlConfig.BuilderStateTtlConfig.Builder. setUpdateType(StateTtlConfig.UpdateType updateType)Sets the ttl update type.
-