Uses of Class
org.apache.flink.runtime.state.heap.StateMapSnapshot
-
Packages that use StateMapSnapshot 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 StateMapSnapshot in org.apache.flink.runtime.state.heap
Subclasses of StateMapSnapshot in org.apache.flink.runtime.state.heap Modifier and Type Class Description class
CopyOnWriteStateMapSnapshot<K,N,S>
This class represents the snapshot of aCopyOnWriteStateMap
.Methods in org.apache.flink.runtime.state.heap that return StateMapSnapshot Modifier and Type Method Description protected StateMapSnapshot<K,N,S,? extends StateMap<K,N,S>>
CopyOnWriteStateTableSnapshot. getStateMapSnapshotForKeyGroup(int keyGroup)
abstract StateMapSnapshot<K,N,S,? extends StateMap<K,N,S>>
StateMap. stateSnapshot()
Creates a snapshot of thisStateMap
, to be written in checkpointing.Methods in org.apache.flink.runtime.state.heap with parameters of type StateMapSnapshot Modifier and Type Method Description void
CopyOnWriteStateMap. releaseSnapshot(StateMapSnapshot<K,N,S,? extends StateMap<K,N,S>> snapshotToRelease)
Releases a snapshot for thisCopyOnWriteStateMap
.void
StateMap. releaseSnapshot(StateMapSnapshot<K,N,S,? extends StateMap<K,N,S>> snapshotToRelease)
Releases a snapshot for thisStateMap
.
-