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