Package simpledb.tx.recovery

Interface Summary
LogRecord The interface implemented by each type of log record.
 

Class Summary
CheckpointRecord The CHECKPOINT log record.
CommitRecord The COMMIT log record
LogRecordIterator A class that provides the ability to read records from the log in reverse order.
RecoveryMgr The recovery manager.
RollbackRecord The ROLLBACK log record.
SetIntRecord  
SetStringRecord  
StartRecord