Uses of Interface
org.apache.flink.runtime.state.StateSnapshot
-
Packages that use StateSnapshot Package Description org.apache.flink.runtime.state 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 StateSnapshot in org.apache.flink.runtime.state
Subinterfaces of StateSnapshot in org.apache.flink.runtime.state Modifier and Type Interface Description interfaceIterableStateSnapshot<K,N,S>AStateSnapshotthat can return an iterator over all containedStateEntries.Methods in org.apache.flink.runtime.state that return StateSnapshot Modifier and Type Method Description StateSnapshotStateSnapshotRestore. 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 StateSnapshot Modifier and Type Class Description classCopyOnWriteStateTableSnapshot<K,N,S>This class represents the snapshot of aCopyOnWriteStateTableand has a role in operator state checkpointing.classHeapPriorityQueueStateSnapshot<T>This class represents the snapshot of anHeapPriorityQueueSet.
-