public interface ExecutionDeploymentReconciliationHandler
Modifier and Type | Method and Description |
---|---|
void |
onMissingDeploymentsOf(Collection<ExecutionAttemptID> executionAttemptIds,
ResourceID hostingTaskExecutor)
Called if some executions are expected to be hosted on a task executor, but aren't.
|
void |
onUnknownDeploymentsOf(Collection<ExecutionAttemptID> executionAttemptIds,
ResourceID hostingTaskExecutor)
Called if some executions are hosted on a task executor, but we don't expect them.
|
void onMissingDeploymentsOf(Collection<ExecutionAttemptID> executionAttemptIds, ResourceID hostingTaskExecutor)
executionAttemptIds
- ids of the missing deploymentshostingTaskExecutor
- expected hosting task executorvoid onUnknownDeploymentsOf(Collection<ExecutionAttemptID> executionAttemptIds, ResourceID hostingTaskExecutor)
executionAttemptIds
- ids of the unknown executionshostingTaskExecutor
- hosting task executorCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.