Uses of Interface
org.apache.flink.runtime.state.StateSnapshotRestore
Packages that use StateSnapshotRestore
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of StateSnapshotRestore in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement StateSnapshotRestoreModifier and TypeClassDescriptionclassCopyOnWriteStateTable<K,N, S> This implementation ofStateTableusesCopyOnWriteStateMap.classThis wrapper combines a HeapPriorityQueue with backend meta data.classStateTable<K,N, S> Base class for state tables.