You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by gi...@apache.org on 2018/01/12 08:36:22 UTC

[bookkeeper] branch asf-site updated: Updated site at revision c53756b

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 151c67c  Updated site at revision c53756b
151c67c is described below

commit 151c67c688342d9740ada9b6c7622144d03bf758
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Jan 12 08:36:20 2018 +0000

    Updated site at revision c53756b
---
 content/docs/4.6.1/api/javadoc/index-all.html      |  6 +++-
 .../org/apache/bookkeeper/client/BookKeeper.html   | 38 +++++++++++++++++++++-
 .../apache/bookkeeper/client/BookieWatcher.html    | 10 +++---
 .../bookkeeper/client/class-use/BKException.html   | 17 ++++++++--
 .../client/class-use/EnsemblePlacementPolicy.html  |  5 +--
 .../conf/class-use/ClientConfiguration.html        | 18 ++++++++--
 .../feature/class-use/FeatureProvider.html         | 19 +++++++++++
 .../bookkeeper/stats/class-use/StatsLogger.html    | 17 ++++++++++
 content/docs/latest/api/javadoc/index-all.html     |  6 +++-
 .../org/apache/bookkeeper/client/BookKeeper.html   | 38 +++++++++++++++++++++-
 .../apache/bookkeeper/client/BookieWatcher.html    | 10 +++---
 .../bookkeeper/client/class-use/BKException.html   | 17 ++++++++--
 .../client/class-use/EnsemblePlacementPolicy.html  |  5 +--
 .../conf/class-use/ClientConfiguration.html        | 18 ++++++++--
 .../feature/class-use/FeatureProvider.html         | 19 +++++++++++
 .../bookkeeper/stats/class-use/StatsLogger.html    | 17 ++++++++++
 16 files changed, 232 insertions(+), 28 deletions(-)

diff --git a/content/docs/4.6.1/api/javadoc/index-all.html b/content/docs/4.6.1/api/javadoc/index-all.html
index 2c9c231..22cbd3a 100644
--- a/content/docs/4.6.1/api/javadoc/index-all.html
+++ b/content/docs/4.6.1/api/javadoc/index-all.html
@@ -784,7 +784,7 @@
 <div class="block">This class is responsible for maintaining a consistent view of what bookies
  are available by reading Zookeeper (and setting watches on the bookie nodes).</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">BookieWatcher(ClientConfiguration, EnsemblePlacementPolicy, RegistrationClient)</a></span> - Constructor for class org.apache.bookkeeper.client.<a href="org/apache/bookkeeper/client/BookieWatcher.html" title="class in org.apache.bookkee [...]
