| Package | Description |
|---|---|
| org.apache.hadoop.metrics2.lib |
A collection of library classes for implementing metrics sources
|
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MutableInverseQuantiles |
Watches a stream of long values, maintaining online estimates of specific
quantiles with provably low error bounds.
|
| Modifier and Type | Method | Description |
|---|---|---|
MutableQuantiles |
MetricsRegistry.newInverseQuantiles(java.lang.String name,
java.lang.String desc,
java.lang.String sampleName,
java.lang.String valueName,
int interval) |
Create a mutable inverse metric that estimates inverse quantiles of a stream of values
|
MutableQuantiles |
MetricsRegistry.newQuantiles(java.lang.String name,
java.lang.String desc,
java.lang.String sampleName,
java.lang.String valueName,
int interval) |
Create a mutable metric that estimates quantiles of a stream of values
|
| Modifier and Type | Method | Description |
|---|---|---|
protected MutableQuantiles[] |
ReadWriteDiskValidatorMetrics.getFileReadQuantiles() |
Get
MutableQuantiles metrics for the file read time. |
protected MutableQuantiles[] |
ReadWriteDiskValidatorMetrics.getFileWriteQuantiles() |
Get
MutableQuantiles metrics for the file write time. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.