summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/repmgr_site.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/CXX/repmgr_site.html')
-rw-r--r--docs/api_reference/CXX/repmgr_site.html39
1 files changed, 21 insertions, 18 deletions
diff --git a/docs/api_reference/CXX/repmgr_site.html b/docs/api_reference/CXX/repmgr_site.html
index 953b0ed8..94a2c421 100644
--- a/docs/api_reference/CXX/repmgr_site.html
+++ b/docs/api_reference/CXX/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 11.  Replication Methods" />
- <link rel="prev" href="repmgrset_ack_policy.html" title="DbEnv::repmgr_set_ack_policy()" />
+ <link rel="prev" href="repmgrset_incoming_queue_max.html" title="DbEnv::repmgr_set_incoming_queue_max()" />
<link rel="next" href="repmgr_site_by_eid.html" title="DbEnv::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">DbEnv::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 11. 
Replication Methods
</th>
@@ -45,9 +45,9 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
DB_SITE **sitep, u_int32_t flags); </pre>
<p>
The <code class="methodname">DbEnv::repmgr_site()</code> method returns a
- DbSite handle that defines a site's
- host/port network address. You use the DbSite
- handle to configure and manage replication sites.
+ DbSite handle that defines a site's network address.
+ You use the DbSite
+ handle to configure and manage a Replication Manager site.
</p>
<p>
This method allocates memory for the handle, returning a pointer to
@@ -80,7 +80,7 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4541336"></a>Parameters</h3>
+ <h3 class="title"><a id="idp4617944"></a>Parameters</h3>
</div>
</div>
</div>
@@ -88,7 +88,7 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4513416"></a>host</h4>
+ <h4 class="title"><a id="idp4617488"></a>host</h4>
</div>
</div>
</div>
@@ -100,7 +100,7 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4560720"></a>port</h4>
+ <h4 class="title"><a id="idp4625408"></a>port</h4>
</div>
</div>
</div>
@@ -112,7 +112,7 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4561128"></a>sitep</h4>
+ <h4 class="title"><a id="idp4625816"></a>sitep</h4>
</div>
</div>
</div>
@@ -125,7 +125,7 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4561576"></a>flags</h4>
+ <h4 class="title"><a id="idp4626264"></a>flags</h4>
</div>
</div>
</div>
@@ -139,7 +139,7 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4531720"></a>Errors</h3>
+ <h3 class="title"><a id="idp4618800"></a>Errors</h3>
</div>
</div>
</div>
@@ -158,7 +158,7 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4504704"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp4623704"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -172,7 +172,7 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4551496"></a>Class</h3>
+ <h3 class="title"><a id="idp4622624"></a>Class</h3>
</div>
</div>
</div>
@@ -184,12 +184,13 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4537888"></a>See Also</h3>
+ <h3 class="title"><a id="idp4621936"></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 DbSite Handle">The DbSite Handle</a>
</p>
</div>
</div>
@@ -197,14 +198,16 @@ DbEnv::repmgr_site(const char * host, u_int16_t port,
<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">DbEnv::repmgr_set_ack_policy() </td>
+ <td width="40%" align="left" valign="top">
+ DbEnv::repmgr_set_incoming_queue_max()
+  </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>