| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCheckpointPlan
The default implementation of he
CheckpointPlan. |
| Modifier and Type | Method and Description |
|---|---|
CheckpointPlan |
PendingCheckpoint.getCheckpointPlan() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CheckpointPlan> |
CheckpointPlanCalculator.calculateCheckpointPlan()
Calculates the plan of the next checkpoint.
|
CompletableFuture<CheckpointPlan> |
DefaultCheckpointPlanCalculator.calculateCheckpointPlan() |
| Constructor and Description |
|---|
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,
CompletableFuture<Void> masterTriggerCompletionPromise) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.