Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
void ZooKeeperMasterDetectorProcess::initialize()
117
{
118
detector.detect()
119
.onAny(defer(self(), &Self::detected, lambda::_1));
120
}
121
122
123
void ZooKeeperMasterDetectorProcess::discard(
Callers
nothing calls this directly
Calls
2
defer
Function · 0.85
detect
Method · 0.45
Tested by
no test coverage detected