public static class Metrics.HistogramInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bucketCount |
int |
max |
int |
min |
java.util.Map<java.lang.Integer,java.lang.Integer> |
samples |
| Constructor and Description |
|---|
HistogramInfo(int min,
int max,
int bucketCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSample(int value,
int numEvents) |