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

Method getMissingPositions

src/log/coordinator.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228
229Future<IntervalSet<uint64_t>> CoordinatorProcess::getMissingPositions()
230{
231 return replica->missing(0, index);
232}
233
234
235Future<Nothing> CoordinatorProcess::catchupMissingPositions(

Callers

nothing calls this directly

Calls 1

missingMethod · 0.80

Tested by

no test coverage detected