| Class BDB::Lsn |
|
a BDB::Lsn object is created by the method log_checkpoint, log_curlsn, log_flush, log_put
| Methods |
| Included modules |
| Public Instance methods |
| <=>() |
compare 2 BDB::Lsn
| log_file(name) |
| 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