| Package | Description |
|---|---|
| org.apache.hadoop.metrics2.lib |
A collection of library classes for implementing metrics sources
|
| org.apache.hadoop.metrics2.util |
General helpers for implementing source and sinks
|
| Modifier and Type | Field and Description |
|---|---|
static Quantile[] |
MutableQuantiles.quantiles |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Quantile,Long> |
MutableQuantiles.previousSnapshot |
| Modifier and Type | Method and Description |
|---|---|
Map<Quantile,Long> |
SampleQuantiles.snapshot()
Get a snapshot of the current values of all the tracked quantiles.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Quantile.compareTo(Quantile other) |
| Constructor and Description |
|---|
SampleQuantiles(Quantile[] quantiles) |
Copyright © 2013 Apache Software Foundation. All rights reserved.