mirror of
https://github.com/yasuhirokimura/db18
synced 2026-06-08 18:29:23 +00:00
3418 lines
130 KiB
HTML
3418 lines
130 KiB
HTML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||
<title>Berkeley DB C API Reference</title>
|
||
<link rel="stylesheet" href="apiReference.css" type="text/css" />
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
|
||
<link rel="start" href="index.html" title="Berkeley DB C API Reference" />
|
||
<link rel="next" href="preface.html" title="Preface" />
|
||
</head>
|
||
<body>
|
||
<div xmlns="" class="navheader">
|
||
<div class="libver">
|
||
<p>Library Version 18.1.40</p>
|
||
</div>
|
||
<table width="100%" summary="Navigation header">
|
||
<tr>
|
||
<th colspan="3" align="center">Berkeley DB C API Reference</th>
|
||
</tr>
|
||
<tr>
|
||
<td width="20%" align="left"> </td>
|
||
<th width="60%" align="center"> </th>
|
||
<td width="20%" align="right"> <a accesskey="n" href="preface.html">Next</a></td>
|
||
</tr>
|
||
</table>
|
||
<hr />
|
||
</div>
|
||
<div class="book" lang="en" xml:lang="en">
|
||
<div class="titlepage">
|
||
<div>
|
||
<div>
|
||
<h1 class="title"><a id="idm139753806878336"></a>Berkeley DB C API Reference</h1>
|
||
</div>
|
||
<div class="navtable">
|
||
<table border="1" width="80%">
|
||
<thead>
|
||
<tr>
|
||
<th>DB C API</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbassociate.html" title="DB->associate()">
|
||
<span>DB->associate()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Associate a secondary index</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbassociate_foreign.html" title="DB->associate_foreign()">
|
||
<span>DB->associate_foreign()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Associate a foreign index</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbclose.html" title="DB->close()">
|
||
<span>DB->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Close a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbcompact.html" title="DB->compact()">
|
||
<span>DB->compact()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Compact a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbconvert.html" title="DB->convert()">
|
||
<span>DB->convert()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Convert a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_copy.html" title="db_copy">db_copy</a>
|
||
</td>
|
||
<td>Copy a named database to a target directory</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbcreate.html" title="db_create">
|
||
<span>db_create</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Create a database handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbdel.html" title="DB->del()">
|
||
<span>DB->del()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Delete items from a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dberr.html" title="DB->err()">
|
||
<span>DB->err()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Error message</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbexists.html" title="DB->exists()">
|
||
<span>DB->exists()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return if an item appears in a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbfd.html" title="DB->fd()">
|
||
<span>DB->fd()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return a file descriptor from a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget.html" title="DB->get()">
|
||
<span>DB->get()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Get items from a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_byteswapped.html" title="DB->get_byteswapped()">
|
||
<span>DB->get_byteswapped()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return if the underlying database is in host order</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_dbname.html" title="DB->get_dbname()">
|
||
<span>DB->get_dbname()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return the file and database name</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_multiple.html" title="DB->get_multiple()">
|
||
<span>DB->get_multiple()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return if the database handle references multiple databases</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_open_flags.html" title="DB->get_open_flags()">
|
||
<span>DB->get_open_flags()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns the flags specified to DB->open</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_partition_callback.html" title="DB->get_partition_callback()">
|
||
<span>DB->get_partition_callback()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return the database partition callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_partition_keys.html" title="DB->get_partition_keys()">
|
||
<span>DB->get_partition_keys()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns the array of keys used for the database partition</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_slices.html" title="DB->get_slices()">
|
||
<span>DB->get_slices()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns an array of slice databases.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_type.html" title="DB->get_type()">
|
||
<span>DB->get_type()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return the database type</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbjoin.html" title="DB->join()">
|
||
<span>DB->join()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Perform a database join on cursors</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbkey_range.html" title="DB->key_range()">
|
||
<span>DB->key_range()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return estimate of key location</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbmsg.html" title="DB->msg()">
|
||
<span>DB->msg()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Informational message</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbopen.html" title="DB->open()">
|
||
<span>DB->open()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Open a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbput.html" title="DB->put()">
|
||
<span>DB->put()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Store items into a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbremove.html" title="DB->remove()">
|
||
<span>DB->remove()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Remove a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbrename.html" title="DB->rename()">
|
||
<span>DB->rename()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Rename a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_alloc.html" title="DB->set_alloc()">
|
||
<span>DB->set_alloc()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set local space allocation functions</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_append_recno.html" title="DB->set_append_recno()">
|
||
<span>DB->set_append_recno()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set record append callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_bt_compare.html" title="DB->set_bt_compare()">
|
||
<span>DB->set_bt_compare()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set a Btree comparison function</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_bt_compress.html" title="DB->set_bt_compress()">
|
||
<span>DB->set_bt_compress()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set Btree compression functions</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_bt_minkey.html" title="DB->set_bt_minkey()">
|
||
<span>DB->set_bt_minkey()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_bt_minkey.html" title="DB->get_bt_minkey()">
|
||
<span>DB->get_bt_minkey()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the minimum number of keys per Btree page</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_bt_prefix.html" title="DB->set_bt_prefix()">
|
||
<span>DB->set_bt_prefix()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set a Btree prefix comparison function</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_cachesize.html" title="DB->set_cachesize()">
|
||
<span>DB->set_cachesize()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_cachesize.html" title="DB->get_cachesize()">
|
||
<span>DB->get_cachesize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the database cache size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_create_dir.html" title="DB->set_create_dir()">
|
||
<span>DB->set_create_dir()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_create_dir.html" title="DB->get_create_dir()">
|
||
<span>DB->get_create_dir()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the directory in which a database is placed</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_dup_compare.html" title="DB->set_dup_compare()">
|
||
<span>DB->set_dup_compare()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set a duplicate comparison function</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_encrypt.html" title="DB->set_encrypt()">
|
||
<span>DB->set_encrypt()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_encrypt_flags.html" title="DB->get_encrypt_flags()">
|
||
<span>DB->get_encrypt_flags()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the database cryptographic key</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_errcall.html" title="DB->set_errcall()">
|
||
<span>DB->set_errcall()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set error message callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_errfile.html" title="DB->set_errfile()">
|
||
<span>DB->set_errfile()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_errfile.html" title="DB->get_errfile()">
|
||
<span>DB->get_errfile()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get error message FILE</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_errpfx.html" title="DB->set_errpfx()">
|
||
<span>DB->set_errpfx()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_errpfx.html" title="DB->get_errpfx()">
|
||
<span>DB->get_errpfx()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get error message prefix</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_feedback.html" title="DB->set_feedback()">
|
||
<span>DB->set_feedback()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set feedback callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_flags.html" title="DB->set_flags()">
|
||
<span>DB->set_flags()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_flags.html" title="DB->get_flags()">
|
||
<span>DB->get_flags()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get general database configuration</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_h_compare.html" title="DB->set_h_compare()">
|
||
<span>DB->set_h_compare()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set a Hash comparison function</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_h_ffactor.html" title="DB->set_h_ffactor()">
|
||
<span>DB->set_h_ffactor()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_h_ffactor.html" title="DB->get_h_ffactor()">
|
||
<span>DB->get_h_ffactor()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the Hash table density</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_h_hash.html" title="DB->set_h_hash()">
|
||
<span>DB->set_h_hash()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set a hashing function</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_h_nelem.html" title="DB->set_h_nelem()">
|
||
<span>DB->set_h_nelem()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_h_nelem.html" title="DB->get_h_nelem()">
|
||
<span>DB->get_h_nelem()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the Hash table size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_heapsize.html" title="DB->set_heapsize()">
|
||
<span>DB->set_heapsize()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_heapsize.html" title="DB->get_heapsize()">
|
||
<span>DB->get_heapsize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the database heap size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_heap_regionsize.html" title="DB->set_heap_regionsize()">
|
||
<span>DB->set_heap_regionsize()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_heap_regionsize.html" title="DB->get_heap_regionsize()">
|
||
<span>DB->get_heap_regionsize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the database region size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_lk_exclusive.html" title="DB->set_lk_exclusive()">
|
||
<span>DB->set_lk_exclusive()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_lk_exclusive.html" title="DB->get_lk_exclusive()">
|
||
<span>DB->get_lk_exclusive()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get exclusive database locking</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_lorder.html" title="DB->set_lorder()">
|
||
<span>DB->set_lorder()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_lorder.html" title="DB->get_lorder()">
|
||
<span>DB->get_lorder()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the database byte order</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_msgcall.html" title="DB->set_msgcall()">
|
||
<span>DB->set_msgcall()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set informational message callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_msgfile.html" title="DB->set_msgfile()">
|
||
<span>DB->set_msgfile()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_msgfile.html" title="DB->get_msgfile()">
|
||
<span>DB->get_msgfile()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get informational message FILE</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_msgpfx.html" title="DB->set_msgpfx()">
|
||
<span>DB->set_msgpfx()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_msgpfx.html" title="DB->get_msgpfx()">
|
||
<span>DB->get_msgpfx()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get informational message prefix</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_pagesize.html" title="DB->set_pagesize()">
|
||
<span>DB->set_pagesize()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_pagesize.html" title="DB->get_pagesize()">
|
||
<span>DB->get_pagesize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the underlying database page size</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_partition.html" title="DB->set_partition()">
|
||
<span>DB->set_partition()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set database partitioning</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_partition_dirs.html" title="DB->set_partition_dirs()">
|
||
<span>DB->set_partition_dirs()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_partition_dirs.html" title="DB->get_partition_dirs()">
|
||
<span>DB->get_partition_dirs()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the directories used for database partitions</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_priority.html" title="DB->set_priority()">
|
||
<span>DB->set_priority()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_priority.html" title="DB->get_priority()">
|
||
<span>DB->get_priority()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get cache page priority</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_q_extentsize.html" title="DB->set_q_extentsize()">
|
||
<span>DB->set_q_extentsize()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_q_extentsize.html" title="DB->get_q_extentsize()">
|
||
<span>DB->get_q_extentsize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get Queue database extent size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_re_delim.html" title="DB->set_re_delim()">
|
||
<span>DB->set_re_delim()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_re_delim.html" title="DB->get_re_delim()">
|
||
<span>DB->get_re_delim()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the variable-length record delimiter</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_re_len.html" title="DB->set_re_len()">
|
||
<span>DB->set_re_len()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_re_len.html" title="DB->get_re_len()">
|
||
<span>DB->get_re_len()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the fixed-length record length</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_re_pad.html" title="DB->set_re_pad()">
|
||
<span>DB->set_re_pad()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_re_pad.html" title="DB->get_re_pad()">
|
||
<span>DB->get_re_pad()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the fixed-length record pad byte</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbset_re_source.html" title="DB->set_re_source()">
|
||
<span>DB->set_re_source()</span>
|
||
|
||
</a>, <a class="xref" href="dbget_re_source.html" title="DB->get_re_source()">
|
||
<span>DB->get_re_source()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the backing Recno text file</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbset_slice_callback.html" title="DB->set_slice_callback()">
|
||
<span>DB->set_slice_callback()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set the callback used to identify slices</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbslice_lookup.html" title="DB->slice_lookup()">
|
||
<span>DB->slice_lookup()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return the slice database that contains the key</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbsort_multiple.html" title="DB->sort_multiple()">
|
||
<span>DB->sort_multiple()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Sort a set of DBTs</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbstat.html" title="DB->stat()">
|
||
<span>DB->stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Database statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbstat_print.html" title="DB->stat_print()">
|
||
<span>DB->stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Display database statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbsync.html" title="DB->sync()">
|
||
<span>DB->sync()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Flush a database to stable storage</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbtruncate.html" title="DB->truncate()">
|
||
<span>DB->truncate()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Empty a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbupgrade.html" title="DB->upgrade()">
|
||
<span>DB->upgrade()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Upgrade a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbverify.html" title="DB->verify()">
|
||
<span>DB->verify()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Verify/salvage a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_heap_rid.html" title="DB_HEAP_RID">
|
||
<span>DB_HEAP_RID</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbcursor.html" title="DB->cursor()">
|
||
<span>DB->cursor()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Create a cursor handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbcclose.html" title="DBcursor->close()">
|
||
<span>DBcursor->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Close a cursor handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbccmp.html" title="DBcursor->cmp()">
|
||
<span>DBcursor->cmp()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Compare two cursors for equality.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbccount.html" title="DBcursor->count()">
|
||
<span>DBcursor->count()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return count of duplicates for current key</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbcdel.html" title="DBcursor->del()">
|
||
<span>DBcursor->del()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Delete current key/data pair</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbcdup.html" title="DBcursor->dup()">
|
||
<span>DBcursor->dup()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Duplicate the cursor handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbcget.html" title="DBcursor->get()">
|
||
<span>DBcursor->get()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Retrieve by cursor</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbcput.html" title="DBcursor->put()">
|
||
<span>DBcursor->put()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Store by cursor</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbcset_priority.html" title="DBcursor->set_priority()">
|
||
<span>DBcursor->set_priority()</span>
|
||
|
||
</a>, <a class="xref" href="dbcget_priority.html" title="DBcursor->get_priority()">
|
||
<span>DBcursor->get_priority()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the cursor's cache priority</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_INIT.html" title="DB_MULTIPLE_INIT">DB_MULTIPLE_INIT</a>
|
||
</td>
|
||
<td>Initialize bulk get retrieval</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_NEXT.html" title="DB_MULTIPLE_NEXT">DB_MULTIPLE_NEXT</a>
|
||
</td>
|
||
<td>Next bulk get retrieval</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_KEY_NEXT.html" title="DB_MULTIPLE_KEY_NEXT">DB_MULTIPLE_KEY_NEXT</a>
|
||
</td>
|
||
<td>Next bulk get retrieval</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_RECNO_NEXT.html" title="DB_MULTIPLE_RECNO_NEXT">DB_MULTIPLE_RECNO_NEXT</a>
|
||
</td>
|
||
<td>Next bulk get retrieval</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_WRITE_INIT.html" title="DB_MULTIPLE_WRITE_INIT">DB_MULTIPLE_WRITE_INIT</a>
|
||
</td>
|
||
<td>Initialize a bulk buffer to hold key/data pairs</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_WRITE_NEXT.html" title="DB_MULTIPLE_WRITE_NEXT">DB_MULTIPLE_WRITE_NEXT</a>
|
||
</td>
|
||
<td>Append a data item to a bulk buffer</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_RESERVE_NEXT.html" title="DB_MULTIPLE_RESERVE_NEXT">DB_MULTIPLE_RESERVE_NEXT</a>
|
||
</td>
|
||
<td>Reserve space for a data item in a bulk buffer</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_KEY_WRITE_NEXT.html" title="DB_MULTIPLE_KEY_WRITE_NEXT">DB_MULTIPLE_KEY_WRITE_NEXT</a>
|
||
</td>
|
||
<td>Append a key / data pair to a bulk buffer</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_KEY_RESERVE_NEXT.html" title="DB_MULTIPLE_KEY_RESERVE_NEXT">DB_MULTIPLE_KEY_RESERVE_NEXT</a>
|
||
</td>
|
||
<td>Reserve space for a key / data pair in a bulk buffer</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_RECNO_WRITE_INIT.html" title="DB_MULTIPLE_RECNO_WRITE_INIT">DB_MULTIPLE_RECNO_WRITE_INIT</a>
|
||
</td>
|
||
<td>Initialize a bulk buffer to hold recno/data pairs</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_RECNO_WRITE_NEXT.html" title="DB_MULTIPLE_RECNO_WRITE_NEXT">DB_MULTIPLE_RECNO_WRITE_NEXT</a>
|
||
</td>
|
||
<td>Append a record number / data pair to a bulk buffer</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="DB_MULTIPLE_RECNO_RESERVE_NEXT.html" title="DB_MULTIPLE_RECNO_RESERVE_NEXT">DB_MULTIPLE_RECNO_RESERVE_NEXT</a>
|
||
</td>
|
||
<td>Reserve space for a record number / data pair in a bulk buffer</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envadd_data_dir.html" title="DB_ENV->add_data_dir()">
|
||
<span>DB_ENV->add_data_dir()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Add an environment data directory</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envbackup.html" title="DB_ENV->backup()">
|
||
<span>DB_ENV->backup()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Hot back up an entire environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envclose.html" title="DB_ENV->close()">
|
||
<span>DB_ENV->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Close an environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envcreate.html" title="db_env_create">
|
||
<span>db_env_create</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Create an environment handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envdbbackup.html" title="DB_ENV->dbbackup()">
|
||
<span>DB_ENV->dbbackup()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Hot back up a single environment file</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envdbremove.html" title="DB_ENV->dbremove()">
|
||
<span>DB_ENV->dbremove()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Remove a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envdbrename.html" title="DB_ENV->dbrename()">
|
||
<span>DB_ENV->dbrename()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Rename a database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="enverr.html" title="DB_ENV->err()">
|
||
<span>DB_ENV->err()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Error message</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envfailchk.html" title="DB_ENV->failchk()">
|
||
<span>DB_ENV->failchk()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Check for thread failure</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envfileid_reset.html" title="DB_ENV->fileid_reset()">
|
||
<span>DB_ENV->fileid_reset()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Reset database file IDs</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envfullversion.html" title="db_full_version">
|
||
<span>db_full_version</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return full version information</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbgetenv.html" title="DB->get_env()">
|
||
<span>DB->get_env()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return the DB's underlying DB_ENV handle </td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envget_home.html" title="DB_ENV->get_home()">
|
||
<span>DB_ENV->get_home()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return environment's home directory</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envget_open_flags.html" title="DB_ENV->get_open_flags()">
|
||
<span>DB_ENV->get_open_flags()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return flags with which the environment was opened</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envget_slices.html" title="DB_ENV->get_slices()">
|
||
<span>DB_ENV->get_slices()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns an array of slice environments</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envget_slice_count.html" title="DB_ENV->get_slice_count()">
|
||
<span>DB_ENV->get_slice_count()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns the number of slices configured for the environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envlog_verify.html" title="DB_ENV->log_verify()">
|
||
<span>DB_ENV->log_verify()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Verify log files of an environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envlsn_reset.html" title="DB_ENV->lsn_reset()">
|
||
<span>DB_ENV->lsn_reset()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Reset database file LSNs</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envmsg.html" title="DB_ENV->msg()">
|
||
<span>DB_ENV->msg()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Informational message</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envopen.html" title="DB_ENV->open()">
|
||
<span>DB_ENV->open()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Open an environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envremove.html" title="DB_ENV->remove()">
|
||
<span>DB_ENV->remove()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Remove an environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envset_alloc.html" title="DB_ENV->set_alloc()">
|
||
<span>DB_ENV->set_alloc()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set local space allocation functions</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envset_app_dispatch.html" title="DB_ENV->set_app_dispatch()">
|
||
<span>DB_ENV->set_app_dispatch()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Configure application recovery callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_backup_callbacks.html" title="DB_ENV->set_backup_callbacks()">
|
||
<span>DB_ENV->set_backup_callbacks()</span>
|
||
|
||
</a>, <a class="xref" href="envget_backup_callbacks.html" title="DB_ENV->get_backup_callbacks()">
|
||
<span>DB_ENV->get_backup_callbacks()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get callbacks used for environment hot backups</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_backup_config.html" title="DB_ENV->set_backup_config()">
|
||
<span>DB_ENV->set_backup_config()</span>
|
||
|
||
</a>, <a class="xref" href="envget_backup_config.html" title="DB_ENV->get_backup_config()">
|
||
<span>DB_ENV->get_backup_config()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get environment hot backup configuration options</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_data_dir.html" title="DB_ENV->set_data_dir()">
|
||
<span>DB_ENV->set_data_dir()</span>
|
||
|
||
</a>, <a class="xref" href="envget_data_dirs.html" title="DB_ENV->get_data_dirs()">
|
||
<span>DB_ENV->get_data_dirs()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the environment data directory</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_data_len.html" title="DB_ENV->set_data_len()">
|
||
<span>DB_ENV->set_data_len()</span>
|
||
|
||
</a>, <a class="xref" href="envget_data_len.html" title="DB_ENV->get_data_len()">
|
||
<span>DB_ENV->get_data_len()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the command line utility byte limit</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_create_dir.html" title="DB_ENV->set_create_dir()">
|
||
<span>DB_ENV->set_create_dir()</span>
|
||
|
||
</a>, <a class="xref" href="envget_create_dir.html" title="DB_ENV->get_create_dir()">
|
||
<span>DB_ENV->get_create_dir()</span>
|
||
|
||
</a></td>
|
||
<td>Add an environment data directory</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_encrypt.html" title="DB_ENV->set_encrypt()">
|
||
<span>DB_ENV->set_encrypt()</span>
|
||
|
||
</a>, <a class="xref" href="envget_encrypt_flags.html" title="DB_ENV->get_encrypt_flags()">
|
||
<span>DB_ENV->get_encrypt_flags()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the environment cryptographic key</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envevent_notify.html" title="DB_ENV->set_event_notify()">
|
||
<span>DB_ENV->set_event_notify()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set event notification callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envset_errcall.html" title="DB_ENV->set_errcall()">
|
||
<span>DB_ENV->set_errcall()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set error message callbacks</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_errfile.html" title="DB_ENV->set_errfile()">
|
||
<span>DB_ENV->set_errfile()</span>
|
||
|
||
</a>, <a class="xref" href="envget_errfile.html" title="DB_ENV->get_errfile()">
|
||
<span>DB_ENV->get_errfile()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get error message FILE</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_errpfx.html" title="DB_ENV->set_errpfx()">
|
||
<span>DB_ENV->set_errpfx()</span>
|
||
|
||
</a>, <a class="xref" href="envget_errpfx.html" title="DB_ENV->get_errpfx()">
|
||
<span>DB_ENV->get_errpfx()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get error message prefix</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envset_feedback.html" title="DB_ENV->set_feedback()">
|
||
<span>DB_ENV->set_feedback()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set feedback callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_flags.html" title="DB_ENV->set_flags()">
|
||
<span>DB_ENV->set_flags()</span>
|
||
|
||
</a>, <a class="xref" href="envget_flags.html" title="DB_ENV->get_flags()">
|
||
<span>DB_ENV->get_flags()</span>
|
||
|
||
</a></td>
|
||
<td>Environment configuration</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_intermediate_dir_mode.html" title="DB_ENV->set_intermediate_dir_mode()">
|
||
<span>DB_ENV->set_intermediate_dir_mode()</span>
|
||
|
||
</a>, <a class="xref" href="envget_intermediate_dir_mode.html" title="DB_ENV->get_intermediate_dir_mode()">
|
||
<span>DB_ENV->get_intermediate_dir_mode()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get intermediate directory creation mode</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envset_isalive.html" title="DB_ENV->set_isalive()">
|
||
<span>DB_ENV->set_isalive()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set thread is-alive callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_memory_init.html" title="DB_ENV->set_memory_init()">
|
||
<span>DB_ENV->set_memory_init()</span>
|
||
|
||
</a>, <a class="xref" href="envget_memory_init.html" title="DB_ENV->get_memory_init()">
|
||
<span>DB_ENV->get_memory_init()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get initial memory allocation</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_memory_max.html" title="DB_ENV->set_memory_max()">
|
||
<span>DB_ENV->set_memory_max()</span>
|
||
|
||
</a>, <a class="xref" href="envget_memory_max.html" title="DB_ENV->get_memory_max()">
|
||
<span>DB_ENV->get_memory_max()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get maximum memory allocation</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_metadata_dir.html" title="DB_ENV->set_metadata_dir()">
|
||
<span>DB_ENV->set_metadata_dir()</span>
|
||
|
||
</a>, <a class="xref" href="envget_metadata_dir.html" title="DB_ENV->get_metadata_dir()">
|
||
<span>DB_ENV->get_metadata_dir()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the directory containing environment metadata </td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envset_msgcall.html" title="DB_ENV->set_msgcall()">
|
||
<span>DB_ENV->set_msgcall()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set informational message callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_msgfile.html" title="DB_ENV->set_msgfile()">
|
||
<span>DB_ENV->set_msgfile()</span>
|
||
|
||
</a>, <a class="xref" href="envget_msgfile.html" title="DB_ENV->get_msgfile()">
|
||
<span>DB_ENV->get_msgfile()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get informational message FILE</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_msgpfx.html" title="DB_ENV->set_msgpfx()">
|
||
<span>DB_ENV->set_msgpfx()</span>
|
||
|
||
</a>, <a class="xref" href="envget_msgpfx.html" title="DB_ENV->get_msgpfx()">
|
||
<span>DB_ENV->get_msgpfx()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get informational message prefix</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_shm_key.html" title="DB_ENV->set_shm_key()">
|
||
<span>DB_ENV->set_shm_key()</span>
|
||
|
||
</a>, <a class="xref" href="envget_shm_key.html" title="DB_ENV->get_shm_key()">
|
||
<span>DB_ENV->get_shm_key()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get system memory shared segment ID</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_thread_count.html" title="DB_ENV->set_thread_count()">
|
||
<span>DB_ENV->set_thread_count()</span>
|
||
|
||
</a>, <a class="xref" href="envget_thread_count.html" title="DB_ENV->get_thread_count()">
|
||
<span>DB_ENV->get_thread_count()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get approximate thread count</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envset_thread_id.html" title="DB_ENV->set_thread_id()">
|
||
<span>DB_ENV->set_thread_id()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set thread of control ID function</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envset_thread_id_string.html" title="DB_ENV->set_thread_id_string()">
|
||
<span>DB_ENV->set_thread_id_string()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set thread of control ID format function</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_timeout.html" title="DB_ENV->set_timeout()">
|
||
<span>DB_ENV->set_timeout()</span>
|
||
|
||
</a>, <a class="xref" href="envget_timeout.html" title="DB_ENV->get_timeout()">
|
||
<span>DB_ENV->get_timeout()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get lock and transaction timeout</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_tmp_dir.html" title="DB_ENV->set_tmp_dir()">
|
||
<span>DB_ENV->set_tmp_dir()</span>
|
||
|
||
</a>, <a class="xref" href="envget_tmp_dir.html" title="DB_ENV->get_tmp_dir()">
|
||
<span>DB_ENV->get_tmp_dir()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the environment temporary file directory</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_verbose.html" title="DB_ENV->set_verbose()">
|
||
<span>DB_ENV->set_verbose()</span>
|
||
|
||
</a>, <a class="xref" href="envget_verbose.html" title="DB_ENV->get_verbose()">
|
||
<span>DB_ENV->get_verbose()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get verbose messages</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envstat.html" title="DB_ENV->stat_print()">
|
||
<span>DB_ENV->stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Environment statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envstrerror.html" title="db_strerror">
|
||
<span>db_strerror</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Error strings</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envversion.html" title="db_version">
|
||
<span>db_version</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return version information</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lk_conflicts.html" title="DB_ENV->set_lk_conflicts()">
|
||
<span>DB_ENV->set_lk_conflicts()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lk_conflicts.html" title="DB_ENV->get_lk_conflicts()">
|
||
<span>DB_ENV->get_lk_conflicts()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get lock conflicts matrix</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lk_detect.html" title="DB_ENV->set_lk_detect()">
|
||
<span>DB_ENV->set_lk_detect()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lk_detect.html" title="DB_ENV->get_lk_detect()">
|
||
<span>DB_ENV->get_lk_detect()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get automatic deadlock detection</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lk_max_lockers.html" title="DB_ENV->set_lk_max_lockers()">
|
||
<span>DB_ENV->set_lk_max_lockers()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lk_max_lockers.html" title="DB_ENV->get_lk_max_lockers()">
|
||
<span>DB_ENV->get_lk_max_lockers()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get maximum number of lockers</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lk_max_locks.html" title="DB_ENV->set_lk_max_locks()">
|
||
<span>DB_ENV->set_lk_max_locks()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lk_max_locks.html" title="DB_ENV->get_lk_max_locks()">
|
||
<span>DB_ENV->get_lk_max_locks()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get maximum number of locks</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lk_max_objects.html" title="DB_ENV->set_lk_max_objects()">
|
||
<span>DB_ENV->set_lk_max_objects()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lk_max_objects.html" title="DB_ENV->get_lk_max_objects()">
|
||
<span>DB_ENV->get_lk_max_objects()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get maximum number of lock objects</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lk_partitions.html" title="DB_ENV->set_lk_partitions()">
|
||
<span>DB_ENV->set_lk_partitions()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lk_partitions.html" title="DB_ENV->get_lk_partitions()">
|
||
<span>DB_ENV->get_lk_partitions()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get number of lock partitions</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lk_priority.html" title="DB_ENV->set_lk_priority()">
|
||
<span>DB_ENV->set_lk_priority()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lk_priority.html" title="DB_ENV->get_lk_priority()">
|
||
<span>DB_ENV->get_lk_priority()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get a locker's deadlock priority</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lk_tablesize.html" title="DB_ENV->set_lk_tablesize()">
|
||
<span>DB_ENV->set_lk_tablesize()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lk_tablesize.html" title="DB_ENV->get_lk_tablesize()">
|
||
<span>DB_ENV->get_lk_tablesize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get size of the lock object hash table</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="lockdetect.html" title="DB_ENV->lock_detect()">
|
||
<span>DB_ENV->lock_detect()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Perform deadlock detection</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="lockget.html" title="DB_ENV->lock_get()">
|
||
<span>DB_ENV->lock_get()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Acquire a lock</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="lockid.html" title="DB_ENV->lock_id()">
|
||
<span>DB_ENV->lock_id()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Acquire a locker ID</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="lockid_free.html" title="DB_ENV->lock_id_free()">
|
||
<span>DB_ENV->lock_id_free()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Release a locker ID</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="lockput.html" title="DB_ENV->lock_put()">
|
||
<span>DB_ENV->lock_put()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Release a lock</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="lockstat.html" title="DB_ENV->lock_stat()">
|
||
<span>DB_ENV->lock_stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return lock subsystem statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="lockstat_print.html" title="DB_ENV->lock_stat_print()">
|
||
<span>DB_ENV->lock_stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Print lock subsystem statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="lockvec.html" title="DB_ENV->lock_vec()">
|
||
<span>DB_ENV->lock_vec()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Acquire/release locks</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logarchive.html" title="DB_ENV->log_archive()">
|
||
<span>DB_ENV->log_archive()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>List log and database files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logcursor.html" title="DB_ENV->log_cursor()">
|
||
<span>DB_ENV->log_cursor()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Create a log cursor handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logfile.html" title="DB_ENV->log_file()">
|
||
<span>DB_ENV->log_file()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Map Log Sequence Numbers to log files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logflush.html" title="DB_ENV->log_flush()">
|
||
<span>DB_ENV->log_flush()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Flush log records</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logprintf.html" title="DB_ENV->log_printf()">
|
||
<span>DB_ENV->log_printf()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Append informational message to the log</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logput.html" title="DB_ENV->log_put()">
|
||
<span>DB_ENV->log_put()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Write a log record</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envlog_set_config.html" title="DB_ENV->log_set_config()">
|
||
<span>DB_ENV->log_set_config()</span>
|
||
|
||
</a>, <a class="xref" href="envlog_get_config.html" title="DB_ENV->log_get_config()">
|
||
<span>DB_ENV->log_get_config()</span>
|
||
|
||
</a></td>
|
||
<td>Configure the logging subsystem</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logstat.html" title="DB_ENV->log_stat()">
|
||
<span>DB_ENV->log_stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return log subsystem statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logstat_print.html" title="DB_ENV->log_stat_print()">
|
||
<span>DB_ENV->log_stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Print log subsystem statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lg_bsize.html" title="DB_ENV->set_lg_bsize()">
|
||
<span>DB_ENV->set_lg_bsize()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lg_bsize.html" title="DB_ENV->get_lg_bsize()">
|
||
<span>DB_ENV->get_lg_bsize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get log buffer size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lg_dir.html" title="DB_ENV->set_lg_dir()">
|
||
<span>DB_ENV->set_lg_dir()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lg_dir.html" title="DB_ENV->get_lg_dir()">
|
||
<span>DB_ENV->get_lg_dir()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the environment logging directory</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lg_filemode.html" title="DB_ENV->set_lg_filemode()">
|
||
<span>DB_ENV->set_lg_filemode()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lg_filemode.html" title="DB_ENV->get_lg_filemode()">
|
||
<span>DB_ENV->get_lg_filemode()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get log file mode</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lg_max.html" title="DB_ENV->set_lg_max()">
|
||
<span>DB_ENV->set_lg_max()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lg_max.html" title="DB_ENV->get_lg_max()">
|
||
<span>DB_ENV->get_lg_max()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get log file size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_lg_regionmax.html" title="DB_ENV->set_lg_regionmax()">
|
||
<span>DB_ENV->set_lg_regionmax()</span>
|
||
|
||
</a>, <a class="xref" href="envget_lg_regionmax.html" title="DB_ENV->get_lg_regionmax()">
|
||
<span>DB_ENV->get_lg_regionmax()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get logging region size</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logc.html" title="The DB_LOGC Handle">
|
||
The DB_LOGC Handle
|
||
</a>
|
||
</td>
|
||
<td>A log cursor handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logcclose.html" title="DB_LOGC->close()">
|
||
<span>DB_LOGC->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Close a log cursor</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logcget.html" title="DB_LOGC->get()">
|
||
<span>DB_LOGC->get()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Retrieve a log record</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="logcompare.html" title="log_compare">
|
||
<span>log_compare</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Compare two Log Sequence Numbers</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_mpf.html" title="DB->get_mpf()">
|
||
<span>DB->get_mpf()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return the DB_MPOOLFILE for a DB</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempfcreate.html" title="DB_ENV->memp_fcreate()">
|
||
<span>DB_ENV->memp_fcreate()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Create a memory pool file handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempregister.html" title="DB_ENV->memp_register()">
|
||
<span>DB_ENV->memp_register()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Register a custom file type</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempstat.html" title="DB_ENV->memp_stat()">
|
||
<span>DB_ENV->memp_stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return cache statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempstat_print.html" title="DB_ENV->memp_stat_print()">
|
||
<span>DB_ENV->memp_stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Print cache statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempsync.html" title="DB_ENV->memp_sync()">
|
||
<span>DB_ENV->memp_sync()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Flush all pages from the cache</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="memptrickle.html" title="DB_ENV->memp_trickle()">
|
||
<span>DB_ENV->memp_trickle()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Flush some pages from the cache</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_cache_max.html" title="DB_ENV->set_cache_max()">
|
||
<span>DB_ENV->set_cache_max()</span>
|
||
|
||
</a>, <a class="xref" href="envget_cache_max.html" title="DB_ENV->get_cache_max()">
|
||
<span>DB_ENV->get_cache_max()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the maximum cache size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_cachesize.html" title="DB_ENV->set_cachesize()">
|
||
<span>DB_ENV->set_cachesize()</span>
|
||
|
||
</a>, <a class="xref" href="envget_cachesize.html" title="DB_ENV->get_cachesize()">
|
||
<span>DB_ENV->get_cachesize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the environment cache size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_mp_max_openfd.html" title="DB_ENV->set_mp_max_openfd()">
|
||
<span>DB_ENV->set_mp_max_openfd()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_mp_max_openfd.html" title="DB_ENV->get_mp_max_openfd()">
|
||
<span>DB_ENV->get_mp_max_openfd()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the maximum number of open file descriptors</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_mp_max_write.html" title="DB_ENV->set_mp_max_write()">
|
||
<span>DB_ENV->set_mp_max_write()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_mp_max_write.html" title="DB_ENV->get_mp_max_write()">
|
||
<span>DB_ENV->get_mp_max_write()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the maximum number of sequential disk writes</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_mp_mmapsize.html" title="DB_ENV->set_mp_mmapsize()">
|
||
<span>DB_ENV->set_mp_mmapsize()</span>
|
||
|
||
</a>, <a class="xref" href="envget_mp_mmapsize.html" title="DB_ENV->get_mp_mmapsize()">
|
||
<span>DB_ENV->get_mp_mmapsize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get maximum file size to memory map when opened read-only</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_mp_mtxcount.html" title="DB_ENV->set_mp_mtxcount()">
|
||
<span>DB_ENV->set_mp_mtxcount()</span>
|
||
|
||
</a>, <a class="xref" href="envget_mp_mtxcount.html" title="DB_ENV->get_mp_mtxcount()">
|
||
<span>DB_ENV->get_mp_mtxcount()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the number of mutexes allocated to the hash table</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_mp_pagesize.html" title="DB_ENV->set_mp_pagesize()">
|
||
<span>DB_ENV->set_mp_pagesize()</span>
|
||
|
||
</a>, <a class="xref" href="envget_mp_pagesize.html" title="DB_ENV->get_mp_pagesize()">
|
||
<span>DB_ENV->get_mp_pagesize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get page size to configure the buffer pool</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_mp_tablesize.html" title="DB_ENV->set_mp_tablesize()">
|
||
<span>DB_ENV->set_mp_tablesize()</span>
|
||
|
||
</a>, <a class="xref" href="envget_mp_tablesize.html" title="DB_ENV->get_mp_tablesize()">
|
||
<span>DB_ENV->get_mp_tablesize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the hash table size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_region_dir.html" title="DB_ENV->set_region_dir()">
|
||
<span>DB_ENV->set_region_dir()</span>
|
||
|
||
</a>, <a class="xref" href="envget_region_dir.html" title="DB_ENV->get_region_dir()">
|
||
<span>DB_ENV->get_region_dir()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the environment region directory</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempfclose.html" title="DB_MPOOLFILE->close()">
|
||
<span>DB_MPOOLFILE->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Close a file in the cache</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempfget.html" title="DB_MPOOLFILE->get()">
|
||
<span>DB_MPOOLFILE->get()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Get page from a file in the cache</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempfopen.html" title="DB_MPOOLFILE->open()">
|
||
<span>DB_MPOOLFILE->open()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Open a file in the cache</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempput.html" title="DB_MPOOLFILE->put()">
|
||
<span>DB_MPOOLFILE->put()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return a page to the cache</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mempfsync.html" title="DB_MPOOLFILE->sync()">
|
||
<span>DB_MPOOLFILE->sync()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Flush pages from a file from the cache</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_clear_len.html" title="DB_MPOOLFILE->set_clear_len()">
|
||
<span>DB_MPOOLFILE->set_clear_len()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_clear_len.html" title="DB_MPOOLFILE->get_clear_len()">
|
||
<span>DB_MPOOLFILE->get_clear_len()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get number of bytes to clear when creating a new page</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_fileid.html" title="DB_MPOOLFILE->set_fileid()">
|
||
<span>DB_MPOOLFILE->set_fileid()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_fileid.html" title="DB_MPOOLFILE->get_fileid()">
|
||
<span>DB_MPOOLFILE->get_fileid()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get file unique identifier</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_flags.html" title="DB_MPOOLFILE->set_flags()">
|
||
<span>DB_MPOOLFILE->set_flags()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_flags.html" title="DB_MPOOLFILE->get_flags()">
|
||
<span>DB_MPOOLFILE->get_flags()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get file options</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_ftype.html" title="DB_MPOOLFILE->set_ftype()">
|
||
<span>DB_MPOOLFILE->set_ftype()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_ftype.html" title="DB_MPOOLFILE->get_ftype()">
|
||
<span>DB_MPOOLFILE->get_ftype()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get file type</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_lsn_offset.html" title="DB_MPOOLFILE->set_lsn_offset()">
|
||
<span>DB_MPOOLFILE->set_lsn_offset()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_lsn_offset.html" title="DB_MPOOLFILE->get_lsn_offset()">
|
||
<span>DB_MPOOLFILE->get_lsn_offset()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get file log-sequence-number offset</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_maxsize.html" title="DB_MPOOLFILE->set_maxsize()">
|
||
<span>DB_MPOOLFILE->set_maxsize()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_maxsize.html" title="DB_MPOOLFILE->get_maxsize()">
|
||
<span>DB_MPOOLFILE->get_maxsize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get maximum file size</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_pgcookie.html" title="DB_MPOOLFILE->set_pgcookie()">
|
||
<span>DB_MPOOLFILE->set_pgcookie()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_pgcookie.html" title="DB_MPOOLFILE->get_pgcookie()">
|
||
<span>DB_MPOOLFILE->get_pgcookie()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get file cookie for pgin/pgout</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mempset_priority.html" title="DB_MPOOLFILE->set_priority()">
|
||
<span>DB_MPOOLFILE->set_priority()</span>
|
||
|
||
</a>, <a class="xref" href="mempget_priority.html" title="DB_MPOOLFILE->get_priority()">
|
||
<span>DB_MPOOLFILE->get_priority()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get cache file priority</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutexalloc.html" title="DB_ENV->mutex_alloc()">
|
||
<span>DB_ENV->mutex_alloc()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Allocate a mutex</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutexfree.html" title="DB_ENV->mutex_free()">
|
||
<span>DB_ENV->mutex_free()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Free a mutex</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutexlock.html" title="DB_ENV->mutex_lock()">
|
||
<span>DB_ENV->mutex_lock()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Lock a mutex</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mutexset_align.html" title="DB_ENV->mutex_set_align()">
|
||
<span>DB_ENV->mutex_set_align()</span>
|
||
|
||
</a>, <a class="xref" href="mutexget_align.html" title="DB_ENV->mutex_get_align()">
|
||
<span>DB_ENV->mutex_get_align()</span>
|
||
|
||
</a></td>
|
||
<td>Configure mutex alignment</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mutexset_increment.html" title="DB_ENV->mutex_set_increment()">
|
||
<span>DB_ENV->mutex_set_increment()</span>
|
||
|
||
</a>, <a class="xref" href="mutexget_increment.html" title="DB_ENV->mutex_get_increment()">
|
||
<span>DB_ENV->mutex_get_increment()</span>
|
||
|
||
</a></td>
|
||
<td>Configure number of additional mutexes</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mutexset_init.html" title="DB_ENV->mutex_set_init()">
|
||
<span>DB_ENV->mutex_set_init()</span>
|
||
|
||
</a>, <a class="xref" href="mutexget_init.html" title="DB_ENV->mutex_get_init()">
|
||
<span>DB_ENV->mutex_get_init()</span>
|
||
|
||
</a></td>
|
||
<td>Configure initial number of mutexes</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mutexset_max.html" title="DB_ENV->mutex_set_max()">
|
||
<span>DB_ENV->mutex_set_max()</span>
|
||
|
||
</a>, <a class="xref" href="mutexget_max.html" title="DB_ENV->mutex_get_max()">
|
||
<span>DB_ENV->mutex_get_max()</span>
|
||
|
||
</a></td>
|
||
<td>Configure total number of mutexes</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="mutexset_tas_spins.html" title="DB_ENV->mutex_set_tas_spins()">
|
||
<span>DB_ENV->mutex_set_tas_spins()</span>
|
||
|
||
</a>, <a class="xref" href="mutexget_tas_spins.html" title="DB_ENV->mutex_get_tas_spins()">
|
||
<span>DB_ENV->mutex_get_tas_spins()</span>
|
||
|
||
</a></td>
|
||
<td>Configure test-and-set mutex spin count</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutexstat.html" title="DB_ENV->mutex_stat()">
|
||
<span>DB_ENV->mutex_stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Mutex statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutexstat_print.html" title="DB_ENV->mutex_stat_print()">
|
||
<span>DB_ENV->mutex_stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Print mutex statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutexunlock.html" title="DB_ENV->mutex_unlock()">
|
||
<span>DB_ENV->mutex_unlock()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Unlock a mutex</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbchannel_close.html" title="DB_CHANNEL->close()">
|
||
<span>DB_CHANNEL->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Closes a DB_CHANNEL handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbchannel_send_msg.html" title="DB_CHANNEL->send_msg()">
|
||
<span>DB_CHANNEL->send_msg()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Sends an asynchronous message on a DB_CHANNEL</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbchannel_send_request.html" title="DB_CHANNEL->send_request()">
|
||
<span>DB_CHANNEL->send_request()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Sends a synchronous message on a DB_CHANNEL</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbchannel_set_timeout.html" title="DB_CHANNEL->set_timeout()">
|
||
<span>DB_CHANNEL->set_timeout()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Sets the default timeout for a DB_CHANNEL</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbsite_get_address.html" title="DB_SITE->get_address()">
|
||
<span>DB_SITE->get_address()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns a site's network address</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbsite_get_eid.html" title="DB_SITE->get_eid()">
|
||
<span>DB_SITE->get_eid()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns a site's environment ID</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbsite_remove.html" title="DB_SITE->remove()">
|
||
<span>DB_SITE->remove()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Removes the site from the replication group</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="dbsite_set_config.html" title="DB_SITE->set_config()">
|
||
<span>DB_SITE->set_config()</span>
|
||
|
||
</a>, <a class="xref" href="dbsite_get_config.html" title="DB_SITE->get_config()">
|
||
<span>DB_SITE->get_config()</span>
|
||
|
||
</a></td>
|
||
<td>Configure a DB_SITE handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repelect.html" title="DB_ENV->rep_elect()">
|
||
<span>DB_ENV->rep_elect()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Hold a replication election</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmessage.html" title="DB_ENV->rep_process_message()">
|
||
<span>DB_ENV->rep_process_message()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Process a replication message</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="repclockskew.html" title="DB_ENV->rep_set_clockskew()">
|
||
<span>DB_ENV->rep_set_clockskew()</span>
|
||
|
||
</a>, <a class="xref" href="repget_clockskew.html" title="DB_ENV->rep_get_clockskew()">
|
||
<span>DB_ENV->rep_get_clockskew()</span>
|
||
|
||
</a></td>
|
||
<td>Configure master lease clock adjustment</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="repconfig.html" title="DB_ENV->rep_set_config()">
|
||
<span>DB_ENV->rep_set_config()</span>
|
||
|
||
</a>, <a class="xref" href="repget_config.html" title="DB_ENV->rep_get_config()">
|
||
<span>DB_ENV->rep_get_config()</span>
|
||
|
||
</a></td>
|
||
<td>Configure the replication subsystem</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="repset_limit.html" title="DB_ENV->rep_set_limit()">
|
||
<span>DB_ENV->rep_set_limit()</span>
|
||
|
||
</a>, <a class="xref" href="repget_limit.html" title="DB_ENV->rep_get_limit()">
|
||
<span>DB_ENV->rep_get_limit()</span>
|
||
|
||
</a></td>
|
||
<td>Limit data sent in response to a single message</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="repnsites.html" title="DB_ENV->rep_set_nsites()">
|
||
<span>DB_ENV->rep_set_nsites()</span>
|
||
|
||
</a>, <a class="xref" href="repget_nsites.html" title="DB_ENV->rep_get_nsites()">
|
||
<span>DB_ENV->rep_get_nsites()</span>
|
||
|
||
</a></td>
|
||
<td>Configure replication group site count</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="reppriority.html" title="DB_ENV->rep_set_priority()">
|
||
<span>DB_ENV->rep_set_priority()</span>
|
||
|
||
</a>, <a class="xref" href="repget_priority.html" title="DB_ENV->rep_get_priority()">
|
||
<span>DB_ENV->rep_get_priority()</span>
|
||
|
||
</a></td>
|
||
<td>Configure replication site priority</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="repset_request.html" title="DB_ENV->rep_set_request()">
|
||
<span>DB_ENV->rep_set_request()</span>
|
||
|
||
</a>, <a class="xref" href="repget_request.html" title="DB_ENV->rep_get_request()">
|
||
<span>DB_ENV->rep_get_request()</span>
|
||
|
||
</a></td>
|
||
<td>Configure replication client retransmission requests</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="repset_timeout.html" title="DB_ENV->rep_set_timeout()">
|
||
<span>DB_ENV->rep_set_timeout()</span>
|
||
|
||
</a>, <a class="xref" href="repget_timeout.html" title="DB_ENV->rep_get_timeout()">
|
||
<span>DB_ENV->rep_get_timeout()</span>
|
||
|
||
</a></td>
|
||
<td>Configure replication timeouts</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="reptransport.html" title="DB_ENV->rep_set_transport()">
|
||
<span>DB_ENV->rep_set_transport()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Configure replication transport callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repset_view.html" title="DB_ENV->rep_set_view()">
|
||
<span>DB_ENV->rep_set_view()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Configure the replication view callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repstart.html" title="DB_ENV->rep_start()">
|
||
<span>DB_ENV->rep_start()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Start replication</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repstat.html" title="DB_ENV->rep_stat()">
|
||
<span>DB_ENV->rep_stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Replication statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repstat_print.html" title="DB_ENV->rep_stat_print()">
|
||
<span>DB_ENV->rep_stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Print replication statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repsync.html" title="DB_ENV->rep_sync()">
|
||
<span>DB_ENV->rep_sync()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Replication synchronization</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgr_channel.html" title="DB_ENV->repmgr_channel()">
|
||
<span>DB_ENV->repmgr_channel()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Creates a DB_CHANNEL handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgr_local_site.html" title="DB_ENV->repmgr_local_site()">
|
||
<span>DB_ENV->repmgr_local_site()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns a DB_SITE handle for the local site</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgr_msg_dispatch.html" title="DB_ENV->repmgr_msg_dispatch()">
|
||
<span>DB_ENV->repmgr_msg_dispatch()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Configures a DB_CHANNEL's message dispatch function</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="repmgrset_ack_policy.html" title="DB_ENV->repmgr_set_ack_policy()">
|
||
<span>DB_ENV->repmgr_set_ack_policy()</span>
|
||
|
||
</a>, <a class="xref" href="repmgrget_ack_policy.html" title="DB_ENV->repmgr_get_ack_policy()">
|
||
<span>DB_ENV->repmgr_get_ack_policy()</span>
|
||
|
||
</a></td>
|
||
<td>Specify the Replication Manager's client acknowledgement policy</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="repmgrset_incoming_queue_max.html" title="DB_ENV->repmgr_set_incoming_queue_max()">
|
||
<span>DB_ENV->repmgr_set_incoming_queue_max()</span>
|
||
|
||
</a>, <a class="xref" href="repmgrget_incoming_queue_max.html" title="DB_ENV->repmgr_get_incoming_queue_max()">
|
||
<span>DB_ENV->repmgr_get_incoming_queue_max()</span>
|
||
|
||
</a></td>
|
||
<td>Configure the Replication Manager incoming queue size limit.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgrset_socket.html" title="DB_ENV->repmgr_set_socket()">
|
||
<span>DB_ENV->repmgr_set_socket()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Configure the Replication Manager's socket callback</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgr_site.html" title="DB_ENV->repmgr_site()">
|
||
<span>DB_ENV->repmgr_site()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Creates a DB_SITE handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgr_site_by_eid.html" title="DB_ENV->repmgr_site_by_eid()">
|
||
<span>DB_ENV->repmgr_site_by_eid()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Creates a DB_SITE handle given an EID value</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgrsite_list.html" title="DB_ENV->repmgr_site_list()">
|
||
<span>DB_ENV->repmgr_site_list()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>List the sites and their status</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgrset_ssl.html" title="DB_ENV->repmgr_set_ssl_config()">
|
||
<span>DB_ENV->repmgr_set_ssl_config()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Configures the SSL Support for the Replication Manager</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgrstart.html" title="DB_ENV->repmgr_start()">
|
||
<span>DB_ENV->repmgr_start()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Start the Replication Manager</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgrstat.html" title="DB_ENV->repmgr_stat()">
|
||
<span>DB_ENV->repmgr_stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Replication Manager statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgrstat_print.html" title="DB_ENV->repmgr_stat_print()">
|
||
<span>DB_ENV->repmgr_stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Print Replication Manager statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbsite_close.html" title="DB_SITE->close()">
|
||
<span>DB_SITE->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Closes the DB_SITE handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envtxn_applied.html" title="DB_ENV->txn_applied()">
|
||
<span>DB_ENV->txn_applied()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Check if a transaction has been replicated</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnset_commit_token.html" title="DB_TXN->set_commit_token()">
|
||
<span>DB_TXN->set_commit_token()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set a commit token</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqcreate.html" title="db_sequence_create">
|
||
<span>db_sequence_create</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Create a sequence handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqclose.html" title="DB_SEQUENCE->close()">
|
||
<span>DB_SEQUENCE->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Close a sequence</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqget.html" title="DB_SEQUENCE->get()">
|
||
<span>DB_SEQUENCE->get()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Get the next sequence element(s)</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqget_dbp.html" title="DB_SEQUENCE->get_dbp()">
|
||
<span>DB_SEQUENCE->get_dbp()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return a handle for the underlying sequence database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqget_key.html" title="DB_SEQUENCE->get_key()">
|
||
<span>DB_SEQUENCE->get_key()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return the key for a sequence</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqinitial_value.html" title="DB_SEQUENCE->initial_value()">
|
||
<span>DB_SEQUENCE->initial_value()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set the initial value of a sequence</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqopen.html" title="DB_SEQUENCE->open()">
|
||
<span>DB_SEQUENCE->open()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Open a sequence</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqremove.html" title="DB_SEQUENCE->remove()">
|
||
<span>DB_SEQUENCE->remove()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Remove a sequence</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="seqset_cachesize.html" title="DB_SEQUENCE->set_cachesize()">
|
||
<span>DB_SEQUENCE->set_cachesize()</span>
|
||
|
||
</a>, <a class="xref" href="seqget_cachesize.html" title="DB_SEQUENCE->get_cachesize()">
|
||
<span>DB_SEQUENCE->get_cachesize()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the cache size of a sequence</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="seqset_flags.html" title="DB_SEQUENCE->set_flags()">
|
||
<span>DB_SEQUENCE->set_flags()</span>
|
||
|
||
</a>, <a class="xref" href="seqget_flags.html" title="DB_SEQUENCE->get_flags()">
|
||
<span>DB_SEQUENCE->get_flags()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the flags for a sequence</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="seqset_range.html" title="DB_SEQUENCE->set_range()">
|
||
<span>DB_SEQUENCE->set_range()</span>
|
||
|
||
</a>, <a class="xref" href="seqget_range.html" title="DB_SEQUENCE->get_range()">
|
||
<span>DB_SEQUENCE->get_range()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get the range for a sequence</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqstat.html" title="DB_SEQUENCE->stat()">
|
||
<span>DB_SEQUENCE->stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return sequence statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="seqstat_print.html" title="DB_SEQUENCE->stat_print()">
|
||
<span>DB_SEQUENCE->stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Print sequence statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbget_transactional.html" title="DB->get_transactional()">
|
||
<span>DB->get_transactional()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Does the DB have transaction support</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="envcdsgroup_begin.html" title="DB_ENV->cdsgroup_begin()">
|
||
<span>DB_ENV->cdsgroup_begin()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Get a locker ID in Berkeley DB Concurrent Data Store</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_tx_max.html" title="DB_ENV->set_tx_max()">
|
||
<span>DB_ENV->set_tx_max()</span>
|
||
|
||
</a>, <a class="xref" href="envget_tx_max.html" title="DB_ENV->get_tx_max()">
|
||
<span>DB_ENV->get_tx_max()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get maximum number of transactions</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_tx_timestamp.html" title="DB_ENV->set_tx_timestamp()">
|
||
<span>DB_ENV->set_tx_timestamp()</span>
|
||
|
||
</a>, <a class="xref" href="envget_tx_timestamp.html" title="DB_ENV->get_tx_timestamp()">
|
||
<span>DB_ENV->get_tx_timestamp()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get recovery timestamp</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnrecover.html" title="DB_ENV->txn_recover()">
|
||
<span>DB_ENV->txn_recover()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Distributed transaction recovery</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnbegin.html" title="DB_ENV->txn_begin()">
|
||
<span>DB_ENV->txn_begin()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Begin a transaction</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txncheckpoint.html" title="DB_ENV->txn_checkpoint()">
|
||
<span>DB_ENV->txn_checkpoint()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Checkpoint the transaction subsystem</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnstat.html" title="DB_ENV->txn_stat()">
|
||
<span>DB_ENV->txn_stat()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return transaction subsystem statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnstat_print.html" title="DB_ENV->txn_stat_print()">
|
||
<span>DB_ENV->txn_stat_print()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Print transaction subsystem statistics</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnabort.html" title="DB_TXN->abort()">
|
||
<span>DB_TXN->abort()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Abort a transaction</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txncommit.html" title="DB_TXN->commit()">
|
||
<span>DB_TXN->commit()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Commit a transaction</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txndiscard.html" title="DB_TXN->discard()">
|
||
<span>DB_TXN->discard()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Discard a prepared but not resolved transaction handle</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnid.html" title="DB_TXN->id()">
|
||
<span>DB_TXN->id()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Return a transaction's ID</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnprepare.html" title="DB_TXN->prepare()">
|
||
<span>DB_TXN->prepare()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Prepare a transaction for commit</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="txnset_name.html" title="DB_TXN->set_name()">
|
||
<span>DB_TXN->set_name()</span>
|
||
|
||
</a>, <a class="xref" href="txnget_name.html" title="DB_TXN->get_name()">
|
||
<span>DB_TXN->get_name()</span>
|
||
|
||
</a></td>
|
||
<td>Associate a string with a transaction</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="txnset_priority.html" title="DB_TXN->set_priority()">
|
||
<span>DB_TXN->set_priority()</span>
|
||
|
||
</a>, <a class="xref" href="txnget_priority.html" title="DB_TXN->get_priority()">
|
||
<span>DB_TXN->get_priority()</span>
|
||
|
||
</a></td>
|
||
<td>Set/get transaction's priority</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="txnset_timeout.html" title="DB_TXN->set_timeout()">
|
||
<span>DB_TXN->set_timeout()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Set transaction timeout</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="set_blob_dir.html" title="DB->set_ext_file_dir()">
|
||
<span>DB->set_ext_file_dir()</span>
|
||
|
||
</a>, <a class="xref" href="get_blob_dir.html" title="DB->get_ext_file_dir()">
|
||
<span>DB->get_ext_file_dir()</span>
|
||
|
||
</a></td>
|
||
<td>Sets/gets the location where external file data is stored</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="set_blob_threshold.html" title="DB->set_ext_file_threshold()">
|
||
<span>DB->set_ext_file_threshold()</span>
|
||
|
||
</a>, <a class="xref" href="get_blob_threshold.html" title="DB->get_ext_file_threshold()">
|
||
<span>DB->get_ext_file_threshold()</span>
|
||
|
||
</a></td>
|
||
<td>Sets/gets the size when data records are stored as external files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbstream.html" title="DBC->db_stream()">
|
||
<span>DBC->db_stream()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Create an external file stream</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbstream_close.html" title="DB_STREAM->close()">
|
||
<span>DB_STREAM->close()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Close an external file stream</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbstream_read.html" title="DB_STREAM->read()">
|
||
<span>DB_STREAM->read()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Read an external file stream</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbstream_size.html" title="DB_STREAM->size()">
|
||
<span>DB_STREAM->size()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Returns the size of an external file</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbstream_write.html" title="DB_STREAM->write()">
|
||
<span>DB_STREAM->write()</span>
|
||
|
||
</a>
|
||
</td>
|
||
<td>Write an external file stream</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_blob_dir.html" title="DB_ENV->set_ext_file_dir()">
|
||
<span>DB_ENV->set_ext_file_dir()</span>
|
||
|
||
</a>, <a class="xref" href="envget_blob_dir.html" title="DB_ENV->get_ext_file_dir()">
|
||
<span>DB_ENV->get_ext_file_dir()</span>
|
||
|
||
</a></td>
|
||
<td>Sets/gets the location where external file data is stored</td>
|
||
</tr>
|
||
<tr>
|
||
<td><a class="xref" href="envset_blob_threshold.html" title="DB_ENV->set_ext_file_threshold()">
|
||
<span>DB_ENV->set_ext_file_threshold()</span>
|
||
|
||
</a>, <a class="xref" href="envget_blob_threshold.html" title="DB_ENV->get_ext_file_threshold()">
|
||
<span>DB_ENV->get_ext_file_threshold()</span>
|
||
|
||
</a></td>
|
||
<td>Sets/gets the default size for the environment when external files are used</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_archive.html" title="db_archive">db_archive</a>
|
||
</td>
|
||
<td>Archival utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_checkpoint.html" title="db_checkpoint">db_checkpoint</a>
|
||
</td>
|
||
<td>Transaction checkpoint utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_convert.html" title="db_convert">db_convert</a>
|
||
</td>
|
||
<td>Database convert utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_deadlock.html" title="db_deadlock">db_deadlock</a>
|
||
</td>
|
||
<td>Deadlock detection utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_dump.html" title="db_dump">db_dump</a>
|
||
</td>
|
||
<td>Database dump utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_hotbackup.html" title="db_hotbackup">db_hotbackup</a>
|
||
</td>
|
||
<td>Hot backup utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_load.html" title="db_load">db_load</a>
|
||
</td>
|
||
<td>Database load utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_log_verify.html" title="db_log_verify">db_log_verify</a>
|
||
</td>
|
||
<td>Log verification utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_printlog.html" title="db_printlog">db_printlog</a>
|
||
</td>
|
||
<td>Transaction log display utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_recover.html" title="db_recover">db_recover</a>
|
||
</td>
|
||
<td>Recovery utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_replicate.html" title="db_replicate">db_replicate</a>
|
||
</td>
|
||
<td>Replication utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_stat.html" title="db_stat">db_stat</a>
|
||
</td>
|
||
<td>Statistics utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_tuner.html" title="db_tuner">db_tuner</a>
|
||
</td>
|
||
<td>Suggest a page size for optimal operation in a btree database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_upgrade.html" title="db_upgrade">db_upgrade</a>
|
||
</td>
|
||
<td>Database upgrade utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_verify.html" title="db_verify">db_verify</a>
|
||
</td>
|
||
<td>Verification utility</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="dbm.html" title="dbm/ndbm">dbm/ndbm</a>
|
||
</td>
|
||
<td>Compatibility for applications written to the historic dbm or hdbm interfaces</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="hsearch.html" title="hsearch">hsearch</a>
|
||
</td>
|
||
<td>Compatibility for applications written to the historic hsearch interface</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_close.html" title="db_env_set_func_close">db_env_set_func_close</a>
|
||
</td>
|
||
<td>Replace Berkeley DB calls to close() with the identified function.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_dirfree.html" title="db_env_set_func_dirfree">db_env_set_func_dirfree</a>
|
||
</td>
|
||
<td>Specify function used to free memory obtained due to a directory walk.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_dirlist.html" title="db_env_set_func_dirlist">db_env_set_func_dirlist</a>
|
||
</td>
|
||
<td>Specify function used to free memory obtained due to a directory list.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_exists.html" title="db_env_set_func_exists">db_env_set_func_exists</a>
|
||
</td>
|
||
<td>Specify function used to determine whether a file exists.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_file_map.html" title="db_env_set_func_file_map">db_env_set_func_file_map</a>
|
||
</td>
|
||
<td>Specify function used to map a file into memory.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_free.html" title="db_env_set_func_free">db_env_set_func_free</a>
|
||
</td>
|
||
<td>Specify function used to free memory.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_fsync.html" title="db_env_set_func_fsync">db_env_set_func_fsync</a>
|
||
</td>
|
||
<td>Specify function used to sync a file to disk.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_ftruncate.html" title="db_env_set_func_ftruncate">db_env_set_func_ftruncate</a>
|
||
</td>
|
||
<td>Specify function used to truncate a file.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_ioinfo.html" title="db_env_set_func_ioinfo">db_env_set_func_ioinfo</a>
|
||
</td>
|
||
<td>Specify function used to determine file characteristics.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_malloc.html" title="db_env_set_func_malloc">db_env_set_func_malloc</a>
|
||
</td>
|
||
<td>Specify function used to allocate memory.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_open.html" title="db_env_set_func_open">db_env_set_func_open</a>
|
||
</td>
|
||
<td>Specify function used to open a file.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_pread.html" title="db_env_set_func_pread">db_env_set_func_pread</a>
|
||
</td>
|
||
<td>Specify function used to read data from an object.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_pwrite.html" title="db_env_set_func_pwrite">db_env_set_func_pwrite</a>
|
||
</td>
|
||
<td>Specify function used to write data to an object.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_read.html" title="db_env_set_func_read">db_env_set_func_read</a>
|
||
</td>
|
||
<td>Specify function used to read data from an object.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_realloc.html" title="db_env_set_func_realloc">db_env_set_func_realloc</a>
|
||
</td>
|
||
<td>Specify function used to change the size of memory pointed to by a pointer.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_region_map.html" title="db_env_set_func_region_map">db_env_set_func_region_map</a>
|
||
</td>
|
||
<td>Specify function used to created shared memory regions.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_rename.html" title="db_env_set_func_rename">db_env_set_func_rename</a>
|
||
</td>
|
||
<td>Specify function used to change the name of a file.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_seek.html" title="db_env_set_func_seek">db_env_set_func_seek</a>
|
||
</td>
|
||
<td>Specify function used to specify a location in a file.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_unlink.html" title="db_env_set_func_unlink">db_env_set_func_unlink</a>
|
||
</td>
|
||
<td>Specify function used to delete a file.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_write.html" title="db_env_set_func_write">db_env_set_func_write</a>
|
||
</td>
|
||
<td>Specify function used to write data to an object.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="db_env_set_func_yield.html" title="db_env_set_func_yield">db_env_set_func_yield</a>
|
||
</td>
|
||
<td>Specify function used to yield the processor to another thread of control.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="add_data_dir_parameter.html" title="add_data_dir">add_data_dir</a>
|
||
</td>
|
||
<td>Adds a directory to be searched for database files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="home_dir_parameter.html" title="home_dir">home_dir</a>
|
||
</td>
|
||
<td>Sets the home directory for a database slice</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutex_set_align_parameter.html" title="mutex_set_align">mutex_set_align</a>
|
||
</td>
|
||
<td>Sets the mutex alignment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutex_set_increment_parameter.html" title="mutex_set_increment">mutex_set_increment</a>
|
||
</td>
|
||
<td>Configures the number of additional mutexes to allocate</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutex_set_max_parameter.html" title="mutex_set_max">mutex_set_max</a>
|
||
</td>
|
||
<td>Configures the total number of mutexes to allocate</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="mutex_set_tas_spins_parameter.html" title="mutex_set_tas_spins">mutex_set_tas_spins</a>
|
||
</td>
|
||
<td>Specifies the number of times the test-and-set mutexes should spin without blocking</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="rep_set_clockskew_parameter.html" title="rep_set_clockskew">rep_set_clockskew</a>
|
||
</td>
|
||
<td>Sets the clock skew ratio</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="rep_set_config_parameter.html" title="rep_set_config">rep_set_config</a>
|
||
</td>
|
||
<td>Configures the Berkeley DB replication subsystem</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="rep_set_limit_parameter.html" title="rep_set_limit">rep_set_limit</a>
|
||
</td>
|
||
<td>Sets record transmission throttling</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="rep_set_nsites_parameter.html" title="rep_set_nsites">rep_set_nsites</a>
|
||
</td>
|
||
<td>Specifies the total number of sites in a replication group</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="rep_set_priority_parameter.html" title="rep_set_priority">rep_set_priority</a>
|
||
</td>
|
||
<td>Specifies the database environment's priority</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="rep_set_request_parameter.html" title="rep_set_request">rep_set_request</a>
|
||
</td>
|
||
<td>Sets a threshold before requesting retransmission of a missing message</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="rep_set_timeout_parameter.html" title="rep_set_timeout">rep_set_timeout</a>
|
||
</td>
|
||
<td>Specifies a variety of replication timeout values</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgr_set_ack_policy_parameter.html" title="repmgr_set_ack_policy">repmgr_set_ack_policy</a>
|
||
</td>
|
||
<td>Specifies how master and client sites will handle acknowledgment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgr_set_incoming_queue_max_parameter.html" title="repmgr_set_incoming_queue_max">
|
||
repmgr_set_incoming_queue_max
|
||
</a>
|
||
</td>
|
||
<td>Configure the Replication Manager incoming queue size limit</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="repmgr_site_parameter.html" title="repmgr_site">repmgr_site</a>
|
||
</td>
|
||
<td>Identifies a Replication Manager host</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_cachesize_parameter.html" title="set_cachesize">set_cachesize</a>
|
||
</td>
|
||
<td>Sets the size of the shared memory buffer pool</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_cache_max_parameter.html" title="set_cache_max">set_cache_max</a>
|
||
</td>
|
||
<td>Sets the maximum size for set_cachesize parameter</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_create_dir_parameter.html" title="set_create_dir">set_create_dir</a>
|
||
</td>
|
||
<td>Sets the directory path to create the access method database files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_data_len_parameter.html" title="set_data_len">set_data_len</a>
|
||
</td>
|
||
<td>Sets the maximum number of bytes displayed by some utilities</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_flags_parameter.html" title="set_flags">set_flags</a>
|
||
</td>
|
||
<td>Configures a database environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_intermediate_dir_mode_parameter.html" title="set_intermediate_dir_mode">set_intermediate_dir_mode</a>
|
||
</td>
|
||
<td>Configures the directory permissions</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lg_bsize_parameter.html" title="set_lg_bsize">set_lg_bsize</a>
|
||
</td>
|
||
<td>Sets the size of the in-memory log buffer</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lg_dir_parameter.html" title="set_lg_dir">set_lg_dir</a>
|
||
</td>
|
||
<td>Sets the path of the directory for logging files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lg_filemode_parameter.html" title="set_lg_filemode">set_lg_filemode</a>
|
||
</td>
|
||
<td>Sets the absolute file mode for created log files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lg_max_parameter.html" title="set_lg_max">set_lg_max</a>
|
||
</td>
|
||
<td>Sets the maximum size of a single file in the log</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lg_regionmax_parameter.html" title="set_lg_regionmax">set_lg_regionmax</a>
|
||
</td>
|
||
<td>Sets the size of the underlying logging area</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lk_detect_parameter.html" title="set_lk_detect">set_lk_detect</a>
|
||
</td>
|
||
<td>Sets the maximum number of locking entities</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lk_max_lockers_parameter.html" title="set_lk_max_lockers">set_lk_max_lockers</a>
|
||
</td>
|
||
<td>Sets the maximum number of locking entities</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lk_max_locks_parameter.html" title="set_lk_max_locks">set_lk_max_locks</a>
|
||
</td>
|
||
<td>Sets the maximum number of locks supported by the Berkeley DB environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lk_max_objects_parameter.html" title="set_lk_max_objects">set_lk_max_objects</a>
|
||
</td>
|
||
<td>Sets the maximum number of locked objects</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_lk_partitions_parameter.html" title="set_lk_partitions">set_lk_partitions</a>
|
||
</td>
|
||
<td>Sets the number of lock table partitions in the Berkeley DB environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_slice_count_parameter.html" title="set_slice_count">set_slice_count</a>
|
||
</td>
|
||
<td>Sets the number of slices used for a sliced database</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="slice_parameter.html" title="slice">slice</a>
|
||
</td>
|
||
<td>Sets a configuration option for a database slice</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="log_set_config_parameter.html" title="log_set_config">log_set_config</a>
|
||
</td>
|
||
<td>Configures the Berkeley DB logging subsystem</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_mp_max_openfd_parameter.html" title="set_mp_max_openfd">set_mp_max_openfd</a>
|
||
</td>
|
||
<td>Limits the number of file descriptors the library will open concurrently when flushing dirty pages from the cache</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_mp_max_write_parameter.html" title="set_mp_max_write">set_mp_max_write</a>
|
||
</td>
|
||
<td>Limits the number of sequential write operations</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_mp_mmapsize_parameter.html" title="set_mp_mmapsize">set_mp_mmapsize</a>
|
||
</td>
|
||
<td>Sets the maximum file size</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_open_flags_parameter.html" title="set_open_flags">set_open_flags</a>
|
||
</td>
|
||
<td>Initializes specific subsystems of the Berkeley DB environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_region_dir_parameter.html" title="set_region_dir">set_region_dir</a>
|
||
</td>
|
||
<td>Sets the path of the directory for disk backed region files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_shm_key_parameter.html" title="set_shm_key">set_shm_key</a>
|
||
</td>
|
||
<td>Configures the database environment's base segment ID</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_thread_count_parameter.html" title="set_thread_count">set_thread_count</a>
|
||
</td>
|
||
<td>Declares an approximate number of threads in the database environment</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_timeout_parameter.html" title="set_timeout">set_timeout</a>
|
||
</td>
|
||
<td>Sets timeout values for locks or transactions</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_tmp_dir_parameter.html" title="set_tmp_dir">set_tmp_dir</a>
|
||
</td>
|
||
<td>Specifies the directory path of temporary files</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_tx_max_parameter.html" title="set_tx_max">set_tx_max</a>
|
||
</td>
|
||
<td>Configures support of simultaneously active transactions</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<a class="xref" href="set_verbose_parameter.html" title="set_verbose">set_verbose</a>
|
||
</td>
|
||
<td>Enables/disables the Berkeley DB message output</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div>
|
||
<div class="legalnotice">
|
||
<a id="idm139753806834512"></a>
|
||
<p class="legalnotice-title">
|
||
<b>Legal Notice</b>
|
||
</p>
|
||
<p>
|
||
Copyright © 2002 - 2019 Oracle and/or its affiliates. All rights
|
||
reserved.
|
||
</p>
|
||
<p>
|
||
This software and related documentation are provided under a
|
||
license agreement containing restrictions on use and disclosure
|
||
and are protected by intellectual property laws. Except as
|
||
expressly permitted in your license agreement or allowed by
|
||
law, you may not use, copy, reproduce, translate, broadcast,
|
||
modify, license, transmit, distribute, exhibit, perform,
|
||
publish, or display any part, in any form, or by any means.
|
||
Reverse engineering, disassembly, or decompilation of this
|
||
software, unless required by law for interoperability, is
|
||
prohibited.
|
||
</p>
|
||
<p>
|
||
The information contained herein is subject to change without
|
||
notice and is not warranted to be error-free. If you find any
|
||
errors, please report them to us in writing.
|
||
</p>
|
||
<p>
|
||
Berkeley DB,
|
||
|
||
|
||
and
|
||
Sleepycat are trademarks or registered trademarks of
|
||
Oracle. All rights to these marks are reserved.
|
||
No third-party use is permitted without the
|
||
express prior written consent of Oracle.
|
||
</p>
|
||
<p>
|
||
Other names may be trademarks of their respective owners.
|
||
</p>
|
||
<p>
|
||
If this is software or related documentation that is delivered
|
||
to the U.S. Government or anyone licensing it on behalf of the
|
||
U.S. Government, the following notice is applicable:
|
||
</p>
|
||
<p>
|
||
U.S. GOVERNMENT END USERS: Oracle programs, including any
|
||
operating system, integrated software, any programs installed
|
||
on the hardware, and/or documentation, delivered to U.S.
|
||
Government end users are "commercial computer software"
|
||
pursuant to the applicable Federal Acquisition Regulation and
|
||
agency-specific supplemental regulations. As such, use,
|
||
duplication, disclosure, modification, and adaptation of the
|
||
programs, including any operating system, integrated software,
|
||
any programs installed on the hardware, and/or documentation,
|
||
shall be subject to license terms and license restrictions
|
||
applicable to the programs. No other rights are granted to the
|
||
U.S. Government.
|
||
</p>
|
||
<p>
|
||
This software or hardware is developed for general use in a
|
||
variety of information management applications. It is not
|
||
developed or intended for use in any inherently dangerous
|
||
applications, including applications that may create a risk of
|
||
personal injury. If you use this software or hardware in
|
||
dangerous applications, then you shall be responsible to take
|
||
all appropriate fail-safe, backup, redundancy, and other
|
||
measures to ensure its safe use. Oracle Corporation and its
|
||
affiliates disclaim any liability for any damages caused by use
|
||
of this software or hardware in dangerous applications.
|
||
</p>
|
||
<p>
|
||
Oracle and Java are registered trademarks of Oracle and/or its
|
||
affiliates. Other names may be trademarks of their respective
|
||
owners.
|
||
</p>
|
||
<p>
|
||
Intel and Intel Xeon are trademarks or registered trademarks of
|
||
Intel Corporation. All SPARC trademarks are used under license
|
||
and are trademarks or registered trademarks of SPARC
|
||
International, Inc. AMD, Opteron, the AMD logo, and the AMD
|
||
Opteron logo are trademarks or registered trademarks of
|
||
Advanced Micro Devices. UNIX is a registered trademark of The
|
||
Open Group.
|
||
</p>
|
||
<p>
|
||
This software or hardware and documentation may provide access
|
||
to or information on content, products, and services from third
|
||
parties. Oracle Corporation and its affiliates are not
|
||
responsible for and expressly disclaim all warranties of any
|
||
kind with respect to third-party content, products, and
|
||
services. Oracle Corporation and its affiliates will not be
|
||
responsible for any loss, costs, or damages incurred due to
|
||
your access to or use of third-party content, products, or
|
||
services.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<p class="pubdate">1-Jun-2020</p>
|
||
</div>
|
||
</div>
|
||
<hr />
|
||
</div>
|
||
</div>
|
||
<div class="navfooter">
|
||
<hr />
|
||
<table width="100%" summary="Navigation footer">
|
||
<tr>
|
||
<td width="40%" align="left"> </td>
|
||
<td width="20%" align="center"> </td>
|
||
<td width="40%" align="right"> <a accesskey="n" href="preface.html">Next</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="40%" align="left" valign="top"> </td>
|
||
<td width="20%" align="center"> </td>
|
||
<td width="40%" align="right" valign="top"> Preface</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</body>
|
||
</html>
|