Uses of Package
org.apache.flink.runtime.state.ttl
Packages that use org.apache.flink.runtime.state.ttl
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Classes in org.apache.flink.runtime.state.ttl used by org.apache.flink.runtime.state
-
Classes in org.apache.flink.runtime.state.ttl used by org.apache.flink.runtime.state.heap
-
Classes in org.apache.flink.runtime.state.ttl used by org.apache.flink.runtime.state.ttlClassDescriptionBase class for TTL logic wrappers.This class wraps a
TypeSerializerwith ttl awareness.Serializer for user state value with TTL.Provides time to TTL logic to judge about state expiration.This class wraps user value of state with TTL. -
Classes in org.apache.flink.runtime.state.ttl used by org.apache.flink.runtime.state.v2.ttlClassDescriptionBase class for TTL logic wrappers.Provides time to TTL logic to judge about state expiration.This class wraps user value of state with TTL.
-
Classes in org.apache.flink.runtime.state.ttl used by org.apache.flink.streaming.api.operators