| 11102 | |
| 11103 | |
| 11104 | void Executor::checkpointTask(const TaskInfo& task) |
| 11105 | { |
| 11106 | checkpointTask(protobuf::createTask(task, TASK_STAGING, frameworkId)); |
| 11107 | } |
| 11108 | |
| 11109 | |
| 11110 | void Executor::checkpointTask(const Task& task) |
no test coverage detected