JobMaster and TaskExecutor to coordinate the checkpoint snapshots of the
distributed dataflow.请参阅: 说明
| 类 | 说明 |
|---|---|
| AbstractCheckpointMessage |
The base class of all checkpoint messages.
|
| AcknowledgeCheckpoint |
This message is sent from the
TaskExecutor to the
JobMaster to signal that the checkpoint of an
individual task is completed. |
| DeclineCheckpoint |
This message is sent from the
TaskExecutor to the
JobMaster to tell the checkpoint coordinator that a
checkpoint request could not be heeded. |
| SerializedCheckpointException |
Serialized checkpoint exception which wraps the checkpoint failure reason and its serialized
throwable.
|
JobMaster and TaskExecutor to coordinate the checkpoint snapshots of the
distributed dataflow.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.