+<dt><span class="memberNameLink"><a href="org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher(ClientConfiguration, EnsemblePlacementPolicy, RegistrationClient, StatsLogger)</a></span> - Constructor for class org.apache.bookkeeper.client.<a href="org/apache/bookkeeper/client/B [...]
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/bookkeeper/client/BookKeeper.html#bookieWatcher">bookieWatcher</a></span> - Variable 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>&nbsp;</dd>
@@ -814,6 +814,10 @@
 <div class="block">Create a bookkeeper client but use the passed in zookeeper client and
  client event loop group instead of instantiating those.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper(ClientConfiguration, ZooKeeper, EventLoopGroup, StatsLogger, DNSToSwitchMapping, HashedWheelTimer, FeaturePro [...]
+<dd>
+<div class="block">Constructor for use with the builder.</div>
+</dd>
 <dt><a href="org/apache/bookkeeper/client/BookKeeper.Builder.html" title="class in org.apache.bookkeeper.client"><span class="typeNameLink">BookKeeper.Builder</span></a> - Class in <a href="org/apache/bookkeeper/client/package-summary.html">org.apache.bookkeeper.client</a></dt>
 <dd>
 <div class="block">BookKeeper Client Builder to build client instances.</div>
diff --git a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/BookKeeper.html b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/BookKeeper.html
index 5bb8144..9a09c58 100644
--- a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/BookKeeper.html
+++ b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/BookKeeper.html
@@ -313,6 +313,17 @@ implements <a href="../../../../org/apache/bookkeeper/client/api/BookKeeper.html
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../org/apache/bookkeeper/conf/ClientConfigurati [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-java.lang.String-">BookKeeper</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;servers)</code>
 <div class="block">Create a bookkeeper client.</div>
 </td>
@@ -1053,7 +1064,7 @@ implements <a href="../../../../org/apache/bookkeeper/client/api/BookKeeper.html
 <a name="BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>BookKeeper</h4>
 <pre>public&nbsp;BookKeeper(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
@@ -1079,6 +1090,31 @@ implements <a href="../../../../org/apache/bookkeeper/client/api/BookKeeper.html
 </dl>
 </li>
 </ul>
+<a name="BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>BookKeeper</h4>
+<pre>BookKeeper(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
+           org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+           io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+           <a href="../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+           org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+           io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+           <a href="../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)
+    throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
+           <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">Constructor for use with the builder. Other constructors also use it.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
+<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>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
diff --git a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/BookieWatcher.html b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/BookieWatcher.html
index d98dbf1..cf61678 100644
--- a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/BookieWatcher.html
+++ b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/BookieWatcher.html
@@ -152,9 +152,10 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">BookieWatcher</a></span>(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher</a></span>(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration< [...]
              <a href="../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
-             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient)</code>&nbsp;</td>
+             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+             <a href="../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -251,7 +252,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">
+<a name="BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -259,7 +260,8 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <h4>BookieWatcher</h4>
 <pre>public&nbsp;BookieWatcher(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
                      <a href="../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
-                     org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient)</pre>
+                     org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+                     <a href="../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</pre>
 </li>
 </ul>
 </li>
diff --git a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/class-use/BKException.html b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/class-use/BKException.html
index f19f448..3757faf 100644
--- a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/class-use/BKException.html
+++ b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/class-use/BKException.html
@@ -688,25 +688,36 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConf [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-java.lang.String-">BookKeeper</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;servers)</code>
 <div class="block">Create a bookkeeper client.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.html#BookKeeperAdmin-org.apache.bookkeeper.conf.ClientConfiguration-">BookKeeperAdmin</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf)</code>
 <div class="block">Constructor that takes in a configuration object so we know
  how to connect to ZooKeeper to retrieve information about the BookKeeper
  cluster.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.html#BookKeeperAdmin-java.lang.String-">BookKeeperAdmin</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;zkServers)</code>
 <div class="block">Constructor that takes in a ZooKeeper servers connect string so we know
  how to connect to ZooKeeper to retrieve information about the BookKeeper
  cluster.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.LedgerEntriesIterator.html#LedgerEntriesIterator-long-long-long-">LedgerEntriesIterator</a></span>(long&nbsp;ledgerId,
                      long&nbsp;firstEntry,
                      long&nbsp;lastEntry)</code>&nbsp;</td>
diff --git a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/class-use/EnsemblePlacementPolicy.html b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/class-use/EnsemblePlacementPolicy.html
index 111fd1c..a68e326 100644
--- a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/class-use/EnsemblePlacementPolicy.html
+++ b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/client/class-use/EnsemblePlacementPolicy.html
@@ -206,9 +206,10 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfigu [...]
              <a href="../../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
-             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient)</code>&nbsp;</td>
+             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+             <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
diff --git a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/conf/class-use/ClientConfiguration.html b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/conf/class-use/ClientConfiguration.html
index 6189aa0..398aa09 100644
--- a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/conf/class-use/ClientConfiguration.html
+++ b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/conf/class-use/ClientConfiguration.html
@@ -208,9 +208,10 @@
                 <a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ScheduledExecutorService</a>&nbsp;scheduler)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfigu [...]
              <a href="../../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
