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 f16aeec Updated site at revision cb0c034
f16aeec is described below
commit f16aeeca74c11801273b385132286fc8a52acff2
Author: jenkins <[email protected]>
AuthorDate: Fri Feb 23 08:15:29 2018 +0000
Updated site at revision cb0c034
---
content/docs/latest/api/javadoc/index-all.html | 4 ++++
.../bookkeeper/conf/AbstractConfiguration.html | 26 ++++++++++++++++++++++
.../bookkeeper/conf/ClientConfiguration.html | 2 +-
.../bookkeeper/conf/ServerConfiguration.html | 2 +-
4 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/content/docs/latest/api/javadoc/index-all.html
b/content/docs/latest/api/javadoc/index-all.html
index 46d660f..c75a30f 100644
--- a/content/docs/latest/api/javadoc/index-all.html
+++ b/content/docs/latest/api/javadoc/index-all.html
@@ -1426,6 +1426,10 @@
sure the ledgers stored in the given decommissioning bookie are properly
replicated and they are not underreplicated because of the given bookie.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_ENTRY_FORMATTER">DEFAULT_ENTRY_FORMATTER</a></span>
- Static variable in class org.apache.bookkeeper.conf.<a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html" title="class in
org.apache.bookkeeper.conf">AbstractConfiguration</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LEDGERID_FORMATTER">DEFAULT_LEDGERID_FORMATTER</a></span>
- Static variable in class org.apache.bookkeeper.conf.<a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html" title="class in
org.apache.bookkeeper.conf">AbstractConfiguration</a></dt>
+<dd> </dd>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LOADER">DEFAULT_LOADER</a></span>
- Static variable in class org.apache.bookkeeper.conf.<a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html" title="class in
org.apache.bookkeeper.conf">AbstractConfiguration</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_NETTY_MAX_FRAME_SIZE">DEFAULT_NETTY_MAX_FRAME_SIZE</a></span>
- Static variable in class org.apache.bookkeeper.conf.<a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html" title="class in
org.apache.bookkeeper.conf">AbstractConfiguration</a></dt>
diff --git
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/AbstractConfiguration.html
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/AbstractConfiguration.html
index 8bb8729..39921e6 100644
---
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/AbstractConfiguration.html
+++
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/AbstractConfiguration.html
@@ -158,6 +158,14 @@ extends
org.apache.commons.configuration.CompositeConfiguration</pre>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#AVAILABLE_NODE">AVAILABLE_NODE</a></span></code> </td>
</tr>
<tr class="rowColor">
+<td class="colFirst"><code>protected static <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><? extends
org.apache.bookkeeper.util.EntryFormatter></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_ENTRY_FORMATTER">DEFAULT_ENTRY_FORMATTER</a></span></code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected static <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><? extends
org.apache.bookkeeper.util.LedgerIdFormatter></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LEDGERID_FORMATTER">DEFAULT_LEDGERID_FORMATTER</a></span></code> </td>
+</tr>
+<tr class="rowColor">
<td class="colFirst"><code>protected static <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html?is-external=true"
title="class or interface in java.lang">ClassLoader</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LOADER">DEFAULT_LOADER</a></span></code> </td>
</tr>
@@ -903,6 +911,24 @@ extends
org.apache.commons.configuration.CompositeConfiguration</pre>
</dl>
</li>
</ul>
+<a name="DEFAULT_ENTRY_FORMATTER">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_ENTRY_FORMATTER</h4>
+<pre>protected static final <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><? extends
org.apache.bookkeeper.util.EntryFormatter> DEFAULT_ENTRY_FORMATTER</pre>
+</li>
+</ul>
+<a name="DEFAULT_LEDGERID_FORMATTER">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_LEDGERID_FORMATTER</h4>
+<pre>protected static final <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><? extends
org.apache.bookkeeper.util.LedgerIdFormatter>
DEFAULT_LEDGERID_FORMATTER</pre>
+</li>
+</ul>
<a name="TLS_ENABLED_CIPHER_SUITES">
<!-- -->
</a>
diff --git
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/ClientConfiguration.html
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/ClientConfiguration.html
index c1bbf9e..553c908 100644
---
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/ClientConfiguration.html
+++
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/ClientConfiguration.html
@@ -460,7 +460,7 @@ extends <a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.ht
<!-- -->
</a>
<h3>Fields inherited from class org.apache.bookkeeper.conf.<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html"
title="class in org.apache.bookkeeper.conf">AbstractConfiguration</a></h3>
-<code><a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#AVAILABLE_NODE">AVAILABLE_NODE</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LOADER">DEFAULT_LOADER</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_NETTY_MAX_FRAME_SIZE">DEFAULT_NETTY_MAX_FRAME_SIZE</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#ENTRY_FORMATTER_CLASS">ENTRY_FORMATTER_CLASS</a>,
[...]
+<code><a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#AVAILABLE_NODE">AVAILABLE_NODE</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_ENTRY_FORMATTER">DEFAULT_ENTRY_FORMATTER</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LEDGERID_FORMATTER">DEFAULT_LEDGERID_FORMATTER</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LOADER">DEFAULT_LOADER</a>,
[...]
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.commons.configuration.AbstractConfiguration">
diff --git
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/ServerConfiguration.html
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/ServerConfiguration.html
index e2eb65f..1855ce2 100644
---
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/ServerConfiguration.html
+++
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/conf/ServerConfiguration.html
@@ -552,7 +552,7 @@ extends <a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.ht
<!-- -->
</a>
<h3>Fields inherited from class org.apache.bookkeeper.conf.<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html"
title="class in org.apache.bookkeeper.conf">AbstractConfiguration</a></h3>
-<code><a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#AVAILABLE_NODE">AVAILABLE_NODE</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LOADER">DEFAULT_LOADER</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_NETTY_MAX_FRAME_SIZE">DEFAULT_NETTY_MAX_FRAME_SIZE</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#ENTRY_FORMATTER_CLASS">ENTRY_FORMATTER_CLASS</a>,
[...]
+<code><a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#AVAILABLE_NODE">AVAILABLE_NODE</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_ENTRY_FORMATTER">DEFAULT_ENTRY_FORMATTER</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LEDGERID_FORMATTER">DEFAULT_LEDGERID_FORMATTER</a>,
<a
href="../../../../org/apache/bookkeeper/conf/AbstractConfiguration.html#DEFAULT_LOADER">DEFAULT_LOADER</a>,
[...]
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.commons.configuration.AbstractConfiguration">
--
To stop receiving notification emails like this one, please contact
[email protected].