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/repmgr_site.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/repmgr_site.html')
| -rw-r--r-- | docs/api_reference/C/repmgr_site.html | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/docs/api_reference/C/repmgr_site.html b/docs/api_reference/C/repmgr_site.html index 7272001c..e8010a8e 100644 --- a/docs/api_reference/C/repmgr_site.html +++ b/docs/api_reference/C/repmgr_site.html @@ -8,20 +8,20 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <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="repmgrset_ack_policy.html" title="DB_ENV->repmgr_set_ack_policy()" /> + <link rel="prev" href="repmgrset_incoming_queue_max.html" title="DB_ENV->repmgr_set_incoming_queue_max()" /> <link rel="next" href="repmgr_site_by_eid.html" title="DB_ENV->repmgr_site_by_eid()" /> </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> <th colspan="3" align="center">DB_ENV->repmgr_site()</th> </tr> <tr> - <td width="20%" align="left"><a accesskey="p" href="repmgrset_ack_policy.html">Prev</a> </td> + <td width="20%" align="left"><a accesskey="p" href="repmgrset_incoming_queue_max.html">Prev</a> </td> <th width="60%" align="center">Chapter 10. Replication Methods </th> @@ -45,9 +45,9 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, u_int port, DB_SITE **sitep, u_int32_t flags); </pre> <p> The <code class="methodname">DB_ENV->repmgr_site()</code> method returns a - DB_SITE handle that defines a site's - host/port network address. You use the DB_SITE - handle to configure and manage replication sites. + DB_SITE handle that defines a site's network address. + You use the DB_SITE + handle to configure and manage a Replication Manager site. </p> <p> This method allocates memory for the handle, returning a pointer to @@ -78,7 +78,7 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62352672"></a>Parameters</h3> + <h3 class="title"><a id="idp4147952"></a>Parameters</h3> </div> </div> </div> @@ -86,7 +86,7 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62378328"></a>host</h4> + <h4 class="title"><a id="idp4147216"></a>host</h4> </div> </div> </div> @@ -98,7 +98,7 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62402432"></a>port</h4> + <h4 class="title"><a id="idp4155696"></a>port</h4> </div> </div> </div> @@ -110,7 +110,7 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62402840"></a>sitep</h4> + <h4 class="title"><a id="idp4156104"></a>sitep</h4> </div> </div> </div> @@ -123,7 +123,7 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62403288"></a>flags</h4> + <h4 class="title"><a id="idp4156552"></a>flags</h4> </div> </div> </div> @@ -137,7 +137,7 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62351552"></a>Errors</h3> + <h3 class="title"><a id="idp4148808"></a>Errors</h3> </div> </div> </div> @@ -154,7 +154,7 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62387960"></a>EINVAL</h4> + <h4 class="title"><a id="idp4146288"></a>EINVAL</h4> </div> </div> </div> @@ -168,7 +168,7 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62393904"></a>Class</h3> + <h3 class="title"><a id="idp4105584"></a>Class</h3> </div> </div> </div> @@ -180,12 +180,13 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62391144"></a>See Also</h3> + <h3 class="title"><a id="idp4151760"></a>See Also</h3> </div> </div> </div> <p> - <a class="xref" href="rep.html#replist" title="Replication and Related Methods">Replication and Related Methods</a> + <a class="xref" href="rep.html#replist" title="Replication and Related Methods">Replication and Related Methods</a>, + <a class="xref" href="db_site.html" title="The DB_SITE Handle">The DB_SITE Handle</a> </p> </div> </div> @@ -193,14 +194,16 @@ DB_ENV->repmgr_site(DB_ENV *env, const char *host, <hr /> <table width="100%" summary="Navigation footer"> <tr> - <td width="40%" align="left"><a accesskey="p" href="repmgrset_ack_policy.html">Prev</a> </td> + <td width="40%" align="left"><a accesskey="p" href="repmgrset_incoming_queue_max.html">Prev</a> </td> <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_by_eid.html">Next</a></td> </tr> <tr> - <td width="40%" align="left" valign="top">DB_ENV->repmgr_set_ack_policy() </td> + <td width="40%" align="left" valign="top"> + DB_ENV->repmgr_set_incoming_queue_max() + </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> |
