public class HistogramData
extends java.lang.Object
| Constructor and Description |
|---|
HistogramData(com.codahale.metrics.Snapshot snapshot) |
HistogramData(com.codahale.metrics.Snapshot snapshot,
int bucketCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
setBucketCount(int bucketCount) |
JSONObject |
toJson() |
public HistogramData(com.codahale.metrics.Snapshot snapshot)
public HistogramData(com.codahale.metrics.Snapshot snapshot,
int bucketCount)
public void setBucketCount(int bucketCount)
public JSONObject toJson() throws JSONException
JSONException