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

Method getRangeBytesWritten

fdbclient/DatabaseBackupAgent.actor.cpp:3323–3327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3321}
3322
3323Future<int64_t> DatabaseBackupAgent::getRangeBytesWritten(Reference<ReadYourWritesTransaction> tr,
3324 UID logUid,
3325 Snapshot snapshot) {
3326 return DRConfig(logUid).rangeBytesWritten().getD(tr, snapshot);
3327}
3328
3329Future<int64_t> DatabaseBackupAgent::getLogBytesWritten(Reference<ReadYourWritesTransaction> tr,
3330 UID logUid,

Callers 1

Calls 3

DRConfigClass · 0.85
getDMethod · 0.45
rangeBytesWrittenMethod · 0.45

Tested by

no test coverage detected