Uses of Interface
org.apache.flink.runtime.state.StateSnapshot.StateKeyGroupWriter
-
Packages that use StateSnapshot.StateKeyGroupWriter 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.StateKeyGroupWriter in org.apache.flink.runtime.state
Subinterfaces of StateSnapshot.StateKeyGroupWriter in org.apache.flink.runtime.state Modifier and Type Interface Description static interfaceKeyGroupPartitioner.PartitioningResult<T>This represents the result of key-group partitioning.Methods in org.apache.flink.runtime.state that return StateSnapshot.StateKeyGroupWriter Modifier and Type Method Description StateSnapshot.StateKeyGroupWriterStateSnapshot. 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.StateKeyGroupWriter Modifier and Type Class Description classCopyOnWriteStateTableSnapshot<K,N,S>This 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 Modifier and Type Method Description StateSnapshot.StateKeyGroupWriterHeapPriorityQueueStateSnapshot. getKeyGroupWriter()
-