This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 265b68de Deploying to gh-pages from @ 
apache/datasketches-java@4a7aaa767206e666b5bfcc8c1ce85b8349c4209f 🚀
265b68de is described below

commit 265b68de95f87d83e73d0266c57b7a12a3bc22ae
Author: leerho <[email protected]>
AuthorDate: Mon Mar 25 16:57:05 2024 +0000

    Deploying to gh-pages from @ 
apache/datasketches-java@4a7aaa767206e666b5bfcc8c1ce85b8349c4209f 🚀
---
 docs/master/index-all.html                         |  23 ++++++++++++++++
 docs/master/member-search-index.js                 |   2 +-
 docs/master/member-search-index.zip                | Bin 17154 -> 17206 bytes
 .../org/apache/datasketches/cpc/CpcSketch.html     |  25 ++++++++++++++++-
 .../org/apache/datasketches/fdt/FdtSketch.html     |   2 +-
 .../org/apache/datasketches/theta/Union.html       |  27 ++++++++++++++++++-
 .../apache/datasketches/theta/UpdateSketch.html    |  29 ++++++++++++++++++--
 .../theta/class-use/UpdateReturnState.html         |  10 ++++++-
 .../apache/datasketches/tuple/UpdatableSketch.html |  30 ++++++++++++++++++++-
 .../datasketches/tuple/adouble/DoubleSketch.html   |   2 +-
 .../tuple/aninteger/IntegerSketch.html             |   2 +-
 .../ArrayOfDoublesUpdatableSketch.html             |  29 ++++++++++++++++++--
 .../tuple/strings/ArrayOfStringsSketch.html        |   2 +-
 docs/master/package-search-index.zip               | Bin 374 -> 374 bytes
 docs/master/type-search-index.zip                  | Bin 1649 -> 1649 bytes
 15 files changed, 170 insertions(+), 13 deletions(-)

diff --git a/docs/master/index-all.html b/docs/master/index-all.html
index 9fdb71da..7a44fd24 100644
--- a/docs/master/index-all.html
+++ b/docs/master/index-all.html
@@ -7160,6 +7160,29 @@ $('.navPadding').css('padding-top', 
$('.fixedNav').css("height"));
 <dd>
 <div class="block">Updates this sketch with a String key and U value.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/datasketches/cpc/CpcSketch.html#update(java.nio.ByteBuffer)">update(ByteBuffer)</a></span>
 - Method in class org.apache.datasketches.cpc.<a 
href="org/apache/datasketches/cpc/CpcSketch.html" title="class in 
org.apache.datasketches.cpc">CpcSketch</a></dt>
+<dd>
+<div class="block">Present the given ByteBuffer as a potential unique item
+ If the ByteBuffer is null or empty no update attempt is made and the method 
returns</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/datasketches/theta/Union.html#update(java.nio.ByteBuffer)">update(ByteBuffer)</a></span>
 - Method in class org.apache.datasketches.theta.<a 
href="org/apache/datasketches/theta/Union.html" title="class in 
org.apache.datasketches.theta">Union</a></dt>
+<dd>
+<div class="block">Update <i>this</i> union with the given ByteBuffer 
item.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/datasketches/theta/UpdateSketch.html#update(java.nio.ByteBuffer)">update(ByteBuffer)</a></span>
 - Method in class org.apache.datasketches.theta.<a 
href="org/apache/datasketches/theta/UpdateSketch.html" title="class in 
org.apache.datasketches.theta">UpdateSketch</a></dt>
+<dd>
+<div class="block">Present this sketch with the given ByteBuffer
+ If the ByteBuffer is null or empty, no update attempt is made and the method 
returns.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/datasketches/tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.html#update(java.nio.ByteBuffer,double%5B%5D)">update(ByteBuffer,
 double[])</a></span> - Method in class 
org.apache.datasketches.tuple.arrayofdoubles.<a 
href="org/apache/datasketches/tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.html"
 title="class in 
org.apache.datasketches.tuple.arrayofdoubles">ArrayOfDoublesUpdatableSketch</a></dt>
+<dd>
+<div class="block">Updates this sketch with a ByteBuffer key and double 
values.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/datasketches/tuple/UpdatableSketch.html#update(java.nio.ByteBuffer,U)">update(ByteBuffer,
 U)</a></span> - Method in class org.apache.datasketches.tuple.<a 
