Uses of Interface
org.apache.flink.runtime.state.StateSnapshot.StateKeyGroupWriter
Packages that use StateSnapshot.StateKeyGroupWriter
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.StateKeyGroupWriter in org.apache.flink.runtime.state
Subinterfaces of StateSnapshot.StateKeyGroupWriter in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptionstatic interfaceThis represents the result of key-group partitioning.Methods in org.apache.flink.runtime.state that return StateSnapshot.StateKeyGroupWriterModifier and TypeMethodDescriptionStateSnapshot.getKeyGroupWriter()This method returnsStateSnapshot.StateKeyGroupWriterand should be called in the asynchronous part of the snapshot. -
Uses of StateSnapshot.StateKeyGroupWriter in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement StateSnapshot.StateKeyGroupWriterModifier 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 StateSnapshot.StateKeyGroupWriter