Uses of Class
org.apache.flink.runtime.state.heap.CopyOnWriteStateTableSnapshot
Packages that use CopyOnWriteStateTableSnapshot
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of CopyOnWriteStateTableSnapshot in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return CopyOnWriteStateTableSnapshotModifier and TypeMethodDescriptionCopyOnWriteStateTable.stateSnapshot()Creates a snapshot of thisCopyOnWriteStateTable, to be written in checkpointing.