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

Method update

src/slave/task_status_update_manager.cpp:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299
300Future<Nothing> TaskStatusUpdateManagerProcess::update(
301 const StatusUpdate& update,
302 const SlaveID& slaveId,
303 const ExecutorID& executorId,
304 const ContainerID& containerId)
305{
306 return _update(update, slaveId, true, executorId, containerId);
307}
308
309
310Future<Nothing> TaskStatusUpdateManagerProcess::update(

Callers 1

_updateMethod · 0.45

Calls 8

NoneClass · 0.85
errorMethod · 0.65
dispatchFunction · 0.50
ErrorFunction · 0.50
isSomeMethod · 0.45
getMethod · 0.45
containsMethod · 0.45
isErrorMethod · 0.45

Tested by

no test coverage detected