| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.messages.checkpoint |
This package contains the messages that are sent between
JobMaster and TaskExecutor to coordinate the checkpoint snapshots of the
distributed dataflow. |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointFailureReason |
CheckpointException.getCheckpointFailureReason() |
static CheckpointFailureReason |
CheckpointFailureReason.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CheckpointFailureReason[] |
CheckpointFailureReason.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PendingCheckpoint.abort(CheckpointFailureReason reason,
Throwable cause,
CheckpointsCleaner checkpointsCleaner,
Runnable postCleanup,
Executor executor,
CheckpointStatsTracker statsTracker)
Aborts a checkpoint with reason and cause.
|
| 构造器和说明 |
|---|
CheckpointException(CheckpointFailureReason failureReason) |
CheckpointException(CheckpointFailureReason failureReason,
Throwable cause) |
CheckpointException(String message,
CheckpointFailureReason failureReason) |
CheckpointException(String message,
CheckpointFailureReason failureReason,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointFailureReason |
SerializedCheckpointException.getCheckpointFailureReason() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.