public interface ExecutionDeploymentReconciler
Modifier and Type | Interface and Description |
---|---|
static interface |
ExecutionDeploymentReconciler.Factory
Factory for
ExecutionDeploymentReconciler . |
Modifier and Type | Method and Description |
---|---|
void |
reconcileExecutionDeployments(ResourceID taskExecutorHost,
ExecutionDeploymentReport executionDeploymentReport,
Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutionIds)
Reconciles the deployment states between all reported/expected executions for the given task
executor.
|
void reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutionIds)
taskExecutorHost
- hosting task executorexecutionDeploymentReport
- task executor report for deployed executionsexpectedDeployedExecutionIds
- map of expected executions and their current deployment
statusCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.