Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
void TaskStatusUpdateManagerProcess::pause()
180
{
181
LOG(INFO) <<
"Pausing sending task status updates"
;
182
paused = true;
183
}
184
185
186
void TaskStatusUpdateManagerProcess::resume()
Callers
2
initialize
Method · 0.45
detected
Method · 0.45
Calls
1
dispatch
Function · 0.50
Tested by
no test coverage detected