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.filesystem org.apache.flink.runtime.state.hashmap 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.memory org.apache.flink.runtime.state.ttl -
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.filesystem 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.hashmap 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.memory 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 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.