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

Method initialize

src/log/recover.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96protected:
97 void initialize() override
98 {
99 // Register a callback to handle user initiated discard.
100 promise.future().onDiscard(defer(self(), &Self::discard));
101
102 start();
103 }
104
105private:
106 static Future<Option<RecoverResponse>> timedout(

Callers

nothing calls this directly

Calls 3

deferFunction · 0.85
startFunction · 0.85
futureMethod · 0.45

Tested by

no test coverage detected