Uses of Interface
simpledb.tx.recovery.LogRecord

Packages that use LogRecord
simpledb.tx.recovery   
 

Uses of LogRecord in simpledb.tx.recovery
 

Classes in simpledb.tx.recovery that implement LogRecord
(package private)  class CheckpointRecord
          The CHECKPOINT log record.
(package private)  class CommitRecord
          The COMMIT log record
(package private)  class RollbackRecord
          The ROLLBACK log record.
(package private)  class SetIntRecord
           
(package private)  class SetStringRecord
           
(package private)  class StartRecord
           
 

Methods in simpledb.tx.recovery that return LogRecord
 LogRecord LogRecordIterator.next()
          Constructs a log record from the values in the current basic log record.