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/02/17 08:25:25 UTC

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

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 9965a71  Updated site at revision 5aab8ae
9965a71 is described below

commit 9965a71671b70f993d79561228e8288b38f4cf9d
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Feb 17 08:25:23 2018 +0000

    Updated site at revision 5aab8ae
---
 .../bookkeeper/client/BookKeeper.DigestType.html      | 19 +++++++++++++++++--
 .../org/apache/bookkeeper/client/api/DigestType.html  | 17 ++++++++++++++++-
 2 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookKeeper.DigestType.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookKeeper.DigestType.html
index 92fd51a..212aa0a 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookKeeper.DigestType.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/BookKeeper.DigestType.html
@@ -131,7 +131,10 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is
  report fake bytes with a mathching MAC unless it knows the password.
  The CRC32C, which use SSE processor instruction, has better performance than CRC32.
  Legacy DigestType for backward compatibility. If we want to add new DigestType,
- we should add it in here, client.api.DigestType and DigestType in DataFormats.proto.</div>
+ we should add it in here, client.api.DigestType and DigestType in DataFormats.proto.
+ If the digest type is set/passed in as DUMMY, a dummy digest is added/checked.
+ This DUMMY digest is mostly for test purposes or in situations/use-cases
+ where digest is considered a overhead.</div>
 </li>
 </ul>
 </div>
@@ -156,6 +159,9 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookKeeper.DigestType.html#CRC32C">CRC32C</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookKeeper.DigestType.html#DUMMY">DUMMY</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/bookkeeper/client/BookKeeper.DigestType.html#MAC">MAC</a></span></code>&nbsp;</td>
 </tr>
 </table>
@@ -244,12 +250,21 @@ the order they are declared.</div>
 <a name="CRC32C">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>CRC32C</h4>
 <pre>public static final&nbsp;<a href="../../../../org/apache/bookkeeper/client/BookKeeper.DigestType.html" title="enum in org.apache.bookkeeper.client">BookKeeper.DigestType</a> CRC32C</pre>
 </li>
 </ul>
+<a name="DUMMY">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DUMMY</h4>
+<pre>public static final&nbsp;<a href="../../../../org/apache/bookkeeper/client/BookKeeper.DigestType.html" title="enum in org.apache.bookkeeper.client">BookKeeper.DigestType</a> DUMMY</pre>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/DigestType.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/DigestType.html
index 6efd516..cf8a579 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/DigestType.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/api/DigestType.html
@@ -155,6 +155,11 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/api/DigestType.html#DUMMY">DUMMY</a></span></code>
+<div class="block">Entries are not verified.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/client/api/DigestType.html#MAC">MAC</a></span></code>
 <div class="block">Entries are verified by applied MAC algorithm.</div>
 </td>
@@ -239,13 +244,23 @@ the order they are declared.</div>
 <a name="CRC32C">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>CRC32C</h4>
 <pre>public static final&nbsp;<a href="../../../../../org/apache/bookkeeper/client/api/DigestType.html" title="enum in org.apache.bookkeeper.client.api">DigestType</a> CRC32C</pre>
 <div class="block">Entries are verified by applied CRC32C algorithm.</div>
 </li>
 </ul>
+<a name="DUMMY">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DUMMY</h4>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/bookkeeper/client/api/DigestType.html" title="enum in org.apache.bookkeeper.client.api">DigestType</a> DUMMY</pre>
+<div class="block">Entries are not verified.</div>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->

-- 
To stop receiving notification emails like this one, please contact
git-site-role@apache.org.