Uses of Class
org.apache.flink.runtime.state.heap.CopyOnWriteStateMapSnapshot
-
Packages that use CopyOnWriteStateMapSnapshot 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 CopyOnWriteStateMapSnapshot in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return CopyOnWriteStateMapSnapshot Modifier and Type Method Description CopyOnWriteStateMapSnapshot<K,N,S>
CopyOnWriteStateMap. stateSnapshot()
Creates a snapshot of thisCopyOnWriteStateMap
, to be written in checkpointing.
-