diff options
Diffstat (limited to 'docs/api_reference/CXX/rep.html')
| -rw-r--r-- | docs/api_reference/CXX/rep.html | 55 |
1 files changed, 36 insertions, 19 deletions
diff --git a/docs/api_reference/CXX/rep.html b/docs/api_reference/CXX/rep.html index a698770f..5a3b7a26 100644 --- a/docs/api_reference/CXX/rep.html +++ b/docs/api_reference/CXX/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 DbSite Handle">DbSite</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 DbChannel Handle">DbChannel</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="DbChannel::set_timeout()">DbChannel::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="DbEnv::repmgr_channel()">DbEnv::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="DbEnv::repmgr_msg_dispatch()">DbEnv::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="DbEnv::repmgr_set_ack_policy()">DbEnv::repmgr_set_ack_policy()</a>, <a class="xref" href="repmgrget_ack_policy.html" title="DbEnv::repmgr_get_ack_policy()">DbEnv::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="DbEnv::repmgr_set_incoming_queue_max()"> + DbEnv::repmgr_set_incoming_queue_max() + </a>, <a class="xref" href="repmgrget_incoming_queue_max.html" title="DbEnv::repmgr_get_incoming_queue_max()"> + DbEnv::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="DbEnv::repmgr_site()">DbEnv::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="DbSite::close()">DbSite::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="DbEnv::txn_applied()">DbEnv::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="DbSite::close()">DbSite::close()</a> + <a class="xref" href="dbchannel_set_timeout.html" title="DbChannel::set_timeout()">DbChannel::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="DbSite::get_eid()">DbSite::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="DbEnv::rep_set_view()">DbEnv::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="DbEnv::txn_applied()">DbEnv::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="DbTxn::set_commit_token()">DbTxn::set_commit_token()</a> </td> <td>Set a commit token</td> |
