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

Method describeBackup

fdbclient/BackupContainerFileSystem.actor.cpp:1339–1342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1337}
1338
1339Future<BackupDescription> BackupContainerFileSystem::describeBackup(bool deepScan, Version logStartVersionOverride) {
1340 return BackupContainerFileSystemImpl::describeBackup(
1341 Reference<BackupContainerFileSystem>::addRef(this), deepScan, logStartVersionOverride);
1342}
1343
1344Future<Void> BackupContainerFileSystem::expireData(Version expireEndVersion,
1345 bool force,

Callers 15

waitOnBackupMethod · 0.45
Future<Void> doBackupFunction · 0.45
Future<Void> _startFunction · 0.45
Future<Void> doBackupFunction · 0.45
Future<Void> _startFunction · 0.45
Future<Void> decode_logsFunction · 0.45
Future<Void> convertFunction · 0.45
Future<Void> runRestoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected