Class StandaloneExecutionPlanStore

java.lang.Object
org.apache.flink.runtime.jobmanager.StandaloneExecutionPlanStore
All Implemented Interfaces:
GloballyCleanableResource, LocallyCleanableResource, ExecutionPlanStore, ExecutionPlanWriter

public class StandaloneExecutionPlanStore extends Object implements ExecutionPlanStore
ExecutionPlan instances for JobManagers running in HighAvailabilityMode.NONE.

All operations are NoOps, because ExecutionPlan instances cannot be recovered in this recovery mode.