-             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient)</code>&nbsp;</td>
+             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+             <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf)</code>
@@ -233,13 +234,24 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConf [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.html#BookKeeperAdmin-org.apache.bookkeeper.conf.ClientConfiguration-">BookKeeperAdmin</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf)</code>
 <div class="block">Constructor that takes in a configuration object so we know
  how to connect to ZooKeeper to retrieve information about the BookKeeper
  cluster.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.Builder.html#Builder-org.apache.bookkeeper.conf.ClientConfiguration-">Builder</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf)</code>&nbsp;</td>
 </tr>
 </tbody>
diff --git a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/feature/class-use/FeatureProvider.html b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/feature/class-use/FeatureProvider.html
index 69504c3..777ddf3 100644
--- a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/feature/class-use/FeatureProvider.html
+++ b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/feature/class-use/FeatureProvider.html
@@ -186,6 +186,25 @@
 </tr>
 </tbody>
 </table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/bookkeeper/client/package-summary.html">org.apache.bookkeeper.client</a> with parameters of type <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConf [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.bookkeeper.client.api">
 <!--   -->
diff --git a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/stats/class-use/StatsLogger.html b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/stats/class-use/StatsLogger.html
index 21fed0b..cf05ad7 100644
--- a/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/stats/class-use/StatsLogger.html
+++ b/content/docs/4.6.1/api/javadoc/org/apache/bookkeeper/stats/class-use/StatsLogger.html
@@ -255,6 +255,23 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfigu [...]
+             <a href="../../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
+             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+             <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConf [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.html#BookKeeperAdmin-org.apache.bookkeeper.client.BookKeeper-org.apache.bookkeeper.stats.StatsLogger-">BookKeeperAdmin</a></span>(<a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html" title="class in org.apache.bookkeeper.client">BookKeeper</a>&nbsp;bkc,
                <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>
 <div class="block">Constructor that takes in a BookKeeper instance .</div>
diff --git a/content/docs/latest/api/javadoc/index-all.html b/content/docs/latest/api/javadoc/index-all.html
index 2c9c231..22cbd3a 100644
--- a/content/docs/latest/api/javadoc/index-all.html
+++ b/content/docs/latest/api/javadoc/index-all.html
@@ -784,7 +784,7 @@
 <div class="block">This class is responsible for maintaining a consistent view of what bookies
  are available by reading Zookeeper (and setting watches on the bookie nodes).</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">BookieWatcher(ClientConfiguration, EnsemblePlacementPolicy, RegistrationClient)</a></span> - Constructor for class org.apache.bookkeeper.client.<a href="org/apache/bookkeeper/client/BookieWatcher.html" title="class in org.apache.bookkee [...]
+<dt><span class="memberNameLink"><a href="org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher(ClientConfiguration, EnsemblePlacementPolicy, RegistrationClient, StatsLogger)</a></span> - Constructor for class org.apache.bookkeeper.client.<a href="org/apache/bookkeeper/client/B [...]
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/bookkeeper/client/BookKeeper.html#bookieWatcher">bookieWatcher</a></span> - Variable 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>&nbsp;</dd>
@@ -814,6 +814,10 @@
 <div class="block">Create a bookkeeper client but use the passed in zookeeper client and
  client event loop group instead of instantiating those.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper(ClientConfiguration, ZooKeeper, EventLoopGroup, StatsLogger, DNSToSwitchMapping, HashedWheelTimer, FeaturePro [...]
+<dd>
+<div class="block">Constructor for use with the builder.</div>
+</dd>
 <dt><a href="org/apache/bookkeeper/client/BookKeeper.Builder.html" title="class in org.apache.bookkeeper.client"><span class="typeNameLink">BookKeeper.Builder</span></a> - Class in <a href="org/apache/bookkeeper/client/package-summary.html">org.apache.bookkeeper.client</a></dt>
 <dd>
 <div class="block">BookKeeper Client Builder to build client instances.</div>
diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookKeeper.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookKeeper.html
index 5bb8144..9a09c58 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookKeeper.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookKeeper.html
@@ -313,6 +313,17 @@ implements <a href="../../../../org/apache/bookkeeper/client/api/BookKeeper.html
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../org/apache/bookkeeper/conf/ClientConfigurati [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-java.lang.String-">BookKeeper</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;servers)</code>
 <div class="block">Create a bookkeeper client.</div>
 </td>
@@ -1053,7 +1064,7 @@ implements <a href="../../../../org/apache/bookkeeper/client/api/BookKeeper.html
 <a name="BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>BookKeeper</h4>
 <pre>public&nbsp;BookKeeper(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
@@ -1079,6 +1090,31 @@ implements <a href="../../../../org/apache/bookkeeper/client/api/BookKeeper.html
 </dl>
 </li>
 </ul>
+<a name="BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>BookKeeper</h4>
+<pre>BookKeeper(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
+           org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+           io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+           <a href="../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+           org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+           io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+           <a href="../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)
+    throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
+           <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">Constructor for use with the builder. Other constructors also use it.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
+<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>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookieWatcher.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookieWatcher.html
index d98dbf1..cf61678 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookieWatcher.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookieWatcher.html
@@ -152,9 +152,10 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">BookieWatcher</a></span>(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher</a></span>(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration< [...]
              <a href="../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
-             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient)</code>&nbsp;</td>
+             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+             <a href="../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -251,7 +252,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">
+<a name="BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -259,7 +260,8 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <h4>BookieWatcher</h4>
 <pre>public&nbsp;BookieWatcher(<a href="../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
                      <a href="../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
-                     org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient)</pre>
+                     org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+                     <a href="../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</pre>
 </li>
 </ul>
 </li>
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 f19f448..3757faf 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
@@ -688,25 +688,36 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConf [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-java.lang.String-">BookKeeper</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;servers)</code>
 <div class="block">Create a bookkeeper client.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.html#BookKeeperAdmin-org.apache.bookkeeper.conf.ClientConfiguration-">BookKeeperAdmin</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf)</code>
 <div class="block">Constructor that takes in a configuration object so we know
  how to connect to ZooKeeper to retrieve information about the BookKeeper
  cluster.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.html#BookKeeperAdmin-java.lang.String-">BookKeeperAdmin</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;zkServers)</code>
 <div class="block">Constructor that takes in a ZooKeeper servers connect string so we know
  how to connect to ZooKeeper to retrieve information about the BookKeeper
  cluster.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.LedgerEntriesIterator.html#LedgerEntriesIterator-long-long-long-">LedgerEntriesIterator</a></span>(long&nbsp;ledgerId,
                      long&nbsp;firstEntry,
                      long&nbsp;lastEntry)</code>&nbsp;</td>
diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/EnsemblePlacementPolicy.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/EnsemblePlacementPolicy.html
index 111fd1c..a68e326 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/EnsemblePlacementPolicy.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/EnsemblePlacementPolicy.html
@@ -206,9 +206,10 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfigu [...]
              <a href="../../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
-             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient)</code>&nbsp;</td>
+             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+             <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/class-use/ClientConfiguration.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/class-use/ClientConfiguration.html
index 6189aa0..398aa09 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/class-use/ClientConfiguration.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/class-use/ClientConfiguration.html
@@ -208,9 +208,10 @@
                 <a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ScheduledExecutorService</a>&nbsp;scheduler)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfigu [...]
              <a href="../../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
-             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient)</code>&nbsp;</td>
+             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+             <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf)</code>
@@ -233,13 +234,24 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConf [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.html#BookKeeperAdmin-org.apache.bookkeeper.conf.ClientConfiguration-">BookKeeperAdmin</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf)</code>
 <div class="block">Constructor that takes in a configuration object so we know
  how to connect to ZooKeeper to retrieve information about the BookKeeper
  cluster.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.Builder.html#Builder-org.apache.bookkeeper.conf.ClientConfiguration-">Builder</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfiguration</a>&nbsp;conf)</code>&nbsp;</td>
 </tr>
 </tbody>
diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/feature/class-use/FeatureProvider.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/feature/class-use/FeatureProvider.html
index 69504c3..777ddf3 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/feature/class-use/FeatureProvider.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/feature/class-use/FeatureProvider.html
@@ -186,6 +186,25 @@
 </tr>
 </tbody>
 </table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/bookkeeper/client/package-summary.html">org.apache.bookkeeper.client</a> with parameters of type <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConf [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.bookkeeper.client.api">
 <!--   -->
diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/stats/class-use/StatsLogger.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/stats/class-use/StatsLogger.html
index 21fed0b..cf05ad7 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/stats/class-use/StatsLogger.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/stats/class-use/StatsLogger.html
@@ -255,6 +255,23 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookieWatcher.html#BookieWatcher-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.bookkeeper.client.EnsemblePlacementPolicy-org.apache.bookkeeper.discover.RegistrationClient-org.apache.bookkeeper.stats.StatsLogger-">BookieWatcher</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConfiguration.html" title="class in org.apache.bookkeeper.conf">ClientConfigu [...]
+             <a href="../../../../../org/apache/bookkeeper/client/EnsemblePlacementPolicy.html" title="interface in org.apache.bookkeeper.client">EnsemblePlacementPolicy</a>&nbsp;placementPolicy,
+             org.apache.bookkeeper.discover.RegistrationClient&nbsp;registrationClient,
+             <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html#BookKeeper-org.apache.bookkeeper.conf.ClientConfiguration-org.apache.zookeeper.ZooKeeper-io.netty.channel.EventLoopGroup-org.apache.bookkeeper.stats.StatsLogger-org.apache.bookkeeper.net.DNSToSwitchMapping-io.netty.util.HashedWheelTimer-org.apache.bookkeeper.feature.FeatureProvider-">BookKeeper</a></span>(<a href="../../../../../org/apache/bookkeeper/conf/ClientConf [...]
+          org.apache.zookeeper.ZooKeeper&nbsp;zkc,
+          io.netty.channel.EventLoopGroup&nbsp;eventLoopGroup,
+          <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger,
+          org.apache.bookkeeper.net.DNSToSwitchMapping&nbsp;dnsResolver,
+          io.netty.util.HashedWheelTimer&nbsp;requestTimer,
+          <a href="../../../../../org/apache/bookkeeper/feature/FeatureProvider.html" title="interface in org.apache.bookkeeper.feature">FeatureProvider</a>&nbsp;featureProvider)</code>
+<div class="block">Constructor for use with the builder.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/BookKeeperAdmin.html#BookKeeperAdmin-org.apache.bookkeeper.client.BookKeeper-org.apache.bookkeeper.stats.StatsLogger-">BookKeeperAdmin</a></span>(<a href="../../../../../org/apache/bookkeeper/client/BookKeeper.html" title="class in org.apache.bookkeeper.client">BookKeeper</a>&nbsp;bkc,
                <a href="../../../../../org/apache/bookkeeper/stats/StatsLogger.html" title="interface in org.apache.bookkeeper.stats">StatsLogger</a>&nbsp;statsLogger)</code>
 <div class="block">Constructor that takes in a BookKeeper instance .</div>

-- 
To stop receiving notification emails like this one, please contact
['"commits@bookkeeper.apache.org" <co...@bookkeeper.apache.org>'].