diff --git a/docs/master/deprecated-list.html b/docs/master/deprecated-list.html index a0965fbab..6145153fb 100644 --- a/docs/master/deprecated-list.html +++ b/docs/master/deprecated-list.html @@ -97,10 +97,39 @@
Method | +Description | +
---|---|
org.apache.datasketches.theta.Sketch.getMaxCompactSketchBytes(int) | +
+ as a public method. Use
+instead |
+
org.apache.datasketches.theta.Sketches.getMaxCompactSketchBytes(int) | +
+ as a public method. Use
+instead |
+
instead
instead
CompactSketch<S>
compact()
compact()
int
getCountLessThanThetaLong(long thetaLong)
getCountLessThanThetaLong(long thetaLong)
int
getCurrentCapacity()
getCurrentCapacity()
int
getLgK()
getLgK()
int
getNominalEntries()
getNominalEntries()
ResizeFactor
getResizeFactor()
getResizeFactor()
int
getRetainedEntries()
getRetainedEntries()
float
getSamplingProbability()
getSamplingProbability()
protected void
insertSummary(int index,
+insertSummary(int index,
S summary)
TupleSketchIterator<S>
iterator()
iterator()
void
reset()
reset()
byte[]
toByteArray()
toByteArray()
void
trim()
trim()
compact, getCountLessThanThetaLong, getCurrentBytes, getEstimate, getLowerBound, getMaxCompactSketchBytes, getMaxUpdateSketchBytes, getRetainedEntries, getRetainedEntries, getSerializationVersion, getTheta, getThetaLong, getUpperBound, hasMemory, isDirect, isEmpty, isEstimationMode, isOrdered, isSameResource, iterator, toByteArray, toString, toString, toString, toString
+compact, getCompactSketchMaxBytes, getCountLessThanThetaLong, getCurrentBytes, getEstimate, getLowerBound, getMaxCompactSketchBytes, getMaxUpdateSketchBytes, getRetainedEntries, getRetainedEntries, getSerializationVersion, getTheta, getThetaLong, getUpperBound, hasMemory, isDirect, isEmpty, isEstimationMode, isOrdered, isSameResource, iterator, toByteArray, toString, toString, toString, toString
Modifier and Type | Method | @@ -188,49 +188,58 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
static int |
+getCompactSketchMaxBytes(int lgNomEntries) |
+
+ Returns the maximum number of storage bytes required for a CompactSketch given the configured
+ log_base2 of the number of nominal entries, which is a power of 2.
+ |
+|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int |
getCountLessThanThetaLong(long thetaLong) |
Gets the number of hash values less than the given theta expressed as a long.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract int |
getCurrentBytes() |
Returns the number of storage bytes required for this sketch in its current state.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract double |
getEstimate() |
Gets the unique count estimate.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract Family |
getFamily() |
Returns the Family that this sketch belongs to
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
double |
getLowerBound(int numStdDev) |
Gets the approximate lower error bound given the specified number of Standard Deviations.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static int |
getMaxCompactSketchBytes(int numberOfEntries) |
- Returns the maximum number of storage bytes required for a CompactSketch with the given
- number of actual entries.
+Deprecated.
+
as a public method.
+ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static int |
getMaxUpdateSketchBytes(int nomEntries) |
@@ -238,63 +247,63 @@ Method Summarynumber of nominal entries (power of 2). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int |
getRetainedEntries() |
Returns the number of valid entries that have been retained by the sketch.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract int |
getRetainedEntries(boolean valid) |
Returns the number of entries that have been retained by the sketch.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static int |
getSerializationVersion(org.apache.datasketches.memory.Memory mem) |
Returns the serialization version from the given Memory
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
double |
getTheta() |
Gets the value of theta as a double with a value between zero and one
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract long |
getThetaLong() |
Gets the value of theta as a long
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
double |
getUpperBound(int numStdDev) |
Gets the approximate upper error bound given the specified number of Standard Deviations.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract boolean |
hasMemory() |
Returns true if this sketch's data structure is backed by Memory or WritableMemory.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static Sketch |
heapify(org.apache.datasketches.memory.Memory srcMem) |
Heapify takes the sketch image in Memory and instantiates an on-heap Sketch.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static Sketch |
heapify(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -302,14 +311,14 @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract boolean |
isCompact() |
Returns true if this sketch is in compact form.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract boolean |
isDirect() |
@@ -317,28 +326,28 @@ Method SummaryMemory. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract boolean |
isEmpty() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
boolean |
isEstimationMode() |
Returns true if the sketch is Estimation Mode (as opposed to Exact Mode).
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract boolean |
isOrdered() |
Returns true if internal cache is ordered
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
boolean |
isSameResource(org.apache.datasketches.memory.Memory that) |
@@ -346,7 +355,7 @@ Method Summaryof that. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract HashIterator |
iterator() |
@@ -354,21 +363,21 @@ Method SummaryTheta sketch. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
abstract byte[] |
toByteArray() |
Serialize this sketch to a byte array form.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
String |
toString() |
Returns a human readable summary of the sketch.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
String |
toString(boolean sketchSummary,
boolean dataDetail,
@@ -378,28 +387,28 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static String |
toString(byte[] byteArr) |
Returns a human readable string of the preamble of a byte array image of a Theta Sketch.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static String |
toString(org.apache.datasketches.memory.Memory mem) |
Returns a human readable string of the preamble of a Memory image of a Theta Sketch.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static Sketch |
wrap(org.apache.datasketches.memory.Memory srcMem) |
Wrap takes the sketch image in the given Memory and refers to it directly.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static Sketch |
wrap(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -710,7 +719,11 @@
Modifier and Type | Method | Description | |
---|---|---|---|
static int |
+getCompactSketchMaxBytes(int nomEntries) |
+
+ Returns the maximum number of storage bytes required for a CompactSketch given the configured
+ number of nominal entries (power of 2).
+ |
+|
static double |
getEstimate(org.apache.datasketches.memory.Memory srcMem) |
Gets the unique count estimate from a valid memory image of a Sketch
|
|
static double |
getLowerBound(int numStdDev,
org.apache.datasketches.memory.Memory srcMem) |
@@ -176,49 +184,51 @@ ||
static int |
getMaxAnotBResultBytes(int maxNomEntries) |
||
static int |
getMaxCompactSketchBytes(int numberOfEntries) |
-
+ Deprecated.
+
as a public method.
+ |
|
static int |
getMaxIntersectionBytes(int nomEntries) |
||
static int |
getMaxUnionBytes(int nomEntries) |
||
static int |
getMaxUpdateSketchBytes(int nomEntries) |
||
static int |
getSerializationVersion(org.apache.datasketches.memory.Memory srcMem) |
||
static double |
getUpperBound(int numStdDev,
org.apache.datasketches.memory.Memory srcMem) |
@@ -227,14 +237,14 @@ ||
static CompactSketch |
heapifyCompactSketch(org.apache.datasketches.memory.Memory srcMem) |
||
static CompactSketch |
heapifyCompactSketch(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -242,14 +252,14 @@ ||
static SetOperation |
heapifySetOperation(org.apache.datasketches.memory.Memory srcMem) |
||
static SetOperation |
heapifySetOperation(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -257,14 +267,14 @@ ||
static Sketch |
heapifySketch(org.apache.datasketches.memory.Memory srcMem) |
||
static Sketch |
heapifySketch(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -272,14 +282,14 @@ ||
static UpdateSketch |
heapifyUpdateSketch(org.apache.datasketches.memory.Memory srcMem) |
||
static UpdateSketch |
heapifyUpdateSketch(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -287,28 +297,28 @@ ||
static SetOperationBuilder |
setOperationBuilder() |
Ref:
SetOperationBuilder |
|
static UpdateSketchBuilder |
updateSketchBuilder() |
Ref:
UpdateSketchBuilder |
|
static CompactSketch |
wrapCompactSketch(org.apache.datasketches.memory.Memory srcMem) |
||
static CompactSketch |
wrapCompactSketch(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -316,28 +326,28 @@ ||
static Intersection |
wrapIntersection(org.apache.datasketches.memory.Memory srcMem) |
Convenience method, calls
SetOperation.wrap(Memory) and casts the result to a Intersection |
|
static Intersection |
wrapIntersection(org.apache.datasketches.memory.WritableMemory srcMem) |
Convenience method, calls
SetOperation.wrap(Memory) and casts the result to a Intersection |
|
static SetOperation |
wrapSetOperation(org.apache.datasketches.memory.Memory srcMem) |
||
static SetOperation |
wrapSetOperation(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -345,14 +355,14 @@ ||
static SetOperation |
wrapSetOperation(org.apache.datasketches.memory.WritableMemory srcMem) |
||
static SetOperation |
wrapSetOperation(org.apache.datasketches.memory.WritableMemory srcMem,
long expectedSeed) |
@@ -360,14 +370,14 @@ ||
static Sketch |
wrapSketch(org.apache.datasketches.memory.Memory srcMem) |
Ref:
Sketch.wrap(Memory) |
|
static Sketch |
wrapSketch(org.apache.datasketches.memory.Memory srcMem,
long expectedSeed) |
@@ -375,28 +385,28 @@ ||
static Union |
wrapUnion(org.apache.datasketches.memory.Memory srcMem) |
Convenience method, calls
SetOperation.wrap(Memory) and casts the result to a Union |
|
static Union |
wrapUnion(org.apache.datasketches.memory.WritableMemory srcMem) |
Convenience method, calls
SetOperation.wrap(Memory) and casts the result to a Union |
|
static UpdateSketch |
wrapUpdateSketch(org.apache.datasketches.memory.WritableMemory srcMem) |
||
static UpdateSketch |
wrapUpdateSketch(org.apache.datasketches.memory.WritableMemory srcMem,
long expectedSeed) |
@@ -488,14 +498,42 @@ ||
CompactSketch<S> |
-compact() |
+compact() |
Converts the current state of the sketch into a compact sketch
|
@@ -251,74 +251,74 @@
int |
-getCountLessThanThetaLong(long thetaLong) |
+getCountLessThanThetaLong(long thetaLong) |
Gets the number of hash values less than the given theta expressed as a long.
|
int |
-getCurrentCapacity() |
+getCurrentCapacity() |
Get current capacity
|
int |
-getLgK() |
+getLgK() |
Get log_base2 of Nominal Entries
|
int |
-getNominalEntries() |
+getNominalEntries() |
Get configured nominal number of entries
|
ResizeFactor |
-getResizeFactor() |
+getResizeFactor() |
Get configured resize factor
|
int |
-getRetainedEntries() |
+getRetainedEntries() |
|
float |
-getSamplingProbability() |
+getSamplingProbability() |
Get configured sampling probability
|
protected void |
-insertSummary(int index,
+ | ||
TupleSketchIterator<S> |
-iterator() |
+iterator() |
Returns a SketchIterator
|
void |
-reset() |
+reset() |
Resets this sketch an empty state.
|
byte[] |
-toByteArray() |
+toByteArray() |
Deprecated.
As of 3.0.0, serializing an UpdatableSketch is deprecated.
@@ -327,7 +327,7 @@ Method Summary |
void |
-trim() |
+trim() |
Rebuilds reducing the actual number of entries to the nominal number of entries if needed
|
diff --git a/docs/master/org/apache/datasketches/tuple/adouble/DoubleSketch.html b/docs/master/org/apache/datasketches/tuple/adouble/DoubleSketch.html
index 6ab1292e3..e3408220f 100644
--- a/docs/master/org/apache/datasketches/tuple/adouble/DoubleSketch.html
+++ b/docs/master/org/apache/datasketches/tuple/adouble/DoubleSketch.html
@@ -229,81 +229,81 @@
CompactSketch<S> |
-compact() |
+compact() |
Converts the current state of the sketch into a compact sketch
|
int |
-getCountLessThanThetaLong(long thetaLong) |
+getCountLessThanThetaLong(long thetaLong) |
Gets the number of hash values less than the given theta expressed as a long.
|
int |
-getCurrentCapacity() |
+getCurrentCapacity() |
Get current capacity
|
int |
-getLgK() |
+getLgK() |
Get log_base2 of Nominal Entries
|
int |
-getNominalEntries() |
+getNominalEntries() |
Get configured nominal number of entries
|
ResizeFactor |
-getResizeFactor() |
+getResizeFactor() |
Get configured resize factor
|
int |
-getRetainedEntries() |
+getRetainedEntries() |
|
float |
-getSamplingProbability() |
+getSamplingProbability() |
Get configured sampling probability
|
protected void |
-insertSummary(int index,
+ | ||
TupleSketchIterator<S> |
-iterator() |
+iterator() |
Returns a SketchIterator
|
void |
-reset() |
+reset() |
Resets this sketch an empty state.
|
byte[] |
-toByteArray() |
+toByteArray() |
Deprecated.
As of 3.0.0, serializing an UpdatableSketch is deprecated.
@@ -312,7 +312,7 @@ Method Summary |
void |
-trim() |
+trim() |
Rebuilds reducing the actual number of entries to the nominal number of entries if needed
|
diff --git a/docs/master/org/apache/datasketches/tuple/aninteger/IntegerSketch.html b/docs/master/org/apache/datasketches/tuple/aninteger/IntegerSketch.html
index f513e226e..1c44be7f6 100644
--- a/docs/master/org/apache/datasketches/tuple/aninteger/IntegerSketch.html
+++ b/docs/master/org/apache/datasketches/tuple/aninteger/IntegerSketch.html
@@ -229,81 +229,81 @@
CompactSketch<S> |
-compact() |
+compact() |
Converts the current state of the sketch into a compact sketch
|
int |
-getCountLessThanThetaLong(long thetaLong) |
+getCountLessThanThetaLong(long thetaLong) |
Gets the number of hash values less than the given theta expressed as a long.
|
int |
-getCurrentCapacity() |
+getCurrentCapacity() |
Get current capacity
|
int |
-getLgK() |
+getLgK() |
Get log_base2 of Nominal Entries
|
int |
-getNominalEntries() |
+getNominalEntries() |
Get configured nominal number of entries
|
ResizeFactor |
-getResizeFactor() |
+getResizeFactor() |
Get configured resize factor
|
int |
-getRetainedEntries() |
+getRetainedEntries() |
|
float |
-getSamplingProbability() |
+getSamplingProbability() |
Get configured sampling probability
|
protected void |
-insertSummary(int index,
+ | ||
TupleSketchIterator<S> |
-iterator() |
+iterator() |
Returns a SketchIterator
|
void |
-reset() |
+reset() |
Resets this sketch an empty state.
|
byte[] |
-toByteArray() |
+toByteArray() |
Deprecated.
As of 3.0.0, serializing an UpdatableSketch is deprecated.
@@ -312,7 +312,7 @@ Method Summary |
void |
-trim() |
+trim() |
Rebuilds reducing the actual number of entries to the nominal number of entries if needed
|
diff --git a/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html b/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html
index d8180e3a9..90a0d82b6 100644
--- a/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html
+++ b/docs/master/org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html
@@ -243,7 +243,7 @@
CompactSketch<S> |
-compact() |
+compact() |
Converts the current state of the sketch into a compact sketch
|
@@ -255,74 +255,74 @@
int |
-getCountLessThanThetaLong(long thetaLong) |
+getCountLessThanThetaLong(long thetaLong) |
Gets the number of hash values less than the given theta expressed as a long.
|
int |
-getCurrentCapacity() |
+getCurrentCapacity() |
Get current capacity
|
int |
-getLgK() |
+getLgK() |
Get log_base2 of Nominal Entries
|
int |
-getNominalEntries() |
+getNominalEntries() |
Get configured nominal number of entries
|
ResizeFactor |
-getResizeFactor() |
+getResizeFactor() |
Get configured resize factor
|
int |
-getRetainedEntries() |
+getRetainedEntries() |
|
float |
-getSamplingProbability() |
+getSamplingProbability() |
Get configured sampling probability
|
protected void |
-insertSummary(int index,
+ | ||
TupleSketchIterator<S> |
-iterator() |
+iterator() |
Returns a SketchIterator
|
void |
-reset() |
+reset() |
Resets this sketch an empty state.
|
byte[] |
-toByteArray() |
+toByteArray() |
Deprecated.
As of 3.0.0, serializing an UpdatableSketch is deprecated.
@@ -331,7 +331,7 @@ Method Summary |
void |
-trim() |
+trim() |
Rebuilds reducing the actual number of entries to the nominal number of entries if needed
|
diff --git a/docs/master/package-search-index.zip b/docs/master/package-search-index.zip
index 43fbe9d35..60c040830 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 851294be1..38c317993 100644
Binary files a/docs/master/type-search-index.zip and b/docs/master/type-search-index.zip differ