Uses of Interface
org.apache.flink.runtime.checkpoint.CheckpointScheduling
Packages that use CheckpointScheduling
Package
Description
-
Uses of CheckpointScheduling in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement CheckpointSchedulingModifier and TypeClassDescriptionclassThe future default scheduler.classBase class which can be used to implementSchedulerNG. -
Uses of CheckpointScheduling in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type CheckpointSchedulingModifier and TypeMethodDescriptionAdaptiveScheduler.goToStopWithSavepoint(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, CheckpointScheduling checkpointScheduling, CompletableFuture<String> savepointFuture, List<ExceptionHistoryEntry> failureCollection) StateTransitions.ToStopWithSavepoint.goToStopWithSavepoint(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, CheckpointScheduling checkpointScheduling, CompletableFuture<String> savepointFuture, List<ExceptionHistoryEntry> failureCollection) Transitions into theStopWithSavepointstate. -
Uses of CheckpointScheduling in org.apache.flink.runtime.scheduler.adaptivebatch
Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement CheckpointSchedulingModifier and TypeClassDescriptionclassThis scheduler decides the parallelism of JobVertex according to the data volume it consumes.