| Package | Description |
|---|---|
| com.yahoo.sketches.theta |
The theta package contains all the sketch classes that are members of the
Theta Sketch Framework.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSketch |
UpdateSketchBuilder.build()
Returns an UpdateSketch with the current configuration of this Builder.
|
UpdateSketch |
UpdateSketchBuilder.build(int nomEntries)
Returns an UpdateSketch with the current configuration of this Builder and the given
Nominal Entres.
|
abstract UpdateSketch |
UpdateSketch.rebuild()
Rebuilds the hash table to remove dirty values or to reduce the size
to nominal entries.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.