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 6d15d10  Updated site at revision 388d4a4
6d15d10 is described below

commit 6d15d10b48c42fe899b7396ad23ca4ef3c5909b8
Author: jenkins <[email protected]>
AuthorDate: Sun Nov 12 08:22:40 2017 +0000

    Updated site at revision 388d4a4
---
 content/docs/latest/api/javadoc/index-all.html     | 13 +++++--
 .../org/apache/bookkeeper/client/LedgerHandle.html | 25 +++++++------
 .../apache/bookkeeper/client/LedgerHandleAdv.html  |  2 +-
 .../apache/bookkeeper/client/api/ReadHandle.html   | 42 +++++++++++++++++-----
 .../bookkeeper/client/api/WriteAdvHandle.html      |  2 +-
 .../apache/bookkeeper/client/api/WriteHandle.html  | 28 +++++++++++++--
 6 files changed, 86 insertions(+), 26 deletions(-)

diff --git a/content/docs/latest/api/javadoc/index-all.html 
b/content/docs/latest/api/javadoc/index-all.html
index 77838a3..1369ba2 100644
--- a/content/docs/latest/api/javadoc/index-all.html
+++ b/content/docs/latest/api/javadoc/index-all.html
@@ -2190,16 +2190,21 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed()</a></span>
 - Method in interface org.apache.bookkeeper.client.api.<a 
href="org/apache/bookkeeper/client/api/ReadHandle.html" title="interface in 
org.apache.bookkeeper.client.api">ReadHandle</a></dt>
 <dd>
-<div class="block">Get the local value for LastAddConfirmed.</div>
+<div class="block">Get the last confirmed entry id on this ledger.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/LedgerHandle.html#getLastAddConfirmed--">getLastAddConfirmed()</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">Get the last confirmed entry id on this ledger.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/api/WriteHandle.html#getLastAddPushed--">getLastAddPushed()</a></span>
 - Method in interface org.apache.bookkeeper.client.api.<a 
href="org/apache/bookkeeper/client/api/WriteHandle.html" title="interface in 
org.apache.bookkeeper.client.api">WriteHandle</a></dt>
+<dd>
+<div class="block">Get the entry id of the last entry that has been enqueued 
for addition (but
+ may not have possibly been persisted to the ledger).</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/LedgerHandle.html#getLastAddPushed--">getLastAddPushed()</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">Get the entry id of the last entry that has been enqueued 
for addition (but
- may not have possibly been persited to the ledger)</div>
+ may not have possibly been persisted to the ledger).</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/LedgerHandle.LastConfirmedCtx.html#getlastConfirmed--">getlastConfirmed()</a></span>
 - Method in class org.apache.bookkeeper.client.<a 
href="org/apache/bookkeeper/client/LedgerHandle.LastConfirmedCtx.html" 
title="class in 
org.apache.bookkeeper.client">LedgerHandle.LastConfirmedCtx</a></dt>
 <dd>&nbsp;</dd>
@@ -2275,6 +2280,10 @@
 <dd>
 <div class="block">The length of the entry, that is the size of the content 
expressed in bytes.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/api/ReadHandle.html#getLength--">getLength()</a></span>
 - Method in interface org.apache.bookkeeper.client.api.<a 
href="org/apache/bookkeeper/client/api/ReadHandle.html" title="interface in 
org.apache.bookkeeper.client.api">ReadHandle</a></dt>
+<dd>
+<div class="block">Returns the length of the data written in this ledger so 
much, in bytes.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/LedgerEntry.html#getLength--">getLength()</a></span>
 - Method in class org.apache.bookkeeper.client.<a 
href="org/apache/bookkeeper/client/LedgerEntry.html" title="class in 
org.apache.bookkeeper.client">LedgerEntry</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/bookkeeper/client/LedgerHandle.html#getLength--">getLength()</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>
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 64d49fd..ba5d7e5 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
@@ -534,7 +534,7 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.htm
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#getLastAddPushed--">getLastAddPushed</a></span>()</code>
 <div class="block">Get the entry id of the last entry that has been enqueued 
for addition (but
- may not have possibly been persited to the ledger)</div>
+ may not have possibly been persisted to the ledger).</div>
 </td>
 </tr>
 <tr id="i34" class="altColor">
@@ -996,19 +996,18 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.htm
 <li class="blockList">
 <h4>getLastAddConfirmed</h4>
 <pre>public&nbsp;long&nbsp;getLastAddConfirmed()</pre>
