Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ DEFAULT_MASTER_PING_TIMEOUT
Function
DEFAULT_MASTER_PING_TIMEOUT
src/slave/constants.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
namespace slave {
28
29
Duration DEFAULT_MASTER_PING_TIMEOUT()
30
{
31
return master::DEFAULT_AGENT_PING_TIMEOUT *
32
master::DEFAULT_MAX_AGENT_PING_TIMEOUTS;
33
}
34
35
36
vector<SlaveInfo::Capability> AGENT_CAPABILITIES()
Callers
4
TEST_F
Function · 0.85
Slave
Method · 0.85
registered
Method · 0.85
reregistered
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68