| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Preamble |
Preamble.Builder.build()
Build this Preamble
|
static Preamble |
Preamble.fromLogK(int logK)
Instantiates a new Preamble with the parameter log_base2 of K.
|
static Preamble |
Preamble.fromMemory(Memory memory)
Instantiates a new Preamble from the given Memory
|
Preamble |
HllSketchBuilder.getPreamble()
Gets the configured Preamble
|
Preamble |
HllSketch.getPreamble()
Gets the Preamble of this sketch
|
Preamble |
Fields.getPreamble()
Gets the Preamble
|
| Modifier and Type | Method and Description |
|---|---|
HllSketchBuilder |
HllSketchBuilder.setPreamble(Preamble preamble)
Sets the Preamble
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.