This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ed77eb5  Updated site at revision 8f6373e
ed77eb5 is described below

commit ed77eb5e33948b6bb0a22e5daaa821ff15092783
Author: jenkins <[email protected]>
AuthorDate: Mon Feb 26 08:45:00 2018 +0000

    Updated site at revision 8f6373e
---
 content/docs/latest/api/javadoc/index-all.html     |  5 +---
 .../org/apache/bookkeeper/client/LedgerHandle.html | 33 ++++++----------------
 .../bookkeeper/client/class-use/BKException.html   |  5 +---
 3 files changed, 10 insertions(+), 33 deletions(-)

diff --git a/content/docs/latest/api/javadoc/index-all.html 
b/content/docs/latest/api/javadoc/index-all.html
index c75a30f..a0b1cb3 100644
--- a/content/docs/latest/api/javadoc/index-all.html
+++ b/content/docs/latest/api/javadoc/index-all.html
@@ -4910,10 +4910,7 @@
 <div class="block">Read operations failed (bookie error).</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/LedgerHandle.html#readExplicitLastConfirmed--">readExplicitLastConfirmed()</a></span>
 - Method in class org.apache.bookkeeper.client.<a 
href="org/apache/bookkeeper/client/LedgerHandle.html" title="class in 
org.apache.bookkeeper.client">LedgerHandle</a></dt>
-<dd>
-<div class="block">Obtains synchronously the explicit last add confirmed from 
a quorum of
- bookies.</div>
-</dd>
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/bookkeeper/client/api/ReadHandle.html" 
title="interface in org.apache.bookkeeper.client.api"><span 
class="typeNameLink">ReadHandle</span></a> - Interface in <a 
href="org/apache/bookkeeper/client/api/package-summary.html">org.apache.bookkeeper.client.api</a></dt>
 <dd>
 <div class="block">Provide read access to a ledger.</div>
diff --git 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerHandle.html
 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerHandle.html
index 500a2a6..c02fabb 100644
--- 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerHandle.html
+++ 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerHandle.html
@@ -656,10 +656,7 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.htm
 </tr>
 <tr id="i51" class="rowColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#readExplicitLastConfirmed--">readExplicitLastConfirmed</a></span>()</code>
-<div class="block">Obtains synchronously the explicit last add confirmed from 
a quorum of
- bookies.</div>
-</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#readExplicitLastConfirmed--">readExplicitLastConfirmed</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i52" class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long</a>&gt;</code></td>
@@ -1856,7 +1853,7 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.htm
                           <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;ctx)</pre>
 <div class="block">Add entry asynchronously to an open ledger, using an offset 
and range.
  This can be used only with <a 
href="../../../../org/apache/bookkeeper/client/LedgerHandleAdv.html" 
title="class in org.apache.bookkeeper.client"><code>LedgerHandleAdv</code></a> 
returned through
- ledgers created with <a 
href="../../../../org/apache/bookkeeper/client/BookKeeper.html#createLedgerAdv-int-int-int-org.apache.bookkeeper.client.BookKeeper.DigestType-byte:A-"><code>BookKeeper.createLedgerAdv(int,
 int, int, DigestType, byte[])</code></a>.</div>
+ ledgers created with <code>createLedgerAdv(int, int, int, DigestType, 
byte[])</code>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>entryId</code> - entryId of the entry to add.</dd>
@@ -2143,11 +2140,12 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.htm
 <pre>public&nbsp;void&nbsp;asyncReadExplicitLastConfirmed(<a 
href="../../../../org/apache/bookkeeper/client/AsyncCallback.ReadLastConfirmedCallback.html"
 title="interface in 
org.apache.bookkeeper.client">AsyncCallback.ReadLastConfirmedCallback</a>&nbsp;cb,
                                            <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;ctx)</pre>
 <div class="block">Obtains asynchronously the explicit last add confirmed from 
a quorum of
- bookies. This call obtains the the explicit last add confirmed each
- bookie has received for this ledger and returns the maximum. If in the
- write LedgerHandle, explicitLAC feature is not enabled then this will
- return <a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#INVALID_ENTRY_ID"><code>INVALID_ENTRY_ID</code></a>.
 If the read explicit
- lastaddconfirmed is greater than getLastAddConfirmed, then it updates the
+ bookies. This call obtains Explicit LAC value and piggy-backed LAC value 
(just like
+ ) from each
+ bookie in the ensemble and returns the maximum.
+ If in the write LedgerHandle, explicitLAC feature is not enabled then this 
call behavior
+ will be similar to .
+ If the read explicit lastaddconfirmed is greater than getLastAddConfirmed, 
then it updates the
  lastAddConfirmed of this ledgerhandle. If the ledger has been closed, it
  returns the value of the last add confirmed from the metadata.</div>
 <dl>
@@ -2168,25 +2166,10 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.htm
 <pre>public&nbsp;long&nbsp;readExplicitLastConfirmed()
                                throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a>,
                                       <a 
href="../../../../org/apache/bookkeeper/client/BKException.html" title="class 
in org.apache.bookkeeper.client">BKException</a></pre>
-<div class="block">Obtains synchronously the explicit last add confirmed from 
a quorum of
- bookies. This call obtains the the explicit last add confirmed each
- bookie has received for this ledger and returns the maximum. If in the
- write LedgerHandle, explicitLAC feature is not enabled then this will
- return <a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#INVALID_ENTRY_ID"><code>INVALID_ENTRY_ID</code></a>.
 If the read explicit
- lastaddconfirmed is greater than getLastAddConfirmed, then it updates the
- lastAddConfirmed of this ledgerhandle. If the ledger has been closed, it
- returns the value of the last add confirmed from the metadata.</div>
 <dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The entry id of the explicit last confirmed write or
-         <a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#INVALID_ENTRY_ID"><code>INVALID_ENTRY_ID</code></a>
 if no entry has been
-         confirmed or if explicitLAC feature is not enabled in write
-         LedgerHandle.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></code></dd>
 <dd><code><a href="../../../../org/apache/bookkeeper/client/BKException.html" 
title="class in org.apache.bookkeeper.client">BKException</a></code></dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#getLastAddConfirmed--"><code>getLastAddConfirmed()</code></a></dd>
 </dl>
 </li>
 </ul>
diff --git 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/BKException.html
 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/BKException.html
index 2458d2b..31edbbb 100644
--- 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/BKException.html
+++ 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/BKException.html
@@ -584,10 +584,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>long</code></td>
-<td class="colLast"><span 
class="typeNameLabel">LedgerHandle.</span><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/LedgerHandle.html#readExplicitLastConfirmed--">readExplicitLastConfirmed</a></span>()</code>
-<div class="block">Obtains synchronously the explicit last add confirmed from 
a quorum of
- bookies.</div>
-</td>
+<td class="colLast"><span 
class="typeNameLabel">LedgerHandle.</span><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/LedgerHandle.html#readExplicitLastConfirmed--">readExplicitLastConfirmed</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>long</code></td>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to