You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by gi...@apache.org on 2024/02/29 20:55:08 UTC

(datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@5fa9312c98164ccb711991df940a6c6097fae6f8 🚀

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 831aa794 Deploying to gh-pages from @ apache/datasketches-java@5fa9312c98164ccb711991df940a6c6097fae6f8 🚀
831aa794 is described below

commit 831aa79449e8e80d0bf8c831e3dd730688246420
Author: leerho <le...@users.noreply.github.com>
AuthorDate: Thu Feb 29 20:55:03 2024 +0000

    Deploying to gh-pages from @ apache/datasketches-java@5fa9312c98164ccb711991df940a6c6097fae6f8 🚀
---
 docs/master/member-search-index.zip                 | Bin 16518 -> 16518 bytes
 .../org/apache/datasketches/fdt/FdtSketch.html      |   2 +-
 .../apache/datasketches/hllmap/UniqueCountMap.html  |   2 +-
 .../quantilescommon/GenericPartitionBoundaries.html |   2 +-
 .../datasketches/sampling/EbppsItemsSketch.html     |  12 ++++++------
 .../apache/datasketches/tuple/CompactSketch.html    |   2 +-
 .../tuple/strings/ArrayOfStringsSummary.html        |   2 +-
 docs/master/package-search-index.zip                | Bin 351 -> 351 bytes
 docs/master/type-search-index.zip                   | Bin 1618 -> 1618 bytes
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/master/member-search-index.zip b/docs/master/member-search-index.zip
index 17ad6b03..108f746f 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/fdt/FdtSketch.html b/docs/master/org/apache/datasketches/fdt/FdtSketch.html
index d8cc128e..fbb831bc 100644
--- a/docs/master/org/apache/datasketches/fdt/FdtSketch.html
+++ b/docs/master/org/apache/datasketches/fdt/FdtSketch.html
@@ -147,7 +147,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
 <ul class="blockList">
 <li class="blockList">
 <hr>
-<pre>public class <span class="typeNameLabel">FdtSketch</span>
+<pre>public final class <span class="typeNameLabel">FdtSketch</span>
 extends <a href="../tuple/strings/ArrayOfStringsSketch.html" title="class in org.apache.datasketches.tuple.strings">ArrayOfStringsSketch</a></pre>
 <div class="block">A Frequent Distinct Tuples sketch.
 
diff --git a/docs/master/org/apache/datasketches/hllmap/UniqueCountMap.html b/docs/master/org/apache/datasketches/hllmap/UniqueCountMap.html
index c19271eb..34a287a3 100644
--- a/docs/master/org/apache/datasketches/hllmap/UniqueCountMap.html
+++ b/docs/master/org/apache/datasketches/hllmap/UniqueCountMap.html
@@ -132,7 +132,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
 <ul class="blockList">
 <li class="blockList">
 <hr>
-<pre>public class <span class="typeNameLabel">UniqueCountMap</span>
+<pre>public final class <span class="typeNameLabel">UniqueCountMap</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></pre>
 <div class="block">This is a real-time, key-value HLL mapping sketch that tracks approximate unique counts of
  identifiers (the values) associated with each key. An example might be tracking the number of
diff --git a/docs/master/org/apache/datasketches/quantilescommon/GenericPartitionBoundaries.html b/docs/master/org/apache/datasketches/quantilescommon/GenericPartitionBoundaries.html
index d9b0ea8b..59225acc 100644
--- a/docs/master/org/apache/datasketches/quantilescommon/GenericPartitionBoundaries.html
+++ b/docs/master/org/apache/datasketches/quantilescommon/GenericPartitionBoundaries.html
@@ -136,7 +136,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
 <dd><code><a href="PartitionBoundaries.html" title="interface in org.apache.datasketches.quantilescommon">PartitionBoundaries</a></code></dd>
 </dl>
 <hr>
-<pre>public class <span class="typeNameLabel">GenericPartitionBoundaries&lt;T&gt;</span>
+<pre>public final class <span class="typeNameLabel">GenericPartitionBoundaries&lt;T&gt;</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>
 implements <a href="PartitionBoundaries.html" title="interface in org.apache.datasketches.quantilescommon">PartitionBoundaries</a></pre>
 <div class="block">Implements PartitionBoundaries</div>
diff --git a/docs/master/org/apache/datasketches/sampling/EbppsItemsSketch.html b/docs/master/org/apache/datasketches/sampling/EbppsItemsSketch.html
index e3ef320e..02cb3edc 100644
--- a/docs/master/org/apache/datasketches/sampling/EbppsItemsSketch.html
+++ b/docs/master/org/apache/datasketches/sampling/EbppsItemsSketch.html
@@ -132,17 +132,17 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
 <ul class="blockList">
 <li class="blockList">
 <hr>
-<pre>public class <span class="typeNameLabel">EbppsItemsSketch&lt;T&gt;</span>
+<pre>public final class <span class="typeNameLabel">EbppsItemsSketch&lt;T&gt;</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></pre>
 <div class="block">An implementation of an Exact and Bounded Sampling Proportional to Size sketch.
- 
+
  <p>From: "Exact PPS Sampling with Bounded Sample Size",
  B. Hentschel, P. J. Haas, Y. Tian. Information Processing Letters, 2023.
- 
+
  <p>This sketch samples data from a stream of items proportional to the weight of each item.
  The sample guarantees the presence of an item in the result is proportional to that item's
  portion of the total weight seen by the sketch, and returns a sample no larger than size k.
- 
+
  <p>The sample may be smaller than k and the resulting size of the sample potentially includes
  a probabilistic component, meaning the resulting sample size is not always constant.</div>
 <dl>
@@ -437,7 +437,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <h4>getResult</h4>
 <pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util" class="externalLink">ArrayList</a>&lt;<a href="EbppsItemsSketch.html" title="type parameter in EbppsItemsSketch">T</a>&gt;&nbsp;getResult()</pre>
 <div class="block">Returns a copy of the current sample. The exact size may be
- probabilsitic, differing by at most 1 item.</div>
+ probabilistic, differing by at most 1 item.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the current sketch sample</dd>
@@ -511,7 +511,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <h4>getC</h4>
 <pre class="methodSignature">public&nbsp;double&nbsp;getC()</pre>
 <div class="block">Returns the expected number of samples returned upon a call to
- getResult(). The number is a floating point value, where the 
+ getResult(). The number is a floating point value, where the
  fractional portion represents the probability of including a
  "partial item" from the sample.
 
diff --git a/docs/master/org/apache/datasketches/tuple/CompactSketch.html b/docs/master/org/apache/datasketches/tuple/CompactSketch.html
index 744bc8ae..5bdac9c1 100644
--- a/docs/master/org/apache/datasketches/tuple/CompactSketch.html
+++ b/docs/master/org/apache/datasketches/tuple/CompactSketch.html
@@ -141,7 +141,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
 <dd><code>S</code> - type of Summary</dd>
 </dl>
 <hr>
-<pre>public class <span class="typeNameLabel">CompactSketch&lt;S extends <a href="Summary.html" title="interface in org.apache.datasketches.tuple">Summary</a>&gt;</span>
+<pre>public final class <span class="typeNameLabel">CompactSketch&lt;S extends <a href="Summary.html" title="interface in org.apache.datasketches.tuple">Summary</a>&gt;</span>
 extends <a href="Sketch.html" title="class in org.apache.datasketches.tuple">Sketch</a>&lt;S&gt;</pre>
 <div class="block">CompactSketches are never created directly. They are created as a result of
  the compact() method of an UpdatableSketch or as a result of the getResult()
diff --git a/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSummary.html b/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSummary.html
index f1fdd1d3..8e6fe4c2 100644
--- a/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSummary.html
+++ b/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSummary.html
@@ -136,7 +136,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
 <dd><code><a href="../Summary.html" title="interface in org.apache.datasketches.tuple">Summary</a></code>, <code><a href="../UpdatableSummary.html" title="interface in org.apache.datasketches.tuple">UpdatableSummary</a>&lt;<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>[]&gt;</code></dd>
 </dl>
 <hr>
-<pre>public class <span class="typeNameLabel">ArrayOfStringsSummary</span>
+<pre>public final class <span class="typeNameLabel">ArrayOfStringsSummary</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>
 implements <a href="../UpdatableSummary.html" title="interface in org.apache.datasketches.tuple">UpdatableSummary</a>&lt;<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>[]&gt;</pre>
 <dl>
diff --git a/docs/master/package-search-index.zip b/docs/master/package-search-index.zip
index ac064d02..b7833338 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 6d319d6c..7401d0f9 100644
Binary files a/docs/master/type-search-index.zip and b/docs/master/type-search-index.zip differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org