public static final class SrvController.LongHistogramComputer extends Object
Intended For Internal Use Only
| Modifier and Type | Field and Description |
|---|---|
org.HdrHistogram.IntCountsHistogram |
histogram |
long |
maxValue |
double |
mean |
long |
minValue |
int |
sampleSize |
int |
samplesOverMax |
int |
samplesUnderMin |
| Constructor and Description |
|---|
LongHistogramComputer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(long value) |
SrvMonLongHistogram |
computeHistogramData(boolean nullIfNoSamples) |
void |
reset() |
public final org.HdrHistogram.IntCountsHistogram histogram
public int sampleSize
public long maxValue
public long minValue
public double mean
public int samplesOverMax
public int samplesUnderMin
public void addValue(long value)
public final void reset()
public SrvMonLongHistogram computeHistogramData(boolean nullIfNoSamples)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.