public class StatCalculatorInteger extends StatCalculator<Integer>
Constructor and Description |
---|
StatCalculatorInteger() |
Modifier and Type | Method and Description |
---|---|
void |
addValue(int val) |
void |
addValue(int val,
int sampleCount)
Update the calculator with the value for an aggregated sample.
|
protected Integer |
divide(Integer val,
int n) |
protected Integer |
divide(Integer val,
long n) |
addAll, addBytes, addSentBytes, addValue, addValue, clear, getCount, getDistribution, getMax, getMean, getMedian, getMin, getPercentPoint, getPercentPoint, getStandardDeviation, getSum, getTotalBytes, getTotalSentBytes
public void addValue(int val)
public void addValue(int val, int sampleCount)
val
- the aggregate valuesampleCount
- the number of samples contributing to the aggregate valueprotected Integer divide(Integer val, int n)
divide
in class StatCalculator<Integer>
protected Integer divide(Integer val, long n)
divide
in class StatCalculator<Integer>
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.