Uses of Class
org.apache.flink.runtime.state.heap.StateMapSnapshot
Packages that use StateMapSnapshot
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of StateMapSnapshot in org.apache.flink.runtime.state.heap
Subclasses of StateMapSnapshot in org.apache.flink.runtime.state.heapModifier and TypeClassDescriptionclassCopyOnWriteStateMapSnapshot<K,N, S> This class represents the snapshot of aCopyOnWriteStateMap.Methods in org.apache.flink.runtime.state.heap that return StateMapSnapshotModifier and TypeMethodDescriptionCopyOnWriteStateTableSnapshot.getStateMapSnapshotForKeyGroup(int keyGroup) StateMap.stateSnapshot()Creates a snapshot of thisStateMap, to be written in checkpointing.Methods in org.apache.flink.runtime.state.heap with parameters of type StateMapSnapshotModifier and TypeMethodDescriptionvoidCopyOnWriteStateMap.releaseSnapshot(StateMapSnapshot<K, N, S, ? extends StateMap<K, N, S>> snapshotToRelease) Releases a snapshot for thisCopyOnWriteStateMap.voidStateMap.releaseSnapshot(StateMapSnapshot<K, N, S, ? extends StateMap<K, N, S>> snapshotToRelease) Releases a snapshot for thisStateMap.