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/envtxn_applied.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/envtxn_applied.html')
| -rw-r--r-- | docs/api_reference/C/envtxn_applied.html | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/docs/api_reference/C/envtxn_applied.html b/docs/api_reference/C/envtxn_applied.html index 92581b4a..92a26a35 100644 --- a/docs/api_reference/C/envtxn_applied.html +++ b/docs/api_reference/C/envtxn_applied.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="repmgrstat_print.html" title="DB_ENV->repmgr_stat_print()" /> + <link rel="prev" href="dbsite_close.html" title="DB_SITE->close()" /> <link rel="next" href="txnset_commit_token.html" title="DB_TXN->set_commit_token()" /> </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->txn_applied()</th> </tr> <tr> - <td width="20%" align="left"><a accesskey="p" href="repmgrstat_print.html">Prev</a> </td> + <td width="20%" align="left"><a accesskey="p" href="dbsite_close.html">Prev</a> </td> <th width="60%" align="center">Chapter 10. Replication Methods </th> @@ -90,7 +90,7 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, Returned if the transaction is expected to never arrive. This occurs if the transaction has not been applied at the local site because the transaction has been rolled back due - to a master takeover. + to a change of master. </p> </li> </ul> @@ -99,7 +99,7 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62475912"></a>Parameters</h3> + <h3 class="title"><a id="idp4253624"></a>Parameters</h3> </div> </div> </div> @@ -107,44 +107,44 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62467032"></a>flags</h4> + <h4 class="title"><a id="idp4261408"></a>token</h4> </div> </div> </div> <p> - The <span class="bold"><strong>flags</strong></span> parameter is - currently unused, and must be set to 0. + A pointer to a buffer containing a copy of a commit token + previously generated at the replication group's master + environment. Commit tokens are created using the + <a class="xref" href="txnset_commit_token.html" title="DB_TXN->set_commit_token()">DB_TXN->set_commit_token()</a> + method. </p> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62496144"></a>token</h4> + <h4 class="title"><a id="idp4269736"></a>timeout</h4> </div> </div> </div> <p> - A pointer to a buffer containing a copy of a commit token - previously generated at the replication group's master - environment. Commit tokens are created using the - <a class="xref" href="txnset_commit_token.html" title="DB_TXN->set_commit_token()">DB_TXN->set_commit_token()</a> - method. + Specifies the maximum time to wait for the transaction to + arrive by replication, expressed in microseconds. + To check the status of the transaction + without waiting, provide a timeout value of 0. </p> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62500800"></a>timeout</h4> + <h4 class="title"><a id="idp4276856"></a>flags</h4> </div> </div> </div> <p> - Specifies the maximum time to wait for the transaction to - arrive by replication, expressed in microseconds. - To check the status of the transaction - without waiting, provide a timeout value of 0. + The <span class="bold"><strong>flags</strong></span> parameter is + currently unused, and must be set to 0. </p> </div> </div> @@ -152,7 +152,7 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62480184"></a>Errors</h3> + <h3 class="title"><a id="idp4270944"></a>Errors</h3> </div> </div> </div> @@ -168,7 +168,7 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62460400"></a>DB_KEYEMPTY</h4> + <h4 class="title"><a id="idp4260224"></a>DB_KEYEMPTY</h4> </div> </div> </div> @@ -182,7 +182,7 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62510008"></a> DB_LOCK_DEADLOCK</h4> + <h4 class="title"><a id="idp4257400"></a> DB_LOCK_DEADLOCK</h4> </div> </div> </div> @@ -198,12 +198,13 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62510656"></a>EINVAL</h4> + <h4 class="title"><a id="idp4280456"></a>EINVAL</h4> </div> </div> </div> <p> - If the specified token was generated from a non-replicated + If the database environment was not already opened; or if + the specified token was generated from a non-replicated database environment. </p> </div> @@ -212,7 +213,7 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62502960"></a>Class</h3> + <h3 class="title"><a id="idp4273104"></a>Class</h3> </div> </div> </div> @@ -224,7 +225,7 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62494344"></a>See Also</h3> + <h3 class="title"><a id="idp4225400"></a>See Also</h3> </div> </div> </div> @@ -238,14 +239,14 @@ DB_ENV->txn_applied(DB_ENV *env, DB_TXN_TOKEN *token, <hr /> <table width="100%" summary="Navigation footer"> <tr> - <td width="40%" align="left"><a accesskey="p" href="repmgrstat_print.html">Prev</a> </td> + <td width="40%" align="left"><a accesskey="p" href="dbsite_close.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="txnset_commit_token.html">Next</a></td> </tr> <tr> - <td width="40%" align="left" valign="top">DB_ENV->repmgr_stat_print() </td> + <td width="40%" align="left" valign="top">DB_SITE->close() </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> |
