Modifier and Type | Field and Description |
---|---|
protected FastLongHistogram |
histogram |
Modifier | Constructor and Description |
---|---|
|
HistogramImpl() |
protected |
HistogramImpl(CounterImpl counter,
FastLongHistogram histogram) |
|
HistogramImpl(int numBins,
long min,
long maxExpected) |
|
HistogramImpl(long maxExpected) |
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Return the total number of values added to the histogram.
|
long |
getMax() |
Snapshot |
snapshot()
Snapshot the current values in the Histogram
|
void |
update(int value)
Adds a new value to the distribution.
|
void |
update(long value)
Adds a new value to the distribution.
|
protected final FastLongHistogram histogram
public HistogramImpl()
public HistogramImpl(long maxExpected)
public HistogramImpl(int numBins, long min, long maxExpected)
protected HistogramImpl(CounterImpl counter, FastLongHistogram histogram)
public void update(int value)
Histogram
public void update(long value)
Histogram
public long getCount()
Histogram
public long getMax()
Copyright © 2007–2019 Cloudera. All rights reserved.