| Package | Description |
|---|---|
| com.yahoo.sketches.hll |
The hll package contains a very compact implementation of Phillipe Flajolet's
HLL sketch but with significantly improved error behavior.
|
| Class and Description |
|---|
| BucketIterator
A BucketIterator is an iterator over bucket values in an Hll Fields object.
|
| Fields
An interface that abstracts out the underlying storage of an HLL from the hashing
and other activities required to maintain an HLL.
|
| Fields.UpdateCallback
An UpdateCallback is a callback provided to calls that potentially update buckets.
|
| HllSketch
Top-level class for the HLL family of sketches.
|
| HllSketchBuilder |
| Preamble |
| Preamble.Builder
Builder for the Preamble
|
| PreambleFlags.Builder
The Builder for the Flags byte
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.