Uses of Interface
org.apache.flink.runtime.state.TestableKeyedStateBackend
-
Packages that use TestableKeyedStateBackend 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. -
-
Uses of TestableKeyedStateBackend in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement TestableKeyedStateBackend Modifier and Type Class Description classAbstractKeyedStateBackend<K>Base implementation of KeyedStateBackend. -
Uses of TestableKeyedStateBackend in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement TestableKeyedStateBackend Modifier and Type Class Description classHeapKeyedStateBackend<K>AAbstractKeyedStateBackendthat keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactoryupon checkpointing.
-