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/CXX/repstat.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/CXX/repstat.html')
| -rw-r--r-- | docs/api_reference/CXX/repstat.html | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/docs/api_reference/CXX/repstat.html b/docs/api_reference/CXX/repstat.html index afedffde..dc281798 100644 --- a/docs/api_reference/CXX/repstat.html +++ b/docs/api_reference/CXX/repstat.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> @@ -492,7 +492,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <span class="bold"><strong>uintmax_t st_nthrottles;</strong></span> </p> <p> - Transmission limited. This indicates the number of times that data + The number of times that data transmission was stopped to limit the amount of data sent in response to a single call to <a class="xref" href="repmessage.html" title="DbEnv::rep_process_message()">DbEnv::rep_process_message()</a>. </p> @@ -553,7 +553,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <span class="bold"><strong>u_int32_t st_status;</strong></span> </p> <p> - The current replication mode. Set to + The current replication role. Set to <a class="link" href="repmgrstart.html#repmgrstart_DB_REP_MASTER">DB_REP_MASTER</a> if the environment is a replication master, <a class="link" href="repmgrstart.html#repmgrstart_DB_REP_CLIENT">DB_REP_CLIENT</a> @@ -571,6 +571,14 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> </li> <li> <p> + <span class="bold"><strong>u_int32_t st_view;</strong></span> + </p> + <p> + The current site is a replication view. + </p> + </li> + <li> + <p> <span class="bold"><strong>DB_LSN st_waiting_lsn;</strong></span> </p> <p> @@ -607,7 +615,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4438944"></a>Parameters</h3> + <h3 class="title"><a id="idp4423840"></a>Parameters</h3> </div> </div> </div> @@ -615,7 +623,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4406840"></a>statp</h4> + <h4 class="title"><a id="idp4478216"></a>statp</h4> </div> </div> </div> @@ -628,7 +636,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4442464"></a>flags</h4> + <h4 class="title"><a id="idp4482624"></a>flags</h4> </div> </div> </div> @@ -654,7 +662,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4447888"></a>Errors</h3> + <h3 class="title"><a id="idp4487256"></a>Errors</h3> </div> </div> </div> @@ -672,7 +680,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4455416"></a>EINVAL</h4> + <h4 class="title"><a id="idp4495000"></a>EINVAL</h4> </div> </div> </div> @@ -686,7 +694,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4454336"></a>Class</h3> + <h3 class="title"><a id="idp4493920"></a>Class</h3> </div> </div> </div> @@ -698,7 +706,7 @@ DbEnv::rep_stat(DB_REP_STAT **statp, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4450968"></a>See Also</h3> + <h3 class="title"><a id="idp4490768"></a>See Also</h3> </div> </div> </div> |
