diff options
Diffstat (limited to 'docs/api_reference/C/repmgrset_ack_policy.html')
| -rw-r--r-- | docs/api_reference/C/repmgrset_ack_policy.html | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/docs/api_reference/C/repmgrset_ack_policy.html b/docs/api_reference/C/repmgrset_ack_policy.html index b095058e..8bf190a2 100644 --- a/docs/api_reference/C/repmgrset_ack_policy.html +++ b/docs/api_reference/C/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 10. Replication Methods" /> <link rel="prev" href="repmgr_msg_dispatch.html" title="DB_ENV->repmgr_msg_dispatch()" /> - <link rel="next" href="repmgr_site.html" title="DB_ENV->repmgr_site()" /> + <link rel="next" href="repmgrset_incoming_queue_max.html" title="DB_ENV->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 10. 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 @@ DB_ENV->repmgr_set_ack_policy(DB_ENV *env, int ack_policy); </pre> <p> The <code class="methodname">DB_ENV->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 @@ -94,7 +96,7 @@ DB_ENV->repmgr_set_ack_policy(DB_ENV *env, int ack_policy); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62331520"></a>Parameters</h3> + <h3 class="title"><a id="idp4079536"></a>Parameters</h3> </div> </div> </div> @@ -102,7 +104,7 @@ DB_ENV->repmgr_set_ack_policy(DB_ENV *env, int ack_policy); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62351936"></a>ack_policy</h4> + <h4 class="title"><a id="idp4088264"></a>ack_policy</h4> </div> </div> </div> @@ -192,7 +194,7 @@ DB_ENV->repmgr_set_ack_policy(DB_ENV *env, int ack_policy); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62390696"></a>Errors</h3> + <h3 class="title"><a id="idp4129928"></a>Errors</h3> </div> </div> </div> @@ -209,7 +211,7 @@ DB_ENV->repmgr_set_ack_policy(DB_ENV *env, int ack_policy); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62382840"></a>EINVAL</h4> + <h4 class="title"><a id="idp4121856"></a>EINVAL</h4> </div> </div> </div> @@ -224,7 +226,7 @@ DB_ENV->repmgr_set_ack_policy(DB_ENV *env, int ack_policy); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62394056"></a>Class</h3> + <h3 class="title"><a id="idp4133288"></a>Class</h3> </div> </div> </div> @@ -236,7 +238,7 @@ DB_ENV->repmgr_set_ack_policy(DB_ENV *env, int ack_policy); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62396976"></a>See Also</h3> + <h3 class="title"><a id="idp4136208"></a>See Also</h3> </div> </div> </div> @@ -253,14 +255,16 @@ DB_ENV->repmgr_set_ack_policy(DB_ENV *env, 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">DB_ENV->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"> DB_ENV->repmgr_site()</td> + <td width="40%" align="right" valign="top"> + DB_ENV->repmgr_set_incoming_queue_max() + </td> </tr> </table> </div> |
