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

Method StandaloneMasterDetector

src/master/detector/standalone.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89StandaloneMasterDetector::StandaloneMasterDetector()
90{
91 process = new StandaloneMasterDetectorProcess();
92 spawn(process);
93}
94
95
96StandaloneMasterDetector::StandaloneMasterDetector(const MasterInfo& leader)

Callers

nothing calls this directly

Calls 2

createMasterInfoFunction · 0.85
spawnFunction · 0.50

Tested by

no test coverage detected