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 b82d703 Updated site at revision d577485
b82d703 is described below
commit b82d7036fafb604940ed59d491adf05e663645fd
Author: jenkins <[email protected]>
AuthorDate: Thu Nov 30 10:20:39 2017 +0000
Updated site at revision d577485
---
content/docs/4.6.0/api/javadoc/index-all.html | 4 +++
.../bookkeeper/client/api/LedgerEntries.html | 35 +++++++++++++++-------
.../bookkeeper/client/impl/LedgerEntriesImpl.html | 10 +++++--
content/docs/latest/api/javadoc/index-all.html | 4 +++
.../bookkeeper/client/api/LedgerEntries.html | 35 +++++++++++++++-------
.../bookkeeper/client/impl/LedgerEntriesImpl.html | 10 +++++--
6 files changed, 72 insertions(+), 26 deletions(-)
diff --git a/content/docs/4.6.0/api/javadoc/index-all.html
b/content/docs/4.6.0/api/javadoc/index-all.html
index 59345d0..a61e7da 100644
--- a/content/docs/4.6.0/api/javadoc/index-all.html
+++ b/content/docs/4.6.0/api/javadoc/index-all.html
@@ -978,6 +978,10 @@
<div class="block">Close this ledger synchronously.</div>
</dd>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/api/LastConfirmedAndEntry.html#close--">close()</a></span>
- Method in interface org.apache.bookkeeper.client.api.<a
href="org/apache/bookkeeper/client/api/LastConfirmedAndEntry.html"
title="interface in
org.apache.bookkeeper.client.api">LastConfirmedAndEntry</a></dt>
+<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/api/LedgerEntries.html#close--">close()</a></span>
- Method in interface org.apache.bookkeeper.client.api.<a
href="org/apache/bookkeeper/client/api/LedgerEntries.html" title="interface in
org.apache.bookkeeper.client.api">LedgerEntries</a></dt>
+<dd>
+<div class="block">Close to release the resources held by this instance.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/api/LedgerEntry.html#close--">close()</a></span>
- Method in interface org.apache.bookkeeper.client.api.<a
href="org/apache/bookkeeper/client/api/LedgerEntry.html" title="interface in
org.apache.bookkeeper.client.api">LedgerEntry</a></dt>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/BookKeeper.html#close--">close()</a></span>
- Method in class org.apache.bookkeeper.client.<a
href="org/apache/bookkeeper/client/BookKeeper.html" title="class in
org.apache.bookkeeper.client">BookKeeper</a></dt>
<dd>
diff --git
a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/LedgerEntries.html
b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/LedgerEntries.html
index a40bd5b..c710c64 100644
---
a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/LedgerEntries.html
+++
b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/LedgerEntries.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods = {"i0":6,"i1":6};
+var methods = {"i0":6,"i1":6,"i2":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -135,12 +135,18 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--">close</a></span>()</code>
+<div class="block">Close to release the resources held by this instance.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in
org.apache.bookkeeper.client.api">LedgerEntry</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#getEntry-long-">getEntry</a></span>(long entryId)</code>
<div class="block">Gets a specific LedgerEntry by entryId.</div>
</td>
</tr>
-<tr id="i1" class="rowColor">
+<tr id="i2" class="altColor">
<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true"
title="class or interface in java.util">Iterator</a><<a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in
org.apache.bookkeeper.client.api">LedgerEntry</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#iterator--">iterator</a></span>()</code>
<div class="block">Get an iterator over all the ledger entries contained in the
@@ -149,13 +155,6 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
</tr>
</table>
<ul class="blockList">
-<li class="blockList"><a
name="methods.inherited.from.class.java.lang.AutoCloseable">
-<!-- -->
-</a>
-<h3>Methods inherited from interface java.lang.<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true"
title="class or interface in java.lang">AutoCloseable</a></h3>
-<code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--"
title="class or interface in java.lang">close</a></code></li>
-</ul>
-<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.java.lang.Iterable">
<!-- -->
</a>
@@ -195,7 +194,7 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
<a name="iterator--">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
<li class="blockList">
<h4>iterator</h4>
<pre><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true"
title="class or interface in java.util">Iterator</a><<a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in
org.apache.bookkeeper.client.api">LedgerEntry</a>> iterator()</pre>
@@ -205,7 +204,7 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
Calling this method does not modify the reference count of the ByteBuf in the
returned LedgerEntry objects.
The caller who calls <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#iterator--"><code>iterator()</code></a>
should make sure that they do not call ByteBuf.release() on the
LedgerEntry objects to avoid a double free.
- All reference counts will be decremented when the containing LedgerEntries
object is closed.</div>
+ All reference counts will be decremented when the containing LedgerEntries
object is closed via <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--"><code>close()</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--"
title="class or interface in java.lang">iterator</a></code> in
interface <code><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><<a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in org.apache.bookkeeper.client.api">LedgerEntry</ [...]
@@ -214,6 +213,20 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
</dl>
</li>
</ul>
+<a name="close--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>close</h4>
+<pre>void close()</pre>
+<div class="block">Close to release the resources held by this instance.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--"
title="class or interface in java.lang">close</a></code> in
interface <code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true"
title="class or interface in java.lang">AutoCloseable</a></code></dd>
+</dl>
+</li>
+</ul>
</li>
</ul>
</li>
diff --git
a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html
b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html
index 603f102..8964d01 100644
---
a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html
+++
b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html
@@ -137,7 +137,9 @@ implements <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntrie
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html#close--">close</a></span>()</code> </td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html#close--">close</a></span>()</code>
+<div class="block">Close to release the resources held by this instance.</div>
+</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../../org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html"
title="class in
org.apache.bookkeeper.client.impl">LedgerEntriesImpl</a></code></td>
@@ -234,7 +236,7 @@ implements <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntrie
Calling this method does not modify the reference count of the ByteBuf in the
returned LedgerEntry objects.
The caller who calls <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#iterator--"><code>LedgerEntries.iterator()</code></a>
should make sure that they do not call ByteBuf.release() on the
LedgerEntry objects to avoid a double free.
- All reference counts will be decremented when the containing LedgerEntries
object is closed.</div>
+ All reference counts will be decremented when the containing LedgerEntries
object is closed via <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--"><code>LedgerEntries.close()</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--"
title="class or interface in java.lang">iterator</a></code> in
interface <code><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><<a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in org.apache.bookkeeper.client.api">LedgerEntry</ [...]
@@ -252,9 +254,13 @@ implements <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntrie
<li class="blockList">
<h4>close</h4>
<pre>public void close()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--">LedgerEntries</a></code></span></div>
+<div class="block">Close to release the resources held by this instance.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--"
title="class or interface in java.lang">close</a></code> in
interface <code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true"
title="class or interface in java.lang">AutoCloseable</a></code></dd>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--">close</a></code> in
interface <code><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html"
title="interface in
org.apache.bookkeeper.client.api">LedgerEntries</a></code></dd>
</dl>
</li>
</ul>
diff --git a/content/docs/latest/api/javadoc/index-all.html
b/content/docs/latest/api/javadoc/index-all.html
index 59345d0..a61e7da 100644
--- a/content/docs/latest/api/javadoc/index-all.html
+++ b/content/docs/latest/api/javadoc/index-all.html
@@ -978,6 +978,10 @@
<div class="block">Close this ledger synchronously.</div>
</dd>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/api/LastConfirmedAndEntry.html#close--">close()</a></span>
- Method in interface org.apache.bookkeeper.client.api.<a
href="org/apache/bookkeeper/client/api/LastConfirmedAndEntry.html"
title="interface in
org.apache.bookkeeper.client.api">LastConfirmedAndEntry</a></dt>
+<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/api/LedgerEntries.html#close--">close()</a></span>
- Method in interface org.apache.bookkeeper.client.api.<a
href="org/apache/bookkeeper/client/api/LedgerEntries.html" title="interface in
org.apache.bookkeeper.client.api">LedgerEntries</a></dt>
+<dd>
+<div class="block">Close to release the resources held by this instance.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/api/LedgerEntry.html#close--">close()</a></span>
- Method in interface org.apache.bookkeeper.client.api.<a
href="org/apache/bookkeeper/client/api/LedgerEntry.html" title="interface in
org.apache.bookkeeper.client.api">LedgerEntry</a></dt>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/BookKeeper.html#close--">close()</a></span>
- Method in class org.apache.bookkeeper.client.<a
href="org/apache/bookkeeper/client/BookKeeper.html" title="class in
org.apache.bookkeeper.client">BookKeeper</a></dt>
<dd>
diff --git
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/LedgerEntries.html
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/LedgerEntries.html
index a40bd5b..c710c64 100644
---
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/LedgerEntries.html
+++
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/LedgerEntries.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods = {"i0":6,"i1":6};
+var methods = {"i0":6,"i1":6,"i2":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -135,12 +135,18 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--">close</a></span>()</code>
+<div class="block">Close to release the resources held by this instance.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in
org.apache.bookkeeper.client.api">LedgerEntry</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#getEntry-long-">getEntry</a></span>(long entryId)</code>
<div class="block">Gets a specific LedgerEntry by entryId.</div>
</td>
</tr>
-<tr id="i1" class="rowColor">
+<tr id="i2" class="altColor">
<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true"
title="class or interface in java.util">Iterator</a><<a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in
org.apache.bookkeeper.client.api">LedgerEntry</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#iterator--">iterator</a></span>()</code>
<div class="block">Get an iterator over all the ledger entries contained in the
@@ -149,13 +155,6 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
</tr>
</table>
<ul class="blockList">
-<li class="blockList"><a
name="methods.inherited.from.class.java.lang.AutoCloseable">
-<!-- -->
-</a>
-<h3>Methods inherited from interface java.lang.<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true"
title="class or interface in java.lang">AutoCloseable</a></h3>
-<code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--"
title="class or interface in java.lang">close</a></code></li>
-</ul>
-<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.java.lang.Iterable">
<!-- -->
</a>
@@ -195,7 +194,7 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
<a name="iterator--">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
<li class="blockList">
<h4>iterator</h4>
<pre><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true"
title="class or interface in java.util">Iterator</a><<a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in
org.apache.bookkeeper.client.api">LedgerEntry</a>> iterator()</pre>
@@ -205,7 +204,7 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
Calling this method does not modify the reference count of the ByteBuf in the
returned LedgerEntry objects.
The caller who calls <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#iterator--"><code>iterator()</code></a>
should make sure that they do not call ByteBuf.release() on the
LedgerEntry objects to avoid a double free.
- All reference counts will be decremented when the containing LedgerEntries
object is closed.</div>
+ All reference counts will be decremented when the containing LedgerEntries
object is closed via <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--"><code>close()</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--"
title="class or interface in java.lang">iterator</a></code> in
interface <code><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><<a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in org.apache.bookkeeper.client.api">LedgerEntry</ [...]
@@ -214,6 +213,20 @@ extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseabl
</dl>
</li>
</ul>
+<a name="close--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>close</h4>
+<pre>void close()</pre>
+<div class="block">Close to release the resources held by this instance.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--"
title="class or interface in java.lang">close</a></code> in
interface <code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true"
title="class or interface in java.lang">AutoCloseable</a></code></dd>
+</dl>
+</li>
+</ul>
</li>
</ul>
</li>
diff --git
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html
index 603f102..8964d01 100644
---
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html
+++
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html
@@ -137,7 +137,9 @@ implements <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntrie
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html#close--">close</a></span>()</code> </td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html#close--">close</a></span>()</code>
+<div class="block">Close to release the resources held by this instance.</div>
+</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../../org/apache/bookkeeper/client/impl/LedgerEntriesImpl.html"
title="class in
org.apache.bookkeeper.client.impl">LedgerEntriesImpl</a></code></td>
@@ -234,7 +236,7 @@ implements <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntrie
Calling this method does not modify the reference count of the ByteBuf in the
returned LedgerEntry objects.
The caller who calls <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#iterator--"><code>LedgerEntries.iterator()</code></a>
should make sure that they do not call ByteBuf.release() on the
LedgerEntry objects to avoid a double free.
- All reference counts will be decremented when the containing LedgerEntries
object is closed.</div>
+ All reference counts will be decremented when the containing LedgerEntries
object is closed via <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--"><code>LedgerEntries.close()</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator--"
title="class or interface in java.lang">iterator</a></code> in
interface <code><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><<a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntry.html"
title="interface in org.apache.bookkeeper.client.api">LedgerEntry</ [...]
@@ -252,9 +254,13 @@ implements <a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntrie
<li class="blockList">
<h4>close</h4>
<pre>public void close()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--">LedgerEntries</a></code></span></div>
+<div class="block">Close to release the resources held by this instance.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--"
title="class or interface in java.lang">close</a></code> in
interface <code><a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true"
title="class or interface in java.lang">AutoCloseable</a></code></dd>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html#close--">close</a></code> in
interface <code><a
href="../../../../../org/apache/bookkeeper/client/api/LedgerEntries.html"
title="interface in
org.apache.bookkeeper.client.api">LedgerEntries</a></code></dd>
</dl>
</li>
</ul>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].