public class StatCalculatorLong extends StatCalculator<java.lang.Long>
| Constructor and Description |
|---|
StatCalculatorLong() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(long val)
Add a single value (normally elapsed time)
|
void |
addValue(long val,
int sampleCount)
Update the calculator with the value for an aggregated sample.
|
protected java.lang.Long |
divide(java.lang.Long val,
int n) |
protected java.lang.Long |
divide(java.lang.Long val,
long n) |
addAll, addBytes, addSentBytes, addValue, addValue, clear, getCount, getDistribution, getMax, getMean, getMedian, getMin, getPercentPoint, getPercentPoint, getStandardDeviation, getSum, getTotalBytes, getTotalSentBytespublic void addValue(long val)
val - the value to add, which should correspond with a single samplepublic void addValue(long val,
int sampleCount)
val - the aggregate value, normally the elapsed timesampleCount - the number of samples contributing to the aggregate valueprotected java.lang.Long divide(java.lang.Long val,
int n)
divide in class StatCalculator<java.lang.Long>protected java.lang.Long divide(java.lang.Long val,
long n)
divide in class StatCalculator<java.lang.Long>Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.