Uses of Interface
org.apache.flink.runtime.state.StateSnapshotKeyGroupReader
Packages that use StateSnapshotKeyGroupReader
Package
Description
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 StateSnapshotKeyGroupReaderModifier and TypeMethodDescriptionstatic <T> StateSnapshotKeyGroupReaderKeyGroupPartitioner.createKeyGroupPartitionReader(KeyGroupPartitioner.ElementReaderFunction<T> readerFunction, KeyGroupPartitioner.KeyGroupElementsConsumer<T> elementConsumer) StateSnapshotRestore.keyGroupReader(int readVersionHint) This method returns aStateSnapshotKeyGroupReaderthat 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 StateSnapshotKeyGroupReaderModifier and TypeMethodDescriptionHeapPriorityQueueSnapshotRestoreWrapper.keyGroupReader(int readVersionHint) StateTable.keyGroupReader(int readVersion) static <K,N, S> StateSnapshotKeyGroupReader StateTableByKeyGroupReaders.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.