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 interface
KeyGroupPartitioner.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.StateKeyGroupWriter
StateSnapshot. getKeyGroupWriter()
This method returnsStateSnapshot.StateKeyGroupWriter
and 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 class
CopyOnWriteStateTableSnapshot<K,N,S>
This class represents the snapshot of aCopyOnWriteStateTable
and 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.StateKeyGroupWriter
HeapPriorityQueueStateSnapshot. getKeyGroupWriter()
-