| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
StateSnapshotKeyGroupReader |
StateTable.keyGroupReader(int readVersion) |
StateSnapshotKeyGroupReader |
HeapPriorityQueueSnapshotRestoreWrapper.keyGroupReader(int readVersionHint) |
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–2022 The Apache Software Foundation. All rights reserved.