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> StateSnapshotKeyGroupReaderKeyGroupPartitioner. createKeyGroupPartitionReader(KeyGroupPartitioner.ElementReaderFunction<T> readerFunction, KeyGroupPartitioner.KeyGroupElementsConsumer<T> elementConsumer)StateSnapshotKeyGroupReaderStateSnapshotRestore. 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 StateSnapshotKeyGroupReader Modifier and Type Method Description StateSnapshotKeyGroupReaderHeapPriorityQueueSnapshotRestoreWrapper. keyGroupReader(int readVersionHint)StateSnapshotKeyGroupReaderStateTable. 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.
-