MiniOB
1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
类
commit log/redo log
类
class
BufferPoolOperation
BufferPool 的日志相关操作类型
更多...
struct
BufferPoolLogEntry
BufferPool 的日志记录
更多...
class
BufferPoolLogHandler
BufferPool 的日志记录处理器
更多...
class
BufferPoolLogReplayer
BufferPool 的日志重放器
更多...
class
DiskLogHandler
对外提供服务的CLog模块
更多...
class
LogEntryBuffer
日志数据缓冲区
更多...
struct
LogHeader
描述一条日志头
更多...
class
LogEntry
描述一条日志
更多...
class
LogFileReader
负责处理一个日志文件,包括读取和写入
更多...
class
LogFileWriter
负责写入一个日志文件
更多...
class
LogFileManager
管理所有的日志文件
更多...
class
LogHandler
对外提供服务的CLog模块
更多...
class
LogModule
日志模块
更多...
class
LogReplayer
日志回放接口类
更多...
class
VacuousLogHandler
VacuousLogHandler
is a log handler implenmentation that do nothing in all methods. It is used for testing.
更多...
class
BplusTreeLogger
B+树日志记录辅助类,同时可以利用此类做回滚操作
更多...
class
BplusTreeLogReplayer
B+树日志重做器
更多...
class
bplus_tree::LogOperation
B+树日志操作类型
更多...
class
bplus_tree::LogEntryHandler
B+树日志处理辅助类
更多...
class
bplus_tree::NodeLogEntryHandler
节点相关的操作
更多...
class
bplus_tree::InitHeaderPageLogEntryHandler
初始化B+树文件头日志处理类
更多...
class
bplus_tree::UpdateRootPageLogEntryHandler
更新根节点日志处理类
更多...
class
bplus_tree::SetParentPageLogEntryHandler
设置父节点日志处理类
更多...
class
bplus_tree::NormalOperationLogEntryHandler
插入或者删除一些节点上的元素
更多...
class
bplus_tree::LeafInitEmptyLogEntryHandler
叶子节点初始化日志处理类
更多...
class
bplus_tree::LeafSetNextPageLogEntryHandler
设置叶子节点的兄弟节点日志处理类
更多...
class
bplus_tree::InternalInitEmptyLogEntryHandler
初始化内部节点日志处理类
更多...
class
bplus_tree::InternalCreateNewRootLogEntryHandler
创建新的根节点日志处理类
更多...
class
bplus_tree::InternalUpdateKeyLogEntryHandler
更新内部节点的key日志处理类
更多...
class
RecordOperation
记录管理器操作相关的日志类型
更多...
class
RecordLogReplayer
记录相关的日志重放器
更多...
class
MvccTrxLogOperation
表示各种操作类型
更多...
struct
MvccTrxLogHeader
表示事务日志的头部
更多...
struct
MvccTrxRecordLogEntry
表示事务日志中操作行数据的日志,比如插入和删除
更多...
struct
MvccTrxCommitLogEntry
事务提交的日志
更多...
class
MvccTrxLogHandler
处理事务日志的辅助类
更多...
class
MvccTrxLogReplayer
事务日志回放器
更多...
详细描述
制作者
1.9.5