|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SampleStat | |
---|---|
org.apache.hadoop.metrics2.util |
Uses of SampleStat in org.apache.hadoop.metrics2.util |
---|
Methods in org.apache.hadoop.metrics2.util that return SampleStat | |
---|---|
SampleStat |
SampleStat.add(double x)
Add a sample the running stat. |
SampleStat |
SampleStat.add(long nSamples,
double x)
Add some sample and a partial sum to the running stat. |
Methods in org.apache.hadoop.metrics2.util with parameters of type SampleStat | |
---|---|
void |
SampleStat.copyTo(SampleStat other)
Copy the values to other (saves object creation and gc.) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |