| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> StateSnapshotKeyGroupReader |
KeyGroupPartitioner.createKeyGroupPartitionReader(KeyGroupPartitioner.ElementReaderFunction<T> readerFunction,
KeyGroupPartitioner.KeyGroupElementsConsumer<T> elementConsumer) |
StateSnapshotKeyGroupReader |
StateSnapshotRestore.keyGroupReader(int readVersionHint)
This method returns a
StateSnapshotKeyGroupReader that can be used to restore the
state on a per-key-group basis. |
| Modifier and Type | Method and Description |
|---|---|
StateSnapshotKeyGroupReader |
HeapPriorityQueueSnapshotRestoreWrapper.keyGroupReader(int readVersionHint) |
StateSnapshotKeyGroupReader |
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.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.