Invoked when the executor reregisters with a restarted slave. @param driver The executor driver that was reregistered with the Mesos master. @param slaveInfo Describes the slave that will be used to launch the tasks for this executor. @see ExecutorDrive
(ExecutorDriver driver, SlaveInfo slaveInfo)
| 71 | * @see ExecutorDriver |
| 72 | */ |
| 73 | void reregistered(ExecutorDriver driver, SlaveInfo slaveInfo); |
| 74 | |
| 75 | /** |
| 76 | * Invoked when the executor becomes "disconnected" from the slave |
no outgoing calls
no test coverage detected