Total bytes written by all log and range restore tasks.
| 73 | |
| 74 | // Total bytes written by all log and range restore tasks. |
| 75 | KeyBackedBinaryValue<int64_t> RestoreConfigFR::bytesWritten() { |
| 76 | return configSpace.pack(LiteralStringRef(__FUNCTION__)); |
| 77 | } |
| 78 | // File blocks that have had tasks created for them by the Dispatch task |
| 79 | KeyBackedBinaryValue<int64_t> RestoreConfigFR::filesBlocksDispatched() { |
| 80 | return configSpace.pack(LiteralStringRef(__FUNCTION__)); |