Uses of Class
org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
-
Uses of CheckpointCoordinator in org.apache.flink.runtime.checkpoint
Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointCoordinator Constructor Description CheckpointCoordinatorDeActivator(CheckpointCoordinator coordinator, boolean allTasksOutputNonBlocking) -
Uses of CheckpointCoordinator in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return CheckpointCoordinator Modifier and Type Method Description CheckpointCoordinatorDefaultExecutionGraph. getCheckpointCoordinator()CheckpointCoordinatorExecutionGraph. getCheckpointCoordinator() -
Uses of CheckpointCoordinator in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination that return CheckpointCoordinator Modifier and Type Method Description CheckpointCoordinatorOperatorCoordinator.Context. getCheckpointCoordinator()Gets the checkpoint coordinator of this job.Methods in org.apache.flink.runtime.operators.coordination with parameters of type CheckpointCoordinator Modifier and Type Method Description voidOperatorCoordinatorHolder. lazyInitialize(GlobalFailureHandler globalFailureHandler, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, CheckpointCoordinator checkpointCoordinator)voidOperatorCoordinatorHolder. lazyInitialize(GlobalFailureHandler globalFailureHandler, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, CheckpointCoordinator checkpointCoordinator, int operatorParallelism) -
Uses of CheckpointCoordinator in org.apache.flink.runtime.scheduler.stopwithsavepoint
Methods in org.apache.flink.runtime.scheduler.stopwithsavepoint with parameters of type CheckpointCoordinator Modifier and Type Method Description static voidStopWithSavepointTerminationManager. checkSavepointActionPreconditions(CheckpointCoordinator checkpointCoordinator, String targetDirectory, org.apache.flink.api.common.JobID jobId, org.slf4j.Logger logger)
-