Invoked when a task running within this executor has been killed (via org.apache.mesos.SchedulerDriver#killTask). Note that no status update will be sent on behalf of the executor, the executor is responsible for creating a new TaskStatus (i.e., with TASK_KILLED) and invoking {@link Executor
(ExecutorDriver driver, TaskID taskId)
| 109 | * @see TaskID |
| 110 | */ |
| 111 | void killTask(ExecutorDriver driver, TaskID taskId); |
| 112 | |
| 113 | /** |
| 114 | * Invoked when a framework message has arrived for this |
no outgoing calls