| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.operators.coordination |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
OperatorCoordinatorCheckpointContext
This context is the interface through which the
CheckpointCoordinator interacts with an
OperatorCoordinator during checkpointing and checkpoint restoring. |
| 限定符和类型 | 方法和说明 |
|---|---|
PendingCheckpoint.TaskAcknowledgeResult |
PendingCheckpoint.acknowledgeCoordinatorState(OperatorInfo coordinatorInfo,
ByteStreamStateHandle stateHandle) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OperatorCoordinatorHolder
The
OperatorCoordinatorHolder holds the OperatorCoordinator and manages all its
interactions with the remaining components. |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<OperatorID> |
OperatorInfo.getIds(Collection<? extends OperatorInfo> infos) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.