Class BDB::Lsn
In: bdb.rb
Parent: Object

a BDB::Lsn object is created by the method log_checkpoint, log_curlsn, log_flush, log_put

Methods
<=>    file    flush    get    log_file    log_flush    log_get   
Included modules
Comparable
Public Instance methods
<=>()

compare 2 BDB::Lsn

log_file(name)

The log_file function maps BDB::Lsn structures to file names

file(name)

same than log_file

log_flush()

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.

flush()

same than log_flush

log_get()

return the String associated with this BDB::Lsn

get()

same than log_get