| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IterableStateSnapshot<K,N,S>
A
StateSnapshot that can return an iterator over all contained StateEntries. |
| 限定符和类型 | 方法和说明 |
|---|---|
StateSnapshot |
StateSnapshotRestore.stateSnapshot()
Returns a snapshot of the state.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CopyOnWriteStateTableSnapshot<K,N,S>
This class represents the snapshot of a
CopyOnWriteStateTable and has a role in operator
state checkpointing. |
class |
HeapPriorityQueueStateSnapshot<T>
This class represents the snapshot of an
HeapPriorityQueueSet. |
| 构造器和说明 |
|---|
HeapKeyValueStateIterator(KeyGroupRange keyGroupRange,
org.apache.flink.api.common.typeutils.TypeSerializer<?> keySerializer,
int totalKeyGroups,
Map<org.apache.flink.runtime.state.heap.StateUID,Integer> stateNamesToId,
Map<org.apache.flink.runtime.state.heap.StateUID,StateSnapshot> stateSnapshots) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.