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

Method idle

src/slave/slave.cpp:10279–10282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10277
10278
10279bool Framework::idle() const
10280{
10281 return executors.empty() && pendingTasks.empty();
10282}
10283
10284
10285void Framework::checkpointFramework() const

Callers 8

runMethod · 0.80
_runMethod · 0.80
__runMethod · 0.80
shutdownFrameworkMethod · 0.80
statusUpdateMethod · 0.80
executorTerminatedMethod · 0.80
removeFrameworkMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected