summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/repmgrset_ack_policy.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/CXX/repmgrset_ack_policy.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/api_reference/CXX/repmgrset_ack_policy.html')
-rw-r--r--docs/api_reference/CXX/repmgrset_ack_policy.html30
1 files changed, 17 insertions, 13 deletions
diff --git a/docs/api_reference/CXX/repmgrset_ack_policy.html b/docs/api_reference/CXX/repmgrset_ack_policy.html
index 31fcccba..2f6ef4d0 100644
--- a/docs/api_reference/CXX/repmgrset_ack_policy.html
+++ b/docs/api_reference/CXX/repmgrset_ack_policy.html
@@ -9,12 +9,12 @@
<link rel="start" href="index.html" title="Berkeley DB C++ API Reference" />
<link rel="up" href="rep.html" title="Chapter 11.  Replication Methods" />
<link rel="prev" href="repmgr_msg_dispatch.html" title="DbEnv::repmgr_msg_dispatch()" />
- <link rel="next" href="repmgr_site.html" title="DbEnv::repmgr_site()" />
+ <link rel="next" href="repmgrset_incoming_queue_max.html" title="DbEnv::repmgr_set_incoming_queue_max()" />
</head>
<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>
@@ -25,7 +25,7 @@
<th width="60%" align="center">Chapter 11. 
Replication Methods
</th>
- <td width="20%" align="right"> <a accesskey="n" href="repmgr_site.html">Next</a></td>
+ <td width="20%" align="right"> <a accesskey="n" href="repmgrset_incoming_queue_max.html">Next</a></td>
</tr>
</table>
<hr />
@@ -45,8 +45,10 @@ DbEnv::repmgr_set_ack_policy(int ack_policy); </pre>
<p>
The <code class="methodname">DbEnv::repmgr_set_ack_policy()</code> method specifies how master and
client sites will handle acknowledgment of replication messages which are necessary for
- "permanent" records. The current implementation requires all sites in a replication group
- configure the same acknowledgement policy.
+ "permanent" records. View sites never send these
+ acknowledgements and are not counted by any acknowledgement policy.
+ The current implementation requires all sites in a replication group
+ to configure the same acknowledgement policy.
</p>
<p>
The database environment's replication subsystem may also be configured using the
@@ -96,7 +98,7 @@ DbEnv::repmgr_set_ack_policy(int ack_policy); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4519872"></a>Parameters</h3>
+ <h3 class="title"><a id="idp4570792"></a>Parameters</h3>
</div>
</div>
</div>
@@ -104,7 +106,7 @@ DbEnv::repmgr_set_ack_policy(int ack_policy); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4520064"></a>ack_policy</h4>
+ <h4 class="title"><a id="idp4570168"></a>ack_policy</h4>
</div>
</div>
</div>
@@ -194,7 +196,7 @@ DbEnv::repmgr_set_ack_policy(int ack_policy); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4548328"></a>Errors</h3>
+ <h3 class="title"><a id="idp4599432"></a>Errors</h3>
</div>
</div>
</div>
@@ -213,7 +215,7 @@ DbEnv::repmgr_set_ack_policy(int ack_policy); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4556920"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp4606856"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -228,7 +230,7 @@ DbEnv::repmgr_set_ack_policy(int ack_policy); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4543976"></a>Class</h3>
+ <h3 class="title"><a id="idp4593624"></a>Class</h3>
</div>
</div>
</div>
@@ -240,7 +242,7 @@ DbEnv::repmgr_set_ack_policy(int ack_policy); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4558096"></a>See Also</h3>
+ <h3 class="title"><a id="idp4609184"></a>See Also</h3>
</div>
</div>
</div>
@@ -257,14 +259,16 @@ DbEnv::repmgr_set_ack_policy(int ack_policy); </pre>
<td width="20%" align="center">
<a accesskey="u" href="rep.html">Up</a>
</td>
- <td width="40%" align="right"> <a accesskey="n" href="repmgr_site.html">Next</a></td>
+ <td width="40%" align="right"> <a accesskey="n" href="repmgrset_incoming_queue_max.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">DbEnv::repmgr_msg_dispatch() </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
- <td width="40%" align="right" valign="top"> DbEnv::repmgr_site()</td>
+ <td width="40%" align="right" valign="top"> 
+ DbEnv::repmgr_set_incoming_queue_max()
+ </td>
</tr>
</table>
</div>