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