Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A79A2200D46 for ; Sun, 26 Nov 2017 17:06:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A6236160BFA; Sun, 26 Nov 2017 16:06:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 36902160BE7 for ; Sun, 26 Nov 2017 17:06:11 +0100 (CET) Received: (qmail 97739 invoked by uid 500); 26 Nov 2017 16:06:10 -0000 Mailing-List: contact commits-help@bookkeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bookkeeper-dev@bookkeeper.apache.org Delivered-To: mailing list commits@bookkeeper.apache.org Received: (qmail 97730 invoked by uid 99); 26 Nov 2017 16:06:10 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Nov 2017 16:06:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 516DD81941; Sun, 26 Nov 2017 16:06:09 +0000 (UTC) Date: Sun, 26 Nov 2017 16:06:09 +0000 To: "commits@bookkeeper.apache.org" Subject: [bookkeeper] branch asf-site updated: Updated site at revision dc49b8b MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151171236900.4691.8452411365169817934@gitbox.apache.org> From: git-site-role@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: bookkeeper X-Git-Refname: refs/heads/asf-site X-Git-Reftype: branch X-Git-Oldrev: 202c26d3392e4d543b827497101e593312801d07 X-Git-Newrev: 9edd76fab2dca1ea52963fee723995f3f22f3148 X-Git-Rev: 9edd76fab2dca1ea52963fee723995f3f22f3148 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Sun, 26 Nov 2017 16:06:12 -0000 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 9edd76f Updated site at revision dc49b8b 9edd76f is described below commit 9edd76fab2dca1ea52963fee723995f3f22f3148 Author: jenkins AuthorDate: Sun Nov 26 16:06:07 2017 +0000 Updated site at revision dc49b8b --- content/docs/4.6.0/api/javadoc/index-all.html | 8 ++++--- .../bookkeeper/client/api/LedgerEntries.html | 27 ++++++++++++++++------ .../client/api/class-use/LedgerEntry.html | 6 +++-- .../bookkeeper/client/api/package-summary.html | 2 +- .../apache/bookkeeper/client/api/package-tree.html | 7 +++++- .../apache/bookkeeper/client/api/package-use.html | 6 ++--- .../bookkeeper/client/impl/LedgerEntriesImpl.html | 23 ++++++++++++++---- content/docs/4.6.0/api/javadoc/overview-tree.html | 7 +++++- content/docs/latest/api/javadoc/index-all.html | 8 ++++--- .../bookkeeper/client/api/LedgerEntries.html | 27 ++++++++++++++++------ .../client/api/class-use/LedgerEntry.html | 6 +++-- .../bookkeeper/client/api/package-summary.html | 2 +- .../apache/bookkeeper/client/api/package-tree.html | 7 +++++- .../apache/bookkeeper/client/api/package-use.html | 6 ++--- .../bookkeeper/client/impl/LedgerEntriesImpl.html | 23 ++++++++++++++---- content/docs/latest/api/javadoc/overview-tree.html | 7 +++++- 16 files changed, 126 insertions(+), 46 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 9bca5e4..0efb9f1 100644 --- a/content/docs/4.6.0/api/javadoc/index-all.html +++ b/content/docs/4.6.0/api/javadoc/index-all.html @@ -3329,13 +3329,15 @@
iterator() - Method in interface org.apache.bookkeeper.client.api.LedgerEntries
-
Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
+
Get an iterator over all the ledger entries contained in the + LedgerEntries object.
iterator() - Method in class org.apache.bookkeeper.client.BookKeeperAdmin.LedgerEntriesIterable
 
iterator() - Method in class org.apache.bookkeeper.client.impl.LedgerEntriesImpl
-
Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
+
Get an iterator over all the ledger entries contained in the + LedgerEntries object.
ITopologyAwareEnsemblePlacementPolicy<T extends org.apache.bookkeeper.net.Node> - Interface in org.apa [...]
@@ -3491,7 +3493,7 @@
 
