MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
BufferPool 的日志相关操作类型 更多...
#include <buffer_pool_log.h>
Public 类型 | |
enum class | Type : int32_t { ALLOCATE , DEALLOCATE } |
Public 成员函数 | |
BufferPoolOperation (Type type) | |
BufferPoolOperation (int32_t type) | |
Type | type () const |
int32_t | type_id () const |
string | to_string () const |
Private 属性 | |
Type | type_ |
BufferPool 的日志相关操作类型
|
strong |