|
MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
B+树日志重做器 更多...
#include <bplus_tree_log.h>
Public 成员函数 | |
| BplusTreeLogReplayer (BufferPoolManager &bpm) | |
| virtual RC | replay (const LogEntry &entry) override |
| 回放一条日志 更多... | |
Public 成员函数 继承自 LogReplayer | |
| virtual RC | replay (const LogEntry &entry)=0 |
| 回放一条日志 更多... | |
| virtual RC | on_done () |
| 当所有日志回放完成时的回调函数 更多... | |
Private 属性 | |
| BufferPoolManager & | buffer_pool_manager_ |
B+树日志重做器
|
overridevirtual |