MCPcopy 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

27namespace slave {
28
29Duration DEFAULT_MASTER_PING_TIMEOUT()
30{
31 return master::DEFAULT_AGENT_PING_TIMEOUT *
32 master::DEFAULT_MAX_AGENT_PING_TIMEOUTS;
33}
34
35
36vector<SlaveInfo::Capability> AGENT_CAPABILITIES()

Callers 4

TEST_FFunction · 0.85
SlaveMethod · 0.85
registeredMethod · 0.85
reregisteredMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68