| Package | Description |
|---|---|
| com.yahoo.sketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatableSketch<U,S> |
UpdatableSketchBuilder.build()
Returns an UpdatableSketch with the current configuration of this Builder.
|
static <U,S extends UpdatableSummary<U>> |
Sketches.heapifyUpdatableSketch(Memory mem)
Instantiate UpdatableSketch from a given Memory
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.