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

Method pause

src/slave/task_status_update_manager.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178
179void TaskStatusUpdateManagerProcess::pause()
180{
181 LOG(INFO) << "Pausing sending task status updates";
182 paused = true;
183}
184
185
186void TaskStatusUpdateManagerProcess::resume()

Callers 2

initializeMethod · 0.45
detectedMethod · 0.45

Calls 1

dispatchFunction · 0.50

Tested by

no test coverage detected