MCPcopy Create free account
hub / github.com/apple/foundationdb / pushAndCommit

Method pushAndCommit

fdbserver/DiskQueue.actor.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 Future<Void> pushAndCommit(Standalone<StringRef> pageData, StringBuffer* pageMem, uint64_t poppedPages) {
200 return pushAndCommit(this, pageData, pageMem, poppedPages);
201 }
202
203 void stall() {
204 stallCount++;

Callers 1

commitMethod · 0.80

Calls 14

pushMethod · 0.95
updatePoppedMethod · 0.95
delayFunction · 0.85
TraceEventClass · 0.85
onSyncMethod · 0.80
detailMethod · 0.80
VoidClass · 0.50
getFutureMethod · 0.45
sizeMethod · 0.45
sendMethod · 0.45
check_yieldMethod · 0.45
getCurrentTaskMethod · 0.45

Tested by

no test coverage detected