Uses of Interface
org.apache.flink.runtime.state.StateSnapshotRestore
-
Packages that use StateSnapshotRestore Package Description 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 StateSnapshotRestore in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement StateSnapshotRestore Modifier and Type Class Description classCopyOnWriteStateTable<K,N,S>This implementation ofStateTableusesCopyOnWriteStateMap.classHeapPriorityQueueSnapshotRestoreWrapper<T extends HeapPriorityQueueElement>This wrapper combines a HeapPriorityQueue with backend meta data.classStateTable<K,N,S>Base class for state tables.
-