abstract static class ProfilerImpl.HllCollector extends ProfilerImpl.Collector
| Modifier and Type | Field and Description |
|---|---|
(package private) static long[] |
NULL_BITS |
(package private) int |
nullCount |
(package private) com.yahoo.sketches.hll.HllSketch |
sketch |
space| Constructor and Description |
|---|
HllCollector(ProfilerImpl.Space space) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(Comparable value) |
void |
finish() |
add, createfinal com.yahoo.sketches.hll.HllSketch sketch
int nullCount
static final long[] NULL_BITS
HllCollector(ProfilerImpl.Space space)
protected void add(Comparable value)
public void finish()
finish in class ProfilerImpl.CollectorCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.