Invoked when the executor becomes "disconnected" from the slave (e.g., the slave is being restarted due to an upgrade). @param driver The executor driver that was disconnected.
(ExecutorDriver driver)
| 79 | * @param driver The executor driver that was disconnected. |
| 80 | */ |
| 81 | void disconnected(ExecutorDriver driver); |
| 82 | |
| 83 | /** |
| 84 | * Invoked when a task has been launched on this executor (initiated |
no outgoing calls