Total number of files in the fileMap
| 85 | } |
| 86 | // Total number of files in the fileMap |
| 87 | KeyBackedBinaryValue<int64_t> RestoreConfigFR::fileCount() { |
| 88 | return configSpace.pack(LiteralStringRef(__FUNCTION__)); |
| 89 | } |
| 90 | // Total number of file blocks in the fileMap |
| 91 | KeyBackedBinaryValue<int64_t> RestoreConfigFR::fileBlockCount() { |
| 92 | return configSpace.pack(LiteralStringRef(__FUNCTION__)); |