| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultCheckpointPlan
The default implementation of he
CheckpointPlan. |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointPlan |
PendingCheckpoint.getCheckpointPlan() |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<CheckpointPlan> |
CheckpointPlanCalculator.calculateCheckpointPlan()
Calculates the plan of the next checkpoint.
|
CompletableFuture<CheckpointPlan> |
DefaultCheckpointPlanCalculator.calculateCheckpointPlan() |
| 构造器和说明 |
|---|
PendingCheckpoint(org.apache.flink.api.common.JobID jobId,
long checkpointId,
long checkpointTimestamp,
CheckpointPlan checkpointPlan,
Collection<OperatorID> operatorCoordinatorsToConfirm,
Collection<String> masterStateIdentifiers,
CheckpointProperties props,
CompletableFuture<CompletedCheckpoint> onCompletionPromise,
PendingCheckpointStats pendingCheckpointStats) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.