MCPcopy Create free account
hub / github.com/apache/mesos / checkpointTask

Method checkpointTask

src/slave/slave.cpp:11104–11107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

foreachFunction · 0.80

Calls 4

getTaskInfoPathFunction · 0.85
checkpointFunction · 0.85
createTaskFunction · 0.50
idMethod · 0.45

Tested by

no test coverage detected