| 7823 | StorageBytes getStorageBytes() const override { return m_tree->getStorageBytes(); } |
| 7824 | |
| 7825 | Future<Void> getError() const override { return delayed(m_error.getFuture()); }; |
| 7826 | |
| 7827 | void clear(KeyRangeRef range, const Arena* arena = 0) override { |
| 7828 | debug_printf("CLEAR %s\n", printable(range).c_str()); |