Skip to content

Commit

Permalink
Deploying to gh-pages from @ ff07407 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Jan 26, 2024
1 parent 3decf6a commit 0bd4367
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 15 deletions.
8 changes: 6 additions & 2 deletions docs/master/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -6637,7 +6637,7 @@ <h2 class="title">U</h2>
<dd>
<div class="block">Updates this sketch with a double key and double values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllDoublesSketch.html#update(double,int)">update(double, int)</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllDoublesSketch.html" title="class in org.apache.datasketches.kll">KllDoublesSketch</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllDoublesSketch.html#update(double,long)">update(double, long)</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllDoublesSketch.html" title="class in org.apache.datasketches.kll">KllDoublesSketch</a></dt>
<dd>
<div class="block">Weighted update.</div>
</dd>
Expand All @@ -6653,7 +6653,7 @@ <h2 class="title">U</h2>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/req/ReqSketch.html#update(float)">update(float)</a></span> - Method in class org.apache.datasketches.req.<a href="org/apache/datasketches/req/ReqSketch.html" title="class in org.apache.datasketches.req">ReqSketch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllFloatsSketch.html#update(float,int)">update(float, int)</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllFloatsSketch.html" title="class in org.apache.datasketches.kll">KllFloatsSketch</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllFloatsSketch.html#update(float,long)">update(float, long)</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllFloatsSketch.html" title="class in org.apache.datasketches.kll">KllFloatsSketch</a></dt>
<dd>
<div class="block">Weighted update.</div>
</dd>
Expand Down Expand Up @@ -6853,6 +6853,10 @@ <h2 class="title">U</h2>
<dd>
<div class="block">Update this sketch with an item and a positive frequency count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllItemsSketch.html#update(T,long)">update(T, long)</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllItemsSketch.html" title="class in org.apache.datasketches.kll">KllItemsSketch</a></dt>
<dd>
<div class="block">Weighted update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/datasketches/tuple/UpdatableSummary.html#update(U)">update(U)</a></span> - Method in interface org.apache.datasketches.tuple.<a href="org/apache/datasketches/tuple/UpdatableSummary.html" title="interface in org.apache.datasketches.tuple">UpdatableSummary</a></dt>
<dd>
<div class="block">This is to provide a method of updating summaries.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/master/member-search-index.js

Large diffs are not rendered by default.

Binary file modified docs/master/member-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;?&gt;</code></td>
<td class="colFirst"><code>abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;<a href="ArrayOfItemsSerDe.html" title="type parameter in ArrayOfItemsSerDe">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getClassOfT()">getClassOfT</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the concrete class of type T</div>
Expand Down Expand Up @@ -462,7 +462,7 @@ <h4>toString</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>getClassOfT</h4>
<pre class="methodSignature">public abstract&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;?&gt;&nbsp;getClassOfT()</pre>
<pre class="methodSignature">public abstract&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;<a href="ArrayOfItemsSerDe.html" title="type parameter in ArrayOfItemsSerDe">T</a>&gt;&nbsp;getClassOfT()</pre>
<div class="block">Returns the concrete class of type T</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
Expand Down
8 changes: 4 additions & 4 deletions docs/master/org/apache/datasketches/kll/KllDoublesSketch.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ <h3>Method Summary</h3>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#update(double,int)">update</a></span>&#8203;(double&nbsp;item,
int&nbsp;weight)</code></th>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#update(double,long)">update</a></span>&#8203;(double&nbsp;item,
long&nbsp;weight)</code></th>
<td class="colLast">
<div class="block">Weighted update.</div>
</td>
Expand Down Expand Up @@ -1000,14 +1000,14 @@ <h4>update</h4>
</dl>
</li>
</ul>
<a id="update(double,int)">
<a id="update(double,long)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>update</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(double&nbsp;item,
int&nbsp;weight)</pre>
long&nbsp;weight)</pre>
<div class="block">Weighted update. Updates this sketch with the given item the number of times specified by the given integer weight.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand Down
8 changes: 4 additions & 4 deletions docs/master/org/apache/datasketches/kll/KllFloatsSketch.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ <h3>Method Summary</h3>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#update(float,int)">update</a></span>&#8203;(float&nbsp;item,
int&nbsp;weight)</code></th>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#update(float,long)">update</a></span>&#8203;(float&nbsp;item,
long&nbsp;weight)</code></th>
<td class="colLast">
<div class="block">Weighted update.</div>
</td>
Expand Down Expand Up @@ -1000,14 +1000,14 @@ <h4>update</h4>
</dl>
</li>
</ul>
<a id="update(float,int)">
<a id="update(float,long)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>update</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(float&nbsp;item,
int&nbsp;weight)</pre>
long&nbsp;weight)</pre>
<div class="block">Weighted update. Updates this sketch with the given item the number of times specified by the given integer weight.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand Down
30 changes: 28 additions & 2 deletions docs/master/org/apache/datasketches/kll/KllItemsSketch.html
Original file line number Diff line number Diff line change
Expand Up @@ -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":9,"i13":10,"i14":10,"i15":9,"i16":9,"i17":10,"i18":10,"i19":10,"i20":10,"i21":9};
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":9,"i13":10,"i14":10,"i15":9,"i16":9,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -387,6 +387,14 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#update(T,long)">update</a></span>&#8203;(<a href="KllItemsSketch.html" title="type parameter in KllItemsSketch">T</a>&nbsp;item,
long&nbsp;weight)</code></th>
<td class="colLast">
<div class="block">Weighted update.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="KllItemsSketch.html" title="class in org.apache.datasketches.kll">KllItemsSketch</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#wrap(org.apache.datasketches.memory.Memory,java.util.Comparator,org.apache.datasketches.common.ArrayOfItemsSerDe)">wrap</a></span>&#8203;(org.apache.datasketches.memory.Memory&nbsp;srcMem,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator,
Expand Down Expand Up @@ -984,7 +992,7 @@ <h4>toString</h4>
</a><a id="update(T)">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>update</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(<a href="KllItemsSketch.html" title="type parameter in KllItemsSketch">T</a>&nbsp;item)</pre>
Expand All @@ -998,6 +1006,24 @@ <h4>update</h4>
</dl>
</li>
</ul>
<a id="update(java.lang.Object,long)">
<!-- -->
</a><a id="update(T,long)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>update</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;update&#8203;(<a href="KllItemsSketch.html" title="type parameter in KllItemsSketch">T</a>&nbsp;item,
long&nbsp;weight)</pre>
<div class="block">Weighted update. Updates this sketch with the given item the number of times specified by the given integer weight.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>item</code> - the item to be repeated. NaNs are ignored.</dd>
<dd><code>weight</code> - the number of times the update of item is to be repeated. It must be &ge; one.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
Expand Down
Binary file modified docs/master/package-search-index.zip
Binary file not shown.
Binary file modified docs/master/type-search-index.zip
Binary file not shown.

0 comments on commit 0bd4367

Please sign in to comment.