#include <NullBlockManager.h>


Definition at line 49 of file NullBlockManager.h.
Public Member Functions | |
| std::string | getBlock (uint64_t index) |
| get the block at the given index | |
| size_t | setBlock (uint64_t index, const std::string &buffer) |
| set the block at the given index | |
| int | open (const std::string &path, const char *mode) |
| open the block manager. The path may be used by some to open a file with a given mode | |
| int | close () |
| close the block manager, flushing to disk and cleaning up state | |
1.5.5