diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/C/rep.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/rep.html')
| -rw-r--r-- | docs/api_reference/C/rep.html | 55 |
1 files changed, 36 insertions, 19 deletions
diff --git a/docs/api_reference/C/rep.html b/docs/api_reference/C/rep.html index b3108176..02d62a63 100644 --- a/docs/api_reference/C/rep.html +++ b/docs/api_reference/C/rep.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -69,8 +69,11 @@ <p> Finally, Replication Manager applications use the <a class="link" href="db_site.html" title="The DB_SITE Handle">DB_SITE</a> class to manage - and configure replication sites. This handle is not used in any - way by Base API applications. + and configure replication sites. The + <a class="link" href="db_channel.html" title="The DB_CHANNEL Handle">DB_CHANNEL</a> class can + be used to transmit custom messages between sites in the + replication group. These classes are not used in + any way by Base API applications. </p> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> @@ -109,12 +112,6 @@ </tr> <tr> <td> - <a class="xref" href="dbchannel_set_timeout.html" title="DB_CHANNEL->set_timeout()">DB_CHANNEL->set_timeout()</a> - </td> - <td>Sets the default timeout for the DB_CHANNEL</td> - </tr> - <tr> - <td> <a class="xref" href="repmgr_channel.html" title="DB_ENV->repmgr_channel()">DB_ENV->repmgr_channel()</a> </td> <td>Creates a DB_CHANNEL handle</td> @@ -129,13 +126,21 @@ <td> <a class="xref" href="repmgr_msg_dispatch.html" title="DB_ENV->repmgr_msg_dispatch()">DB_ENV->repmgr_msg_dispatch()</a> </td> - <td>Creates a DB_CHANNEL handle</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()">DB_ENV->repmgr_set_ack_policy()</a>, <a class="xref" href="repmgrget_ack_policy.html" title="DB_ENV->repmgr_get_ack_policy()">DB_ENV->repmgr_get_ack_policy()</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()"> + DB_ENV->repmgr_set_incoming_queue_max() + </a>, <a class="xref" href="repmgrget_incoming_queue_max.html" title="DB_ENV->repmgr_get_incoming_queue_max()"> + DB_ENV->repmgr_get_incoming_queue_max() + </a></td> + <td>Configure the Replication Manager incoming queue size limit.</td> + </tr> + <tr> <td> <a class="xref" href="repmgr_site.html" title="DB_ENV->repmgr_site()">DB_ENV->repmgr_site()</a> </td> @@ -172,6 +177,12 @@ <td>Print Replication Manager statistics</td> </tr> <tr> + <td> + <a class="xref" href="dbsite_close.html" title="DB_SITE->close()">DB_SITE->close()</a> + </td> + <td>Closes the DB_SITE handle</td> + </tr> + <tr> <td colspan="2"> <span class="bold"> <strong>Base API Methods</strong> @@ -228,12 +239,6 @@ <td>Replication synchronization</td> </tr> <tr> - <td> - <a class="xref" href="envtxn_applied.html" title="DB_ENV->txn_applied()">DB_ENV->txn_applied()</a> - </td> - <td>Check if a transaction has been replicated</td> - </tr> - <tr> <td colspan="2"> <span class="bold"> <strong>Replication Configuration</strong> @@ -242,9 +247,9 @@ </tr> <tr> <td> - <a class="xref" href="dbsite_close.html" title="DB_SITE->close()">DB_SITE->close()</a> + <a class="xref" href="dbchannel_set_timeout.html" title="DB_CHANNEL->set_timeout()">DB_CHANNEL->set_timeout()</a> </td> - <td>Closes the DB_SITE handle</td> + <td>Sets the default timeout for a DB_CHANNEL</td> </tr> <tr> <td> @@ -256,7 +261,7 @@ <td> <a class="xref" href="dbsite_get_eid.html" title="DB_SITE->get_eid()">DB_SITE->get_eid()</a> </td> - <td>Returns a site's Environment ID</td> + <td>Returns a site's environment ID</td> </tr> <tr> <td> @@ -297,6 +302,12 @@ <td>Configure replication timeouts</td> </tr> <tr> + <td> + <a class="xref" href="repset_view.html" title="DB_ENV->rep_set_view()">DB_ENV->rep_set_view()</a> + </td> + <td>Configure the replication view callback</td> + </tr> + <tr> <td colspan="2"> <span class="bold"> <strong>Transaction Operations</strong> @@ -305,6 +316,12 @@ </tr> <tr> <td> + <a class="xref" href="envtxn_applied.html" title="DB_ENV->txn_applied()">DB_ENV->txn_applied()</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()">DB_TXN->set_commit_token()</a> </td> <td>Set a commit token</td> |
