summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/envtxn_applied.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/CXX/envtxn_applied.html')
-rw-r--r--docs/api_reference/CXX/envtxn_applied.html57
1 files changed, 29 insertions, 28 deletions
diff --git a/docs/api_reference/CXX/envtxn_applied.html b/docs/api_reference/CXX/envtxn_applied.html
index 2a723a06..e5676238 100644
--- a/docs/api_reference/CXX/envtxn_applied.html
+++ b/docs/api_reference/CXX/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 11.  Replication Methods" />
- <link rel="prev" href="repmgrstat_print.html" title="DbEnv::repmgr_stat_print()" />
+ <link rel="prev" href="dbsite_close.html" title="DbSite::close()" />
<link rel="next" href="txnset_commit_token.html" title="DbTxn::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">DbEnv::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 11. 
Replication Methods
</th>
@@ -90,7 +90,7 @@ DB_ENV-&gt;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-&gt;txn_applied(DB_ENV *env, DB_TXN_TOKEN *token,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4649000"></a>Parameters</h3>
+ <h3 class="title"><a id="idp4734016"></a>Parameters</h3>
</div>
</div>
</div>
@@ -107,44 +107,44 @@ DB_ENV-&gt;txn_applied(DB_ENV *env, DB_TXN_TOKEN *token,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4607680"></a>flags</h4>
+ <h4 class="title"><a id="idp4710256"></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="DbTxn::set_commit_token()">DbTxn::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="idp4662760"></a>token</h4>
+ <h4 class="title"><a id="idp4742512"></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="DbTxn::set_commit_token()">DbTxn::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="idp4663904"></a>timeout</h4>
+ <h4 class="title"><a id="idp4749640"></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-&gt;txn_applied(DB_ENV *env, DB_TXN_TOKEN *token,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4652048"></a>Errors</h3>
+ <h3 class="title"><a id="idp4743720"></a>Errors</h3>
</div>
</div>
</div>
@@ -170,7 +170,7 @@ DB_ENV-&gt;txn_applied(DB_ENV *env, DB_TXN_TOKEN *token,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4668640"></a>DB_KEYEMPTY</h4>
+ <h4 class="title"><a id="idp4737056"></a>DB_KEYEMPTY</h4>
</div>
</div>
</div>
@@ -184,7 +184,7 @@ DB_ENV-&gt;txn_applied(DB_ENV *env, DB_TXN_TOKEN *token,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4659064"></a><span>DbDeadlockException or </span> DB_LOCK_DEADLOCK</h4>
+ <h4 class="title"><a id="idp4748320"></a><span>DbDeadlockException or </span> DB_LOCK_DEADLOCK</h4>
</div>
</div>
</div>
@@ -205,12 +205,13 @@ DB_ENV-&gt;txn_applied(DB_ENV *env, DB_TXN_TOKEN *token,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp4657344"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp4750312"></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>
@@ -219,7 +220,7 @@ DB_ENV-&gt;txn_applied(DB_ENV *env, DB_TXN_TOKEN *token,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4650160"></a>Class</h3>
+ <h3 class="title"><a id="idp4713904"></a>Class</h3>
</div>
</div>
</div>
@@ -231,7 +232,7 @@ DB_ENV-&gt;txn_applied(DB_ENV *env, DB_TXN_TOKEN *token,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp4637632"></a>See Also</h3>
+ <h3 class="title"><a id="idp4742984"></a>See Also</h3>
</div>
</div>
</div>
@@ -245,14 +246,14 @@ DB_ENV-&gt;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">DbEnv::repmgr_stat_print() </td>
+ <td width="40%" align="left" valign="top">DbSite::close() </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>