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

日志回放接口类 更多...

#include <log_replayer.h>

类 LogReplayer 继承关系图:
BplusTreeLogReplayer BufferPoolLogReplayer IntegratedLogReplayer MvccTrxLogReplayer RecordLogReplayer VacuousTrxLogReplayer

Public 成员函数

virtual RC replay (const LogEntry &entry)=0
 回放一条日志 更多...
 
virtual RC on_done ()
 当所有日志回放完成时的回调函数 更多...
 

详细描述

日志回放接口类

成员函数说明

◆ on_done()

virtual RC LogReplayer::on_done ( )
inlinevirtual

当所有日志回放完成时的回调函数

IntegratedLogReplayer , 以及 MvccTrxLogReplayer 重载.

◆ replay()

virtual RC LogReplayer::replay ( const LogEntry entry)
pure virtual

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