Uses of Interface
org.apache.flink.runtime.state.StateSnapshot
Packages that use StateSnapshot
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of StateSnapshot in org.apache.flink.runtime.state
Subinterfaces of StateSnapshot in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceIterableStateSnapshot<K,N, S> AStateSnapshotthat can return an iterator over all containedStateEntries.Methods in org.apache.flink.runtime.state that return StateSnapshotModifier and TypeMethodDescriptionStateSnapshotRestore.stateSnapshot()Returns a snapshot of the state. -
Uses of StateSnapshot in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement StateSnapshotModifier and TypeClassDescriptionclassThis class represents the snapshot of aCopyOnWriteStateTableand has a role in operator state checkpointing.classThis class represents the snapshot of anHeapPriorityQueueSet.