@InterfaceAudience.Private public class HistogramImpl extends Object implements Histogram
| 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) |
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–2018 The Apache Software Foundation. All rights reserved.