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

Method initialize

src/master/detector/zookeeper.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116void ZooKeeperMasterDetectorProcess::initialize()
117{
118 detector.detect()
119 .onAny(defer(self(), &Self::detected, lambda::_1));
120}
121
122
123void ZooKeeperMasterDetectorProcess::discard(

Callers

nothing calls this directly

Calls 2

deferFunction · 0.85
detectMethod · 0.45

Tested by

no test coverage detected