| Constructor and Description |
|---|
DropwizardHistogram(com.codahale.metrics.Histogram histogram) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(int value)
Adds a new value to the distribution.
|
void |
update(long value)
Adds a new value to the distribution.
|
public DropwizardHistogram(com.codahale.metrics.Histogram histogram)
public void update(int value)
HistogramCopyright © 2012-2025 Apache Software Foundation. All Rights Reserved.