public class HistogramImpl extends AbstractMetric implements org.wso2.carbon.metrics.manager.Histogram
Histogram metric| Constructor and Description |
|---|
HistogramImpl(String name,
org.wso2.carbon.metrics.manager.Level level,
com.codahale.metrics.Histogram histogram) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
void |
update(int value) |
void |
update(long value) |
getLevel, getName, isEnabledpublic HistogramImpl(String name, org.wso2.carbon.metrics.manager.Level level, com.codahale.metrics.Histogram histogram)
public void update(int value)
update in interface org.wso2.carbon.metrics.manager.Histogrampublic void update(long value)
update in interface org.wso2.carbon.metrics.manager.Histogrampublic long getCount()
getCount in interface org.wso2.carbon.metrics.manager.HistogramCopyright © 2014–2019 WSO2. All rights reserved.