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

Method onlyApplyMutationLogs

fdbclient/FileBackupAgent.actor.cpp:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 KeyBackedProperty<Key> addPrefix() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
148 KeyBackedProperty<Key> removePrefix() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
149 KeyBackedProperty<bool> onlyApplyMutationLogs() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
150 KeyBackedProperty<bool> inconsistentSnapshotOnly() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
151 // XXX: Remove restoreRange() once it is safe to remove. It has been changed to restoreRanges
152 KeyBackedProperty<KeyRange> restoreRange() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }

Callers 4

_finishMethod · 0.80
_executeMethod · 0.80
Future<Void> _finishFunction · 0.80

Calls 1

packMethod · 0.45

Tested by

no test coverage detected