Class CheckpointResourcesCleanupRunner

java.lang.Object
org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
All Implemented Interfaces:
AutoCloseable, JobManagerRunner, org.apache.flink.util.AutoCloseableAsync

public class CheckpointResourcesCleanupRunner extends Object implements JobManagerRunner
CheckpointResourcesCleanupRunner implements JobManagerRunner in a way, that only the checkpoint-related resources are instantiated. It triggers any job-specific cleanup that's usually performed by the JobMaster without rebuilding the corresponding ExecutionGraph.