Uses of Interface
org.apache.flink.runtime.state.IterableStateSnapshot
Packages that use IterableStateSnapshot
Package
Description
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 IterableStateSnapshotModifier and TypeClassDescriptionclassThis class represents the snapshot of aCopyOnWriteStateTableand has a role in operator state checkpointing.Methods in org.apache.flink.runtime.state.heap that return IterableStateSnapshotModifier and TypeMethodDescriptionabstract IterableStateSnapshot<K,N, S> StateTable.stateSnapshot()