LedgerEntries - Interface in org.apache.bookkeeper.client.api
-
Interface to wrap the entries.
+
Interface to wrap a sequence of entries.
LedgerEntriesImpl - Class in org.apache.bookkeeper.client.impl
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 49ce9c2..a40bd5b 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 @@ -101,7 +101,7 @@ var activeTableTab = "activeTableTab";
  • All Superinterfaces:
    -
    AutoCloseable
    +
    AutoCloseable, Iterable<LedgerEntry>
    All Known Implementing Classes:
    @@ -110,8 +110,8 @@ var activeTableTab = "activeTableTab";

    public interface LedgerEntries
    -extends AutoCloseable
    -
    Interface to wrap the entries.
    +extends AutoCloseable, Iterable<LedgerEntry> +
    Interface to wrap a sequence of entries.
    Since:
    4.6
    @@ -143,7 +143,8 @@ extends Iterator<LedgerEntry> iterator() -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
    +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object.
    @@ -154,6 +155,13 @@ extends AutoCloseable close
  • + @@ -180,7 +188,7 @@ extends Parameters:
    entryId - the LedgerEntry id
    Returns:
    -
    the LedgerEntry, null if no LedgerEntry with such entryId.
    +
    the LedgerEntry, null if no LedgerEntry with such entryId
    @@ -191,13 +199,18 @@ extends

    iterator

    Iterator<LedgerEntry> iterator()
    -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects. +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object. + + Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects. The caller who calls iterator() 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.
    +
    Specified by:
    +
    iterator in interface Iterable<LedgerEntryReturns: -
    the iterator of type LedgerEntry.
    +
    an iterator of LedgerEntry objects
    diff --git a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/class-use/LedgerEntry.html b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/class-use/LedgerEntry.html index 279d6be..1f5d8ae 100644 --- a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/class-use/LedgerEntry.html +++ b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/class-use/LedgerEntry.html @@ -140,7 +140,8 @@ Iterator<LedgerEntry> LedgerEntries.iterator() -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
    +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object.
    @@ -196,7 +197,8 @@ Iterator<LedgerEntry> LedgerEntriesImpl.iterator() -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
    +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object.
    diff --git a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-summary.html b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-summary.html index 26bac54..66c0bb3 100644 --- a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-summary.html +++ b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-summary.html @@ -137,7 +137,7 @@ LedgerEntries -
    Interface to wrap the entries.
    +
    Interface to wrap a sequence of entries.
    diff --git a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-tree.html b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-tree.html index 49043d6..50dba73 100644 --- a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-tree.html +++ b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-tree.html @@ -109,12 +109,17 @@
  • org.apache.bookkeeper.client.api.LastConfirmedAndEntry
  • -
  • org.apache.bookkeeper.client.api.LedgerEntries
  • +
  • org.apache.bookkeeper.client.api.LedgerEntries (also extends java.lang.Iterable<T>)
  • org.apache.bookkeeper.client.api.LedgerEntry
  • org.apache.bookkeeper.client.api.BKException.Code
  • org.apache.bookkeeper.client.api.BookKeeperBuilder
  • +
  • java.lang.Iterable<T> + +
  • org.apache.bookkeeper.client.api.OpBuilder<T>
    • org.apache.bookkeeper.client.api.CreateAdvBuilder
    • diff --git a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-use.html b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-use.html index b245b8f..760d5bd 100644 --- a/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-use.html +++ b/content/docs/4.6.0/api/javadoc/org/apache/bookkeeper/client/api/package-use.html @@ -159,7 +159,7 @@ LedgerEntries -
      Interface to wrap the entries.
      +
      Interface to wrap a sequence of entries.
      @@ -246,7 +246,7 @@ LedgerEntries -
      Interface to wrap the entries.
      +
      Interface to wrap a sequence of entries.
      @@ -303,7 +303,7 @@ LedgerEntries -
      Interface to wrap the entries.
      +
      Interface to wrap a sequence of entries.
      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 695b50b..603f102 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 @@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
    • All Implemented Interfaces:
      -
      AutoCloseable, LedgerEntries
      +
      AutoCloseable, Iterable<LedgerEntry>, Iterator<LedgerEntry> iterator() -
      Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
      +
      Get an iterator over all the ledger entries contained in the + LedgerEntries object.
      @@ -165,6 +166,13 @@ implements Object clone, equals, finalize, +
    • + + +

      Methods inherited from interface java.lang.Iterable

      +forEach, spliterator
    • +
  • @@ -209,7 +217,7 @@ implements Parameters:
    entryId - the LedgerEntry id
    Returns:
    -
    the LedgerEntry, null if no LedgerEntry with such entryId.
    +
    the LedgerEntry, null if no LedgerEntry with such entryId
    @@ -220,15 +228,20 @@ implements

    iterator

    public Iterator<LedgerEntry> iterator()
    -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects. +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object. + + Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects. The caller who calls LedgerEntries.iterator() 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.
    Specified by:
    +
    iterator in interface Iterable<LedgerEntrySpecified by:
    iterator in interface LedgerEntries
    Returns:
    -
    the iterator of type LedgerEntry.
    +
    an iterator of LedgerEntry objects
    diff --git a/content/docs/4.6.0/api/javadoc/overview-tree.html b/content/docs/4.6.0/api/javadoc/overview-tree.html index bb5fe45..330e6f0 100644 --- a/content/docs/4.6.0/api/javadoc/overview-tree.html +++ b/content/docs/4.6.0/api/javadoc/overview-tree.html @@ -367,7 +367,7 @@
  • org.apache.bookkeeper.client.api.LastConfirmedAndEntry
  • -
  • org.apache.bookkeeper.client.api.LedgerEntries
  • +
  • org.apache.bookkeeper.client.api.LedgerEntries (also extends java.lang.Iterable<T>)
  • org.apache.bookkeeper.client.api.LedgerEntry
  • org.apache.bookkeeper.client.api.ReadHandle +
  • @@ -180,7 +188,7 @@ extends Parameters:
    entryId - the LedgerEntry id
    Returns:
    -
    the LedgerEntry, null if no LedgerEntry with such entryId.
    +
    the LedgerEntry, null if no LedgerEntry with such entryId
    @@ -191,13 +199,18 @@ extends

    iterator

    Iterator<LedgerEntry> iterator()
    -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects. +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object. + + Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects. The caller who calls iterator() 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.
    +
    Specified by:
    +
    iterator in interface Iterable<LedgerEntryReturns: -
    the iterator of type LedgerEntry.
    +
    an iterator of LedgerEntry objects
    diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/class-use/LedgerEntry.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/class-use/LedgerEntry.html index 279d6be..1f5d8ae 100644 --- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/class-use/LedgerEntry.html +++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/class-use/LedgerEntry.html @@ -140,7 +140,8 @@ Iterator<LedgerEntry> LedgerEntries.iterator() -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
    +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object.
    @@ -196,7 +197,8 @@ Iterator<LedgerEntry> LedgerEntriesImpl.iterator() -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
    +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object.
    diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-summary.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-summary.html index 26bac54..66c0bb3 100644 --- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-summary.html +++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-summary.html @@ -137,7 +137,7 @@ LedgerEntries -
    Interface to wrap the entries.
    +
    Interface to wrap a sequence of entries.
    diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-tree.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-tree.html index 49043d6..50dba73 100644 --- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-tree.html +++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-tree.html @@ -109,12 +109,17 @@
  • org.apache.bookkeeper.client.api.LastConfirmedAndEntry
  • -
  • org.apache.bookkeeper.client.api.LedgerEntries
  • +
  • org.apache.bookkeeper.client.api.LedgerEntries (also extends java.lang.Iterable<T>)
  • org.apache.bookkeeper.client.api.LedgerEntry
  • org.apache.bookkeeper.client.api.BKException.Code
  • org.apache.bookkeeper.client.api.BookKeeperBuilder
  • +
  • java.lang.Iterable<T> + +
  • org.apache.bookkeeper.client.api.OpBuilder<T>
    • org.apache.bookkeeper.client.api.CreateAdvBuilder
    • diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-use.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-use.html index b245b8f..760d5bd 100644 --- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-use.html +++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/package-use.html @@ -159,7 +159,7 @@ LedgerEntries -
      Interface to wrap the entries.
      +
      Interface to wrap a sequence of entries.
      @@ -246,7 +246,7 @@ LedgerEntries -
      Interface to wrap the entries.
      +
      Interface to wrap a sequence of entries.
      @@ -303,7 +303,7 @@ LedgerEntries -
      Interface to wrap the entries.
      +
      Interface to wrap a sequence of entries.
      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 695b50b..603f102 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 @@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
    • All Implemented Interfaces:
      -
      AutoCloseable, LedgerEntries
      +
      AutoCloseable, Iterable<LedgerEntry>, Iterator<LedgerEntry> iterator() -
      Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects.
      +
      Get an iterator over all the ledger entries contained in the + LedgerEntries object.
      @@ -165,6 +166,13 @@ implements Object clone, equals, finalize, +
    • + + +

      Methods inherited from interface java.lang.Iterable

      +forEach, spliterator
    • +
  • @@ -209,7 +217,7 @@ implements Parameters:
    entryId - the LedgerEntry id
    Returns:
    -
    the LedgerEntry, null if no LedgerEntry with such entryId.
    +
    the LedgerEntry, null if no LedgerEntry with such entryId
    @@ -220,15 +228,20 @@ implements

    iterator

    public Iterator<LedgerEntry> iterator()
    -
    Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects. +
    Get an iterator over all the ledger entries contained in the + LedgerEntries object. + + Calling this method does not modify the reference count of the ByteBuf in the returned LedgerEntry objects. The caller who calls LedgerEntries.iterator() 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.
    Specified by:
    +
    iterator in interface Iterable<LedgerEntrySpecified by:
    iterator in interface LedgerEntries
    Returns:
    -
    the iterator of type LedgerEntry.
    +
    an iterator of LedgerEntry objects
    diff --git a/content/docs/latest/api/javadoc/overview-tree.html b/content/docs/latest/api/javadoc/overview-tree.html index bb5fe45..330e6f0 100644 --- a/content/docs/latest/api/javadoc/overview-tree.html +++ b/content/docs/latest/api/javadoc/overview-tree.html @@ -367,7 +367,7 @@
  • org.apache.bookkeeper.client.api.LastConfirmedAndEntry
  • -
  • org.apache.bookkeeper.client.api.LedgerEntries
  • +
  • org.apache.bookkeeper.client.api.LedgerEntries (also extends java.lang.Iterable<T>)
  • org.apache.bookkeeper.client.api.LedgerEntry
  • org.apache.bookkeeper.client.api.ReadHandle