Uses of Class
simpledb.log.BasicLogRecord

Packages that use BasicLogRecord
simpledb.log   
simpledb.tx.recovery   
 

Uses of BasicLogRecord in simpledb.log
 

Methods in simpledb.log that return BasicLogRecord
 BasicLogRecord LogIterator.next()
          Moves to the next log record in reverse order.
 

Methods in simpledb.log that return types with arguments of type BasicLogRecord
 java.util.Iterator<BasicLogRecord> LogMgr.iterator()
          Returns an iterator for the log records, which will be returned in reverse order starting with the most recent.
 

Uses of BasicLogRecord in simpledb.tx.recovery
 

Constructors in simpledb.tx.recovery with parameters of type BasicLogRecord
CheckpointRecord(BasicLogRecord rec)
          Creates a log record by reading no other values from the basic log record.
CommitRecord(BasicLogRecord rec)
          Creates a log record by reading one other value from the log.
RollbackRecord(BasicLogRecord rec)
          Creates a log record by reading one other value from the log.
SetIntRecord(BasicLogRecord rec)
          Creates a log record by reading five other values from the log.
SetStringRecord(BasicLogRecord rec)
          Creates a log record by reading five other values from the log.
StartRecord(BasicLogRecord rec)
          Creates a log record by reading one other value from the log.