| 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() |
long |
getMax() |
Snapshot |
snapshot() |
void |
update(int value) |
void |
update(long value) |
protected final FastLongHistogram histogram
public HistogramImpl()
public HistogramImpl(long maxExpected)
public HistogramImpl(int numBins,
long min,
long maxExpected)
protected HistogramImpl(CounterImpl counter, FastLongHistogram histogram)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.