MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Public 类型 | Public 成员函数 | Private 属性 | 所有成员列表
BufferPoolOperation类 参考

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 的日志相关操作类型

成员枚举类型说明

◆ Type

enum class BufferPoolOperation::Type : int32_t
strong
枚举值
DEALLOCATE 

分配页面

释放页面


该类的文档由以下文件生成: