Total number of file blocks in the fileMap
| 89 | } |
| 90 | // Total number of file blocks in the fileMap |
| 91 | KeyBackedBinaryValue<int64_t> RestoreConfigFR::fileBlockCount() { |
| 92 | return configSpace.pack(LiteralStringRef(__FUNCTION__)); |
| 93 | } |
| 94 | |
| 95 | Future<std::vector<KeyRange>> RestoreConfigFR::getRestoreRangesOrDefault(Reference<ReadYourWritesTransaction> tr) { |
| 96 | return getRestoreRangesOrDefault_impl(this, tr); |