Uses of Interface
org.apache.flink.runtime.state.IterableStateSnapshot
-
Packages that use IterableStateSnapshot 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 IterableStateSnapshot in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement IterableStateSnapshot Modifier and Type Class Description class
CopyOnWriteStateTableSnapshot<K,N,S>
This class represents the snapshot of aCopyOnWriteStateTable
and has a role in operator state checkpointing.Methods in org.apache.flink.runtime.state.heap that return IterableStateSnapshot Modifier and Type Method Description abstract IterableStateSnapshot<K,N,S>
StateTable. stateSnapshot()
-