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

Method set

src/state/log.cpp:461–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459
460
461Future<bool> LogStorageProcess::set(
462 const Entry& entry,
463 const id::UUID& uuid)
464{
465 return mutex.lock()
466 .then(defer(self(), &Self::_set, entry, uuid))
467 .onAny(lambda::bind(&Mutex::unlock, mutex));
468}
469
470
471Future<bool> LogStorageProcess::_set(

Callers 15

_thread_wrapperMethod · 0.45
_input_streamerMethod · 0.45
handleMethod · 0.45
completedMethod · 0.45
failedMethod · 0.45
TESTFunction · 0.45
foreachFunction · 0.45
TESTFunction · 0.45
foreachFunction · 0.45
TEST_FFunction · 0.45

Calls 5

deferFunction · 0.85
lockMethod · 0.80
bindFunction · 0.50
dispatchFunction · 0.50
thenMethod · 0.45

Tested by 15

TESTFunction · 0.36
foreachFunction · 0.36
TESTFunction · 0.36
foreachFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
reregisteredMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36