Uses of Class
org.apache.flink.api.common.state.StateTtlConfig
-
Packages that use StateTtlConfig Package Description org.apache.flink.api.common.state org.apache.flink.api.common.state.v2 -
-
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). -
Uses of StateTtlConfig in org.apache.flink.api.common.state.v2
Methods in org.apache.flink.api.common.state.v2 that return StateTtlConfig Modifier and Type Method Description StateTtlConfigStateDescriptor. getTtlConfig()Methods in org.apache.flink.api.common.state.v2 with parameters of type StateTtlConfig Modifier and Type Method Description voidStateDescriptor. enableTimeToLive(StateTtlConfig ttlConfig)Configures optional activation of state time-to-live (TTL).
-