Class DefaultExecutionDeploymentReconciler

java.lang.Object
org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentReconciler
All Implemented Interfaces:
ExecutionDeploymentReconciler

public class DefaultExecutionDeploymentReconciler extends Object implements ExecutionDeploymentReconciler
Default ExecutionDeploymentReconciler implementation. Detects missing/unknown deployments, and defers to a provided ExecutionDeploymentReconciliationHandler to resolve them.