write snapshot

This commit is contained in:
2024-05-04 03:49:33 +00:00
parent ec920f7255
commit 7253c68fce
11 changed files with 400 additions and 19 deletions

View File

@ -17,6 +17,7 @@ class DiskManager {
* for first_empty_page_id).
*/
public:
DiskManager() = delete;
explicit DiskManager(const std::string &file_path_, bool renew = false);
~DiskManager();
char *RawDataMemory();