public class DefaultExecutionDeploymentReconciler extends Object implements ExecutionDeploymentReconciler
ExecutionDeploymentReconciler implementation. Detects missing/unknown
deployments, and defers to a provided ExecutionDeploymentReconciliationHandler to resolve
them.ExecutionDeploymentReconciler.Factory| 构造器和说明 |
|---|
DefaultExecutionDeploymentReconciler(ExecutionDeploymentReconciliationHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
reconcileExecutionDeployments(ResourceID taskExecutorHost,
ExecutionDeploymentReport executionDeploymentReport,
Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutions)
Reconciles the deployment states between all reported/expected executions for the given task
executor.
|
public DefaultExecutionDeploymentReconciler(ExecutionDeploymentReconciliationHandler handler)
public void reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutions)
ExecutionDeploymentReconcilerreconcileExecutionDeployments 在接口中 ExecutionDeploymentReconcilertaskExecutorHost - hosting task executorexecutionDeploymentReport - task executor report for deployed executionsexpectedDeployedExecutions - map of expected executions and their current deployment
statusCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.