-<div class="block">Get the last confirmed entry id on this ledger. It reads
- the local state of the ledger handle, which is different
- from the readLastConfirmed call. In the case the ledger
- is not closed and the client is a reader, it is necessary
- to call readLastConfirmed to obtain an estimate of the
- last add operation that has been confirmed.</div>
+<div class="block">Get the last confirmed entry id on this ledger. It reads 
the local state of the ledger handle,
+ which is different from the <a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--"><code>ReadHandle.readLastAddConfirmed()</code></a>
 call.
+
+ <p>In the case the ledger is not closed and the client is a reader, it is 
necessary to
+ call <a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--"><code>ReadHandle.readLastAddConfirmed()</code></a>
 to obtain a fresh value of last add confirmed entry id.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html" 
title="interface in org.apache.bookkeeper.client.api">ReadHandle</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>the last confirmed entry id or <a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#INVALID_ENTRY_ID"><code>INVALID_ENTRY_ID</code></a>
 if no entry has been confirmed</dd>
+<dd>the local value for LastAddConfirmed or -1L if no entry has been 
confirmed.</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#readLastConfirmed--"><code>readLastConfirmed()</code></a></dd>
+<dd><a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--"><code>ReadHandle.readLastAddConfirmed()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -1029,10 +1028,12 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.htm
 <h4>getLastAddPushed</h4>
 <pre>public&nbsp;long&nbsp;getLastAddPushed()</pre>
 <div class="block">Get the entry id of the last entry that has been enqueued 
for addition (but
- may not have possibly been persited to the ledger)</div>
+ may not have possibly been persisted to the ledger).</div>
 <dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.html#getLastAddPushed--">getLastAddPushed</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.html" 
title="interface in 
org.apache.bookkeeper.client.api">WriteHandle</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>the id of the last entry pushed or <a 
href="../../../../org/apache/bookkeeper/client/LedgerHandle.html#INVALID_ENTRY_ID"><code>INVALID_ENTRY_ID</code></a>
 if no entry has been pushed</dd>
+<dd>the entry id of the last entry pushed or -1 if no entry has been 
pushed.</dd>
 </dl>
 </li>
 </ul>
@@ -1146,6 +1147,8 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteHandle.htm
 <pre>public&nbsp;long&nbsp;getLength()</pre>
 <div class="block">Returns the length of the ledger in bytes.</div>
 <dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLength--">getLength</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html" 
title="interface in org.apache.bookkeeper.client.api">ReadHandle</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the length of the ledger in bytes</dd>
 </dl>
diff --git 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerHandleAdv.html
 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerHandleAdv.html
index 070d6f1..92ddaee 100644
--- 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerHandleAdv.html
+++ 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/LedgerHandleAdv.html
@@ -309,7 +309,7 @@ implements <a 
href="../../../../org/apache/bookkeeper/client/api/WriteAdvHandle.
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.bookkeeper.client.api.<a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html" 
title="interface in org.apache.bookkeeper.client.api">ReadHandle</a></h3>
-<code><a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed</a>,
 <a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#read-long-long-">read</a>,
 <a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--">readLastAddConfirmed</a>,
 <a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readUnconfirmed-long-long-">readUnconfirmed</a>,
 <a href="../../../../org/apache/ [...]
+<code><a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed</a>,
 <a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLength--">getLength</a>,
 <a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#read-long-long-">read</a>,
 <a 
href="../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--">readLastAddConfirmed</a>,
 <a href="../../../../org/apache/bookkeeper/client/api [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
name="methods.inherited.from.class.org.apache.bookkeeper.client.api.Handle">
diff --git 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/ReadHandle.html
 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/ReadHandle.html
index 592712a..760e6f8 100644
--- 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/ReadHandle.html
+++ 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/ReadHandle.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -141,30 +141,36 @@ extends <a 
href="../../../../../org/apache/bookkeeper/client/api/Handle.html" ti
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed</a></span>()</code>
-<div class="block">Get the local value for LastAddConfirmed.</div>
+<div class="block">Get the last confirmed entry id on this ledger.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLength--">getLength</a></span>()</code>
+<div class="block">Returns the length of the data written in this ledger so 
much, in bytes.</div>
+</td>
+</tr>
+<tr id="i2" 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/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html" 
title="interface in org.apache.bookkeeper.client.api"> [...]
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#read-long-long-">read</a></span>(long&nbsp;firstEntry,
     long&nbsp;lastEntry)</code>
 <div class="block">Read a sequence of entries asynchronously.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <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>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--">readLastAddConfirmed</a></span>()</code>
 <div class="block">Obtains asynchronously the last confirmed write from a 
