Interface CheckpointPlanCalculator
- All Known Implementing Classes:
DefaultCheckpointPlanCalculator
public interface CheckpointPlanCalculator
Calculates the plan of the next checkpoint, including the tasks to trigger, wait or commit for
each checkpoint.
-
Method Summary
Modifier and TypeMethodDescriptionCalculates the plan of the next checkpoint.
-
Method Details
-
calculateCheckpointPlan
CompletableFuture<CheckpointPlan> calculateCheckpointPlan()Calculates the plan of the next checkpoint.- Returns:
- The result plan.
-