Uses of Package
org.apache.flink.runtime.state.ttl
-
Packages that use org.apache.flink.runtime.state.ttl Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects.org.apache.flink.runtime.state.ttl org.apache.flink.runtime.state.v2.ttl org.apache.flink.streaming.api.operators -
Classes in org.apache.flink.runtime.state.ttl used by org.apache.flink.runtime.state Class Description TtlTimeProvider Provides time to TTL logic to judge about state expiration. -
Classes in org.apache.flink.runtime.state.ttl used by org.apache.flink.runtime.state.heap Class Description TtlTimeProvider Provides time to TTL logic to judge about state expiration. -
Classes in org.apache.flink.runtime.state.ttl used by org.apache.flink.runtime.state.ttl Class Description AbstractTtlDecorator Base class for TTL logic wrappers.TtlAwareSerializer This class wraps aTypeSerializer
with ttl awareness.TtlStateFactory.TtlSerializer Serializer for user state value with TTL.TtlTimeProvider Provides time to TTL logic to judge about state expiration.TtlValue 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.ttl Class Description AbstractTtlDecorator Base class for TTL logic wrappers.TtlTimeProvider Provides time to TTL logic to judge about state expiration.TtlValue 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 Class Description TtlTimeProvider Provides time to TTL logic to judge about state expiration.