| 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 |
|---|---|
static UpdateSketchBuilder |
UpdateSketch.builder()
Returns a new builder
|
UpdateSketchBuilder |
UpdateSketchBuilder.initMemory(Memory dstMem)
Initialize the specified backing destination Memory store.
|
UpdateSketchBuilder |
UpdateSketchBuilder.setFamily(Family family)
Set the Family.
|
UpdateSketchBuilder |
UpdateSketchBuilder.setNominalEntries(int nomEntries)
Sets the Nominal Entries for this sketch.
|
UpdateSketchBuilder |
UpdateSketchBuilder.setP(float p)
Sets the upfront uniform sampling probability, p
|
UpdateSketchBuilder |
UpdateSketchBuilder.setResizeFactor(ResizeFactor rf)
Sets the cache Resize Factor.
|
UpdateSketchBuilder |
UpdateSketchBuilder.setSeed(long seed)
Sets the long seed value that is required by the hashing function.
|
static UpdateSketchBuilder |
Sketches.updateSketchBuilder()
Ref:
UpdateSketchBuilder |
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.