Package | Description |
---|---|
org.apache.hadoop.metrics2.lib | |
org.apache.hadoop.metrics2.util |
Modifier and Type | Field and Description |
---|---|
(package private) static MetricQuantile[] |
MetricMutableQuantiles.quantiles |
Modifier and Type | Field and Description |
---|---|
protected Map<MetricQuantile,Long> |
MetricMutableQuantiles.previousSnapshot |
Modifier and Type | Field and Description |
---|---|
private MetricQuantile[] |
MetricSampleQuantiles.quantiles
Array of Quantiles that we care about, along with desired error.
|
Modifier and Type | Method and Description |
---|---|
Map<MetricQuantile,Long> |
MetricSampleQuantiles.snapshot()
Get a snapshot of the current values of all the tracked quantiles.
|
Constructor and Description |
---|
MetricSampleQuantiles(MetricQuantile[] quantiles) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.