Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10279
bool Framework::idle() const
10280
{
10281
return executors.empty() && pendingTasks.empty();
10282
}
10283
10284
10285
void Framework::checkpointFramework() const
Callers
8
run
Method · 0.80
_run
Method · 0.80
__run
Method · 0.80
shutdownFramework
Method · 0.80
_statusUpdateAcknowledgement
Method · 0.80
statusUpdate
Method · 0.80
executorTerminated
Method · 0.80
removeFramework
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected