public interface ExecutionDeploymentReconciliationHandler
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.