Uses of Class
org.apache.flink.api.common.state.StateTtlConfig.TtlTimeCharacteristic
-
Packages that use StateTtlConfig.TtlTimeCharacteristic Package Description org.apache.flink.api.common.state -
-
Uses of StateTtlConfig.TtlTimeCharacteristic in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return StateTtlConfig.TtlTimeCharacteristic Modifier and Type Method Description StateTtlConfig.TtlTimeCharacteristicStateTtlConfig. getTtlTimeCharacteristic()static StateTtlConfig.TtlTimeCharacteristicStateTtlConfig.TtlTimeCharacteristic. valueOf(String name)Returns the enum constant of this type with the specified name.static StateTtlConfig.TtlTimeCharacteristic[]StateTtlConfig.TtlTimeCharacteristic. 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.TtlTimeCharacteristic Modifier and Type Method Description StateTtlConfig.BuilderStateTtlConfig.Builder. setTtlTimeCharacteristic(StateTtlConfig.TtlTimeCharacteristic ttlTimeCharacteristic)Sets the time characteristic.
-