Uses of Class
org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Packages that use CheckpointCoordinator Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.executiongraph org.apache.flink.runtime.scheduler.stopwithsavepoint -
-
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) -
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.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)
-