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 class
AbstractKeyedStateBackend<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 class
HeapKeyedStateBackend<K>
AAbstractKeyedStateBackend
that keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactory
upon checkpointing.
-