| 程序包 | 说明 |
|---|---|
| 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.
|
| org.apache.flink.runtime.state.metainfo | |
| org.apache.flink.runtime.state.restore |
| 限定符和类型 | 方法和说明 |
|---|---|
StateMetaInfoSnapshot |
StateSnapshot.getMetaInfoSnapshot()
Returns a snapshot of the state's meta data.
|
abstract StateMetaInfoSnapshot |
RegisteredStateMetaInfoBase.snapshot() |
StateMetaInfoSnapshot |
RegisteredKeyValueStateBackendMetaInfo.snapshot() |
StateMetaInfoSnapshot |
RegisteredOperatorStateBackendMetaInfo.snapshot() |
StateMetaInfoSnapshot |
RegisteredPriorityQueueStateBackendMetaInfo.snapshot() |
StateMetaInfoSnapshot |
RegisteredBroadcastStateBackendMetaInfo.snapshot() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<StateMetaInfoSnapshot> |
OperatorBackendSerializationProxy.getBroadcastStateMetaInfoSnapshots() |
List<StateMetaInfoSnapshot> |
FullSnapshotResources.getMetaInfoSnapshots()
Returns the list of
meta info snapshots for this state
snapshot. |
List<StateMetaInfoSnapshot> |
OperatorBackendSerializationProxy.getOperatorStateMetaInfoSnapshots() |
List<StateMetaInfoSnapshot> |
KeyedBackendSerializationProxy.getStateMetaInfoSnapshots() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RegisteredStateMetaInfoBase |
RegisteredStateMetaInfoBase.fromMetaInfoSnapshot(StateMetaInfoSnapshot snapshot) |
| 构造器和说明 |
|---|
KeyedBackendSerializationProxy(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer,
List<StateMetaInfoSnapshot> stateMetaInfoSnapshots,
boolean compression) |
OperatorBackendSerializationProxy(List<StateMetaInfoSnapshot> operatorStateMetaInfoSnapshots,
List<StateMetaInfoSnapshot> broadcastStateMetaInfoSnapshots) |
OperatorBackendSerializationProxy(List<StateMetaInfoSnapshot> operatorStateMetaInfoSnapshots,
List<StateMetaInfoSnapshot> broadcastStateMetaInfoSnapshots) |
| 限定符和类型 | 方法和说明 |
|---|---|
StateMetaInfoSnapshot |
HeapPriorityQueueStateSnapshot.getMetaInfoSnapshot() |
| 限定符和类型 | 方法和说明 |
|---|---|
StateMetaInfoSnapshot |
LegacyStateMetaInfoReaders.OperatorBackendStateMetaInfoReaderV1.readStateMetaInfoSnapshot(org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader) |
StateMetaInfoSnapshot |
StateMetaInfoReader.readStateMetaInfoSnapshot(org.apache.flink.core.memory.DataInputView inputView,
ClassLoader userCodeClassLoader)
Reads a snapshot from the given input view.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StateMetaInfoWriter.writeStateMetaInfoSnapshot(StateMetaInfoSnapshot snapshot,
org.apache.flink.core.memory.DataOutputView outputView)
Writes the given snapshot to the output view.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<StateMetaInfoSnapshot> |
SavepointRestoreResult.getStateMetaInfoSnapshots() |
| 构造器和说明 |
|---|
SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots,
ThrowingIterator<KeyGroup> groupsIterator) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.