Uses of Class
org.apache.flink.api.common.state.StateTtlConfig
-
Packages that use StateTtlConfig Package Description org.apache.flink.api.common.state -
-
Uses of StateTtlConfig in org.apache.flink.api.common.state
Fields in org.apache.flink.api.common.state declared as StateTtlConfig Modifier and Type Field Description static StateTtlConfigStateTtlConfig. DISABLEDMethods in org.apache.flink.api.common.state that return StateTtlConfig Modifier and Type Method Description StateTtlConfigStateTtlConfig.Builder. build()StateTtlConfigStateDescriptor. getTtlConfig()Methods in org.apache.flink.api.common.state with parameters of type StateTtlConfig Modifier and Type Method Description voidStateDescriptor. enableTimeToLive(StateTtlConfig ttlConfig)Configures optional activation of state time-to-live (TTL).
-