class BDB::Lsn
a BDB::Lsn
object is created by the method log_checkpoint, log_curlsn, log_flush
, log_put
Public Instance Methods
Source
# File log.rb, line 16 def log_file(name) end
The log_file function maps BDB::Lsn structures to file names
Source
# File log.rb, line 28 def log_flush end
The log_flush function guarantees that all log records whose DBB:Lsn are less than or equal to the current lsn have been written to disk.
Source
# File log.rb, line 37 def log_get end
return the String associated with this BDB::Lsn