|
|
Logging Subsystem and Related Methods | Description |
---|---|
DbLsn | Log Sequence Numbers |
DbEnv::log_compare | Compare two Log Sequence Numbers |
DbEnv::log_archive | List log and database files |
DbEnv::log_file | Map Log Sequence Numbers to log files |
DbEnv::log_flush | Flush log records |
DbEnv::log_printf | Append informational message to the log |
DbEnv::log_put | Write a log record |
DbEnv::log_stat | Return log subsystem statistics |
Logging Subsystem Cursors | |
DbLogc | Log Cursor Object |
DbEnv::log_cursor | Create a log cursor handle |
DbLogc::close | Close a log cursor |
DbLogc::get | Retrieve a log record |
Logging Subsystem Configuration | |
DbEnv::set_lg_bsize | Set log buffer size |
DbEnv::set_lg_dir | Set the environment logging directory |
DbEnv::set_lg_filemode | Set log file mode |
DbEnv::set_lg_max | Set log file size |
DbEnv::set_lg_regionmax | Set logging region size |
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.