href="org/apache/datasketches/tuple/UpdatableSketch.html" title="class in 
org.apache.datasketches.tuple">UpdatableSketch</a></dt>
+<dd>
+<div class="block">Updates this sketch with a ByteBuffer and U value
+ The value is passed to the update() method of the Summary object associated 
with the key</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/datasketches/cpc/CpcUnion.html#update(org.apache.datasketches.cpc.CpcSketch)">update(CpcSketch)</a></span>
 - Method in class org.apache.datasketches.cpc.<a 
href="org/apache/datasketches/cpc/CpcUnion.html" title="class in 
org.apache.datasketches.cpc">CpcUnion</a></dt>
 <dd>
 <div class="block">Update this union with a CpcSketch.</div>
diff --git a/docs/master/member-search-index.js 
b/docs/master/member-search-index.js
index 114049fd..052a98c6 100644
--- a/docs/master/member-search-index.js
+++ b/docs/master/member-search-index.js
@@ -1 +1 @@
-memberSearchIndex = 
[{"p":"org.apache.datasketches.common","c":"Family","l":"A_NOT_B"},{"p":"org.apache.datasketches.common","c":"Family","l":"ALPHA"},{"p":"org.apache.datasketches.tuple.adouble","c":"DoubleSummary.Mode","l":"AlwaysOne"},{"p":"org.apache.datasketches.tuple.aninteger","c":"IntegerSummary.Mode","l":"AlwaysOne"},{"p":"org.apache.datasketches.theta","c":"AnotB","l":"AnotB()","url":"%3Cinit%3E()"},{"p":"org.apache.datasketches.tuple","c":"AnotB","l":"AnotB()","url":"%3Cinit%3
 [...]
\ No newline at end of file
+memberSearchIndex = 
[{"p":"org.apache.datasketches.common","c":"Family","l":"A_NOT_B"},{"p":"org.apache.datasketches.common","c":"Family","l":"ALPHA"},{"p":"org.apache.datasketches.tuple.adouble","c":"DoubleSummary.Mode","l":"AlwaysOne"},{"p":"org.apache.datasketches.tuple.aninteger","c":"IntegerSummary.Mode","l":"AlwaysOne"},{"p":"org.apache.datasketches.theta","c":"AnotB","l":"AnotB()","url":"%3Cinit%3E()"},{"p":"org.apache.datasketches.tuple","c":"AnotB","l":"AnotB()","url":"%3Cinit%3
 [...]
\ No newline at end of file
diff --git a/docs/master/member-search-index.zip 
b/docs/master/member-search-index.zip
index 7b3c29d1..5e484629 100644
Binary files a/docs/master/member-search-index.zip and 
b/docs/master/member-search-index.zip differ
diff --git a/docs/master/org/apache/datasketches/cpc/CpcSketch.html 
b/docs/master/org/apache/datasketches/cpc/CpcSketch.html
index 02ba5e57..c170ed9d 100644
--- a/docs/master/org/apache/datasketches/cpc/CpcSketch.html
+++ b/docs/master/org/apache/datasketches/cpc/CpcSketch.html
@@ -27,7 +27,7 @@
     catch(err) {
     }
 //-->
-var data = 
{"i0":10,"i1":9,"i2":10,"i3":10,"i4":9,"i5":10,"i6":9,"i7":9,"i8":9,"i9":9,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":9,"i16":9,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10};
+var data = 
{"i0":10,"i1":9,"i2":10,"i3":10,"i4":9,"i5":10,"i6":9,"i7":9,"i8":9,"i9":9,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":9,"i16":9,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -415,6 +415,14 @@ extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </td>
 </tr>
 <tr id="i24" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#update(java.nio.ByteBuffer)">update</a></span>&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;data)</code></th>
+<td class="colLast">
+<div class="block">Present the given ByteBuffer as a potential unique item
+ If the ByteBuffer is null or empty no update attempt is made and the method 
returns</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#validate()">validate</a></span>()</code></th>
 <td class="colLast">
@@ -790,6 +798,21 @@ extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </dl>
 </li>
 </ul>
+<a id="update(java.nio.ByteBuffer)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>update</h4>
+<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;data)</pre>
+<div class="block">Present the given ByteBuffer as a potential unique item
+ If the ByteBuffer is null or empty no update attempt is made and the method 
returns</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>data</code> - The given ByteBuffer</dd>
+</dl>
+</li>
+</ul>
 <a id="update(char[])">
 <!--   -->
 </a>
diff --git a/docs/master/org/apache/datasketches/fdt/FdtSketch.html 
b/docs/master/org/apache/datasketches/fdt/FdtSketch.html
index fbb831bc..db15216d 100644
--- a/docs/master/org/apache/datasketches/fdt/FdtSketch.html
+++ b/docs/master/org/apache/datasketches/fdt/FdtSketch.html
@@ -385,7 +385,7 @@ extends <a 
href="../tuple/strings/ArrayOfStringsSketch.html" title="class in org
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.datasketches.tuple.<a 
href="../tuple/UpdatableSketch.html" title="class in 
org.apache.datasketches.tuple">UpdatableSketch</a></h3>
-<code><a href="../tuple/UpdatableSketch.html#update(byte%5B%5D,U)">update</a>, 
<a href="../tuple/UpdatableSketch.html#update(double,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(int%5B%5D,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(long%5B%5D,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(long,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(java.lang.String,U)">update</a></code></li>
+<code><a href="../tuple/UpdatableSketch.html#update(byte%5B%5D,U)">update</a>, 
<a href="../tuple/UpdatableSketch.html#update(double,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(int%5B%5D,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(long%5B%5D,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(long,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(java.lang.String,U)">update</a>, <a 
href="../tuple/UpdatableSketch.html#update(java.ni [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
id="methods.inherited.from.class.org.apache.datasketches.tuple.Sketch">
diff --git a/docs/master/org/apache/datasketches/theta/Union.html 
b/docs/master/org/apache/datasketches/theta/Union.html
index 64d7ec11..905e2890 100644
--- a/docs/master/org/apache/datasketches/theta/Union.html
+++ b/docs/master/org/apache/datasketches/theta/Union.html
@@ -27,7 +27,7 @@
     catch(err) {
     }
 //-->
-var data = 
{"i0":6,"i1":10,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":10,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6};
+var data = 
{"i0":6,"i1":10,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":10,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -318,6 +318,13 @@ extends <a href="SetOperation.html" title="class in 
org.apache.datasketches.thet
 <div class="block">Update <i>this</i> union with the with the given String 
data item.</div>
 </td>
 </tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>abstract void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#update(java.nio.ByteBuffer)">update</a></span>&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;data)</code></th>
+<td class="colLast">
+<div class="block">Update <i>this</i> union with the given ByteBuffer 
item.</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a 
id="methods.inherited.from.class.org.apache.datasketches.theta.SetOperation">
@@ -630,6 +637,24 @@ extends <a href="SetOperation.html" title="class in 
org.apache.datasketches.thet
 </dl>
 </li>
 </ul>
+<a id="update(java.nio.ByteBuffer)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>update</h4>
+<pre class="methodSignature">public abstract&nbsp;void&nbsp;update&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;data)</pre>
+<div class="block">Update <i>this</i> union with the given ByteBuffer item.
+ If the ByteBuffer is null or empty no update attempt is made and the method 
returns.
+
+ <p>Note: this is not a Sketch Union operation. This treats the given 
ByteBuffer as a data
+ item.</p></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>data</code> - The given ByteBuffer.</dd>
+</dl>
+</li>
+</ul>
 <a id="update(int[])">
 <!--   -->
 </a>
diff --git a/docs/master/org/apache/datasketches/theta/UpdateSketch.html 
b/docs/master/org/apache/datasketches/theta/UpdateSketch.html
index 0eb0a337..278941fb 100644
--- a/docs/master/org/apache/datasketches/theta/UpdateSketch.html
+++ b/docs/master/org/apache/datasketches/theta/UpdateSketch.html
@@ -27,7 +27,7 @@
     catch(err) {
     }
 //-->
-var data = 
{"i0":9,"i1":10,"i2":10,"i3":6,"i4":6,"i5":9,"i6":9,"i7":10,"i8":10,"i9":6,"i10":6,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":9,"i19":9};
+var data = 
{"i0":9,"i1":10,"i2":10,"i3":6,"i4":6,"i5":9,"i6":9,"i7":10,"i8":10,"i9":6,"i10":6,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":9,"i20":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -297,13 +297,21 @@ extends <a href="Sketch.html" title="class in 
org.apache.datasketches.theta">Ske
 </td>
 </tr>
 <tr id="i18" class="altColor">
+<td class="colFirst"><code><a href="UpdateReturnState.html" title="enum in 
org.apache.datasketches.theta">UpdateReturnState</a></code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#update(java.nio.ByteBuffer)">update</a></span>&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;buffer)</code></th>
+<td class="colLast">
+<div class="block">Present this sketch with the given ByteBuffer
+ If the ByteBuffer is null or empty, no update attempt is made and the method 
returns.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>static <a href="UpdateSketch.html" title="class in 
org.apache.datasketches.theta">UpdateSketch</a></code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#wrap(org.apache.datasketches.memory.WritableMemory)">wrap</a></span>&#8203;(org.apache.datasketches.memory.WritableMemory&nbsp;srcMem)</code></th>
 <td class="colLast">
 <div class="block">Wrap takes the sketch image in Memory and refers to it 
directly.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code>static <a href="UpdateSketch.html" title="class in 
org.apache.datasketches.theta">UpdateSketch</a></code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#wrap(org.apache.datasketches.memory.WritableMemory,long)">wrap</a></span>&#8203;(org.apache.datasketches.memory.WritableMemory&nbsp;srcMem,
     long&nbsp;expectedSeed)</code></th>
@@ -651,6 +659,23 @@ extends <a href="Sketch.html" title="class in 
org.apache.datasketches.theta">Ske
 </dl>
 </li>
 </ul>
+<a id="update(java.nio.ByteBuffer)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>update</h4>
+<pre class="methodSignature">public&nbsp;<a href="UpdateReturnState.html" 
title="enum in 
org.apache.datasketches.theta">UpdateReturnState</a>&nbsp;update&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;buffer)</pre>
+<div class="block">Present this sketch with the given ByteBuffer
+ If the ByteBuffer is null or empty, no update attempt is made and the method 
returns.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>buffer</code> - the input ByteBuffer</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../resources/dictionary.html#updateReturnState">See 
Update Return State</a></dd>
+</dl>
+</li>
+</ul>
 <a id="update(char[])">
 <!--   -->
 </a>
diff --git 
a/docs/master/org/apache/datasketches/theta/class-use/UpdateReturnState.html 
b/docs/master/org/apache/datasketches/theta/class-use/UpdateReturnState.html
index ad4f7e26..9c25d450 100644
--- a/docs/master/org/apache/datasketches/theta/class-use/UpdateReturnState.html
+++ b/docs/master/org/apache/datasketches/theta/class-use/UpdateReturnState.html
@@ -181,13 +181,21 @@ $('.navPadding').css('padding-top', 
$('.fixedNav').css("height"));
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../UpdateReturnState.html" title="enum in 
org.apache.datasketches.theta">UpdateReturnState</a></code></td>
+<th class="colSecond" scope="row"><span 
class="typeNameLabel">UpdateSketch.</span><code><span class="memberNameLink"><a 
href="../UpdateSketch.html#update(java.nio.ByteBuffer)">update</a></span>&#8203;(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;buffer)</code></th>
+<td class="colLast">
+<div class="block">Present this sketch with the given ByteBuffer
+ If the ByteBuffer is null or empty, no update attempt is made and the method 
returns.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../UpdateReturnState.html" 
title="enum in org.apache.datasketches.theta">UpdateReturnState</a></code></td>
 <th class="colSecond" scope="row"><span 
class="typeNameLabel">UpdateReturnState.</span><code><span 
class="memberNameLink"><a 
href="../UpdateReturnState.html#valueOf(java.lang.String)">valueOf</a></span>&#8203;(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang" 
class="externalLink">String</a>&nbsp;name)</code></th>
 <td class="colLast">
 <div class="block">Returns the enum constant of this type with the specified 
name.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../UpdateReturnState.html" 
title="enum in 
org.apache.datasketches.theta">UpdateReturnState</a>[]</code></td>
 <th class="colSecond" scope="row"><span 
class="typeNameLabel">UpdateReturnState.</span><code><span 
class="memberNameLink"><a 
href="../UpdateReturnState.html#values()">values</a></span>()</code></th>
 <td class="colLast">
diff --git a/docs/master/org/apache/datasketches/tuple/UpdatableSketch.html 
b/docs/master/org/apache/datasketches/tuple/UpdatableSketch.html
index 9ad7f4c2..82d73514 100644
--- a/docs/master/org/apache/datasketches/tuple/UpdatableSketch.html
+++ b/docs/master/org/apache/datasketches/tuple/UpdatableSketch.html
@@ -27,7 +27,7 @@
     catch(err) {
     }
 //-->
-var data = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":42,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10};
+var data = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":42,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -380,6 +380,15 @@ extends <a href="Sketch.html" title="class in 
org.apache.datasketches.tuple">Ske
 <div class="block">Updates this sketch with a String key and U value.</div>
 </td>
 </tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#update(java.nio.ByteBuffer,U)">update</a></span>&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;buffer,
+      <a href="UpdatableSketch.html" title="type parameter in 
UpdatableSketch">U</a>&nbsp;value)</code></th>
+<td class="colLast">
+<div class="block">Updates this sketch with a ByteBuffer and U value
+ The value is passed to the update() method of the Summary object associated 
with the key</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a 
id="methods.inherited.from.class.org.apache.datasketches.tuple.Sketch">
@@ -575,6 +584,25 @@ 
public&nbsp;UpdatableSketch&#8203;(org.apache.datasketches.memory.Memory&nbsp;sr
 </dl>
 </li>
 </ul>
+<a id="update(java.nio.ByteBuffer,java.lang.Object)">
+<!--   -->
+</a><a id="update(java.nio.ByteBuffer,U)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>update</h4>
+<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;buffer,
+                   <a href="UpdatableSketch.html" title="type parameter in 
UpdatableSketch">U</a>&nbsp;value)</pre>
+<div class="block">Updates this sketch with a ByteBuffer and U value
+ The value is passed to the update() method of the Summary object associated 
with the key</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>buffer</code> - The given ByteBuffer key</dd>
+<dd><code>value</code> - The given U value</dd>
+</dl>
+</li>
+</ul>
 <a id="update(int[],java.lang.Object)">
 <!--   -->
 </a><a id="update(int[],U)">
diff --git 
a/docs/master/org/apache/datasketches/tuple/adouble/DoubleSketch.html 
b/docs/master/org/apache/datasketches/tuple/adouble/DoubleSketch.html
index 82e3cac7..fc64dda1 100644
--- a/docs/master/org/apache/datasketches/tuple/adouble/DoubleSketch.html
+++ b/docs/master/org/apache/datasketches/tuple/adouble/DoubleSketch.html
@@ -339,7 +339,7 @@ extends <a href="../UpdatableSketch.html" title="class in 
org.apache.datasketche
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.datasketches.tuple.<a 
href="../UpdatableSketch.html" title="class in 
org.apache.datasketches.tuple">UpdatableSketch</a></h3>
-<code><a href="../UpdatableSketch.html#copy()">copy</a>, <a 
href="../UpdatableSketch.html#update(byte%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(double,U)">update</a>, <a 
href="../UpdatableSketch.html#update(int%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(long%5B%5D,U)">update</a></code></li>
+<code><a href="../UpdatableSketch.html#copy()">copy</a>, <a 
href="../UpdatableSketch.html#update(byte%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(double,U)">update</a>, <a 
href="../UpdatableSketch.html#update(int%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(long%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(java.nio.ByteBuffer,U)">update</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
id="methods.inherited.from.class.org.apache.datasketches.tuple.Sketch">
diff --git 
a/docs/master/org/apache/datasketches/tuple/aninteger/IntegerSketch.html 
b/docs/master/org/apache/datasketches/tuple/aninteger/IntegerSketch.html
index 5ea8e939..0c29f561 100644
--- a/docs/master/org/apache/datasketches/tuple/aninteger/IntegerSketch.html
+++ b/docs/master/org/apache/datasketches/tuple/aninteger/IntegerSketch.html
@@ -339,7 +339,7 @@ extends <a href="../UpdatableSketch.html" title="class in 
org.apache.datasketche
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.datasketches.tuple.<a 
href="../UpdatableSketch.html" title="class in 
org.apache.datasketches.tuple">UpdatableSketch</a></h3>
-<code><a href="../UpdatableSketch.html#copy()">copy</a>, <a 
href="../UpdatableSketch.html#update(byte%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(double,U)">update</a>, <a 
href="../UpdatableSketch.html#update(int%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(long%5B%5D,U)">update</a></code></li>
+<code><a href="../UpdatableSketch.html#copy()">copy</a>, <a 
href="../UpdatableSketch.html#update(byte%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(double,U)">update</a>, <a 
href="../UpdatableSketch.html#update(int%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(long%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(java.nio.ByteBuffer,U)">update</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
id="methods.inherited.from.class.org.apache.datasketches.tuple.Sketch">
diff --git 
a/docs/master/org/apache/datasketches/tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.html
 
b/docs/master/org/apache/datasketches/tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.html
index 413e0d1e..eae532ca 100644
--- 
a/docs/master/org/apache/datasketches/tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.html
+++ 
b/docs/master/org/apache/datasketches/tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.html
@@ -27,7 +27,7 @@
     catch(err) {
     }
 //-->
-var data = 
{"i0":10,"i1":10,"i2":6,"i3":6,"i4":6,"i5":9,"i6":9,"i7":6,"i8":6,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":9,"i16":9};
+var data = 
{"i0":10,"i1":10,"i2":6,"i3":6,"i4":6,"i5":9,"i6":9,"i7":6,"i8":6,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":9,"i17":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -273,13 +273,21 @@ extends <a href="ArrayOfDoublesSketch.html" title="class 
in org.apache.datasketc
 </td>
 </tr>
 <tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#update(java.nio.ByteBuffer,double%5B%5D)">update</a></span>&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;key,
+      double[]&nbsp;values)</code></th>
+<td class="colLast">
+<div class="block">Updates this sketch with a ByteBuffer key and double 
values.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>static <a href="ArrayOfDoublesUpdatableSketch.html" 
title="class in 
org.apache.datasketches.tuple.arrayofdoubles">ArrayOfDoublesUpdatableSketch</a></code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#wrap(org.apache.datasketches.memory.WritableMemory)">wrap</a></span>&#8203;(org.apache.datasketches.memory.WritableMemory&nbsp;mem)</code></th>
 <td class="colLast">
 <div class="block">Wrap the given WritableMemory as an 
ArrayOfDoublesUpdatableSketch</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>static <a href="ArrayOfDoublesUpdatableSketch.html" 
title="class in 
org.apache.datasketches.tuple.arrayofdoubles">ArrayOfDoublesUpdatableSketch</a></code></td>
 <th class="colSecond" scope="row"><code><span class="memberNameLink"><a 
href="#wrap(org.apache.datasketches.memory.WritableMemory,long)">wrap</a></span>&#8203;(org.apache.datasketches.memory.WritableMemory&nbsp;mem,
     long&nbsp;seed)</code></th>
@@ -454,6 +462,23 @@ extends <a href="ArrayOfDoublesSketch.html" title="class 
in org.apache.datasketc
 </dl>
 </li>
 </ul>
+<a id="update(java.nio.ByteBuffer,double[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>update</h4>
+<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio" 
class="externalLink">ByteBuffer</a>&nbsp;key,
+                   double[]&nbsp;values)</pre>
+<div class="block">Updates this sketch with a ByteBuffer key and double values.
+ The values will be stored or added to the ones associated with the key</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>key</code> - The given ByteBuffer key</dd>
+<dd><code>values</code> - The given values</dd>
+</dl>
+</li>
+</ul>
 <a id="update(int[],double[])">
 <!--   -->
 </a>
diff --git 
a/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html 
b/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html
index 43d27a5f..c6166622 100644
--- 
a/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html
+++ 
b/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html
@@ -350,7 +350,7 @@ extends <a href="../UpdatableSketch.html" title="class in 
org.apache.datasketche
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.datasketches.tuple.<a 
href="../UpdatableSketch.html" title="class in 
org.apache.datasketches.tuple">UpdatableSketch</a></h3>
-<code><a href="../UpdatableSketch.html#update(byte%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(double,U)">update</a>, <a 
href="../UpdatableSketch.html#update(int%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(long%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(long,U)">update</a>, <a 
href="../UpdatableSketch.html#update(java.lang.String,U)">update</a></code></li>
+<code><a href="../UpdatableSketch.html#update(byte%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(double,U)">update</a>, <a 
href="../UpdatableSketch.html#update(int%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(long%5B%5D,U)">update</a>, <a 
href="../UpdatableSketch.html#update(long,U)">update</a>, <a 
href="../UpdatableSketch.html#update(java.lang.String,U)">update</a>, <a 
href="../UpdatableSketch.html#update(java.nio.ByteBuffer,U)">update</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
id="methods.inherited.from.class.org.apache.datasketches.tuple.Sketch">
diff --git a/docs/master/package-search-index.zip 
b/docs/master/package-search-index.zip
index 5e1892c5..9b14583e 100644
Binary files a/docs/master/package-search-index.zip and 
b/docs/master/package-search-index.zip differ
diff --git a/docs/master/type-search-index.zip 
b/docs/master/type-search-index.zip
index ac05a4ed..4511ddb8 100644
Binary files a/docs/master/type-search-index.zip and 
b/docs/master/type-search-index.zip differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to