@InterfaceAudience.Private public class MutableSizeHistogram extends MutableRangeHistogram
desc, nameMAX_METRIC_NAME, MEAN_METRIC_NAME, MEDIAN_METRIC_NAME, MIN_METRIC_NAME, NINETY_FIFTH_PERCENTILE_METRIC_NAME, NINETY_NINETH_PERCENTILE_METRIC_NAME, NUM_OPS_METRIC_NAME, SEVENTY_FIFTH_PERCENTILE_METRIC_NAME| Constructor and Description | 
|---|
| MutableSizeHistogram(org.apache.hadoop.metrics2.MetricsInfo info) | 
| MutableSizeHistogram(String name,
                    String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| long[] | getRange()Returns the ranges to be counted | 
| String | getRangeType()Returns the type of range histogram size or time | 
| AtomicLongArray | getRangeVals()Returns the range counts | 
add, snapshot, updateSnapshotRangeMetricsgetMax, getMean, getMin, updateSnapshotMetricspublic MutableSizeHistogram(org.apache.hadoop.metrics2.MetricsInfo info)
public String getRangeType()
MutableRangeHistogramgetRangeType in class MutableRangeHistogrampublic long[] getRange()
MutableRangeHistogramgetRange in class MutableRangeHistogrampublic AtomicLongArray getRangeVals()
MutableRangeHistogramgetRangeVals in class MutableRangeHistogramCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.