Uses of Interface
org.apache.flink.runtime.state.TestableKeyedStateBackend
Packages that use TestableKeyedStateBackend
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of TestableKeyedStateBackend in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement TestableKeyedStateBackendModifier and TypeClassDescriptionclassBase implementation of KeyedStateBackend. -
Uses of TestableKeyedStateBackend in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement TestableKeyedStateBackendModifier and TypeClassDescriptionclassAAbstractKeyedStateBackendthat keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactoryupon checkpointing.