Uses of Interface
org.apache.flink.runtime.state.StateSnapshotKeyGroupReader
-
Packages that use StateSnapshotKeyGroupReader 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 StateSnapshotKeyGroupReader in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateSnapshotKeyGroupReader Modifier and Type Method Description static <T> StateSnapshotKeyGroupReader
KeyGroupPartitioner. createKeyGroupPartitionReader(KeyGroupPartitioner.ElementReaderFunction<T> readerFunction, KeyGroupPartitioner.KeyGroupElementsConsumer<T> elementConsumer)
StateSnapshotKeyGroupReader
StateSnapshotRestore. keyGroupReader(int readVersionHint)
This method returns aStateSnapshotKeyGroupReader
that can be used to restore the state on a per-key-group basis. -
Uses of StateSnapshotKeyGroupReader in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return StateSnapshotKeyGroupReader Modifier and Type Method Description StateSnapshotKeyGroupReader
HeapPriorityQueueSnapshotRestoreWrapper. keyGroupReader(int readVersionHint)
StateSnapshotKeyGroupReader
StateTable. keyGroupReader(int readVersion)
static <K,N,S>
StateSnapshotKeyGroupReaderStateTableByKeyGroupReaders. readerForVersion(StateTable<K,N,S> stateTable, int version)
Creates a new StateTableByKeyGroupReader that inserts de-serialized mappings into the given table, using the de-serialization algorithm that matches the given version.
-