quorum of bookies.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" 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/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html" 
title="interface in org.apache.bookkeeper.client.api"> [...]
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readUnconfirmed-long-long-">readUnconfirmed</a></span>(long&nbsp;firstEntry,
                long&nbsp;lastEntry)</code>
 <div class="block">Read a sequence of entries asynchronously, allowing to read 
after the LastAddConfirmed range.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <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>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#tryReadLastAddConfirmed--">tryReadLastAddConfirmed</a></span>()</code>
 <div class="block">Obtains asynchronously the last confirmed write from a 
quorum of bookies
@@ -286,14 +292,34 @@ extends <a 
href="../../../../../org/apache/bookkeeper/client/api/Handle.html" ti
 <a name="getLastAddConfirmed--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getLastAddConfirmed</h4>
 <pre>long&nbsp;getLastAddConfirmed()</pre>
-<div class="block">Get the local value for LastAddConfirmed.</div>
+<div class="block">Get the last confirmed entry id on this ledger. It reads 
the local state of the ledger handle,
+ which is different from the <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--"><code>readLastAddConfirmed()</code></a>
 call.
+
+ <p>In the case the ledger is not closed and the client is a reader, it is 
necessary to
+ call <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--"><code>readLastAddConfirmed()</code></a>
 to obtain a fresh value of last add confirmed entry id.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the local value for LastAddConfirmed or -1L if no entry has been 
confirmed.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--"><code>readLastAddConfirmed()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getLength--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getLength</h4>
+<pre>long&nbsp;getLength()</pre>
+<div class="block">Returns the length of the data written in this ledger so 
much, in bytes.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>the local value for LastAddConfirmed</dd>
+<dd>the length of the data written in this ledger, in bytes.</dd>
 </dl>
 </li>
 </ul>
diff --git 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/WriteAdvHandle.html
 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/WriteAdvHandle.html
index f7b11ba..297fad8 100644
--- 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/WriteAdvHandle.html
+++ 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/WriteAdvHandle.html
@@ -158,7 +158,7 @@ extends <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.bookkeeper.client.api.<a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html" 
title="interface in org.apache.bookkeeper.client.api">ReadHandle</a></h3>
-<code><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#read-long-long-">read</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--">readLastAddConfirmed</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readUnconfirmed-long-long-">readUnconfirmed</a>,
 <a href="../../../.. [...]
+<code><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLength--">getLength</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#read-long-long-">read</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--">readLastAddConfirmed</a>,
 <a href="../../../../../org/apache/bookke [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
name="methods.inherited.from.class.org.apache.bookkeeper.client.api.Handle">
diff --git 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/WriteHandle.html
 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/WriteHandle.html
index 2259b27..8efb0a3 100644
--- 
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/WriteHandle.html
+++ 
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/WriteHandle.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":18};
+var methods = {"i0":6,"i1":18,"i2":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -148,13 +148,20 @@ extends <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html
 <div class="block">Add entry asynchronously to an open ledger.</div>
 </td>
 </tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/bookkeeper/client/api/WriteHandle.html#getLastAddPushed--">getLastAddPushed</a></span>()</code>
+<div class="block">Get the entry id of the last entry that has been enqueued 
for addition (but
+ may not have possibly been persisted to the ledger).</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a 
name="methods.inherited.from.class.org.apache.bookkeeper.client.api.ReadHandle">
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.bookkeeper.client.api.<a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html" 
title="interface in org.apache.bookkeeper.client.api">ReadHandle</a></h3>
-<code><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#read-long-long-">read</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--">readLastAddConfirmed</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readUnconfirmed-long-long-">readUnconfirmed</a>,
 <a href="../../../.. [...]
+<code><a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLastAddConfirmed--">getLastAddConfirmed</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#getLength--">getLength</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#read-long-long-">read</a>,
 <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html#readLastAddConfirmed--">readLastAddConfirmed</a>,
 <a href="../../../../../org/apache/bookke [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
name="methods.inherited.from.class.org.apache.bookkeeper.client.api.Handle">
@@ -196,7 +203,7 @@ extends <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html
 <a name="append-java.nio.ByteBuffer-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
 <pre>default&nbsp;<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;&nbsp;append(<a 
href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">B [...]
@@ -209,6 +216,21 @@ extends <a 
href="../../../../../org/apache/bookkeeper/client/api/ReadHandle.html
 </dl>
 </li>
 </ul>
+<a name="getLastAddPushed--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getLastAddPushed</h4>
+<pre>long&nbsp;getLastAddPushed()</pre>
+<div class="block">Get the entry id of the last entry that has been enqueued 
for addition (but
+ may not have possibly been persisted to the ledger).</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the entry id of the last entry pushed or -1 if no entry has been 
pushed.</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

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

Reply via email to