public class DropwizardHistogramSnapshot extends Object implements HistogramSnapshot
| Constructor and Description |
|---|
DropwizardHistogramSnapshot(com.codahale.metrics.Snapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(OutputStream output) |
long |
getMax() |
double |
getMean() |
double |
getMedian() |
long |
getMin() |
double |
getValue(double quantile) |
long[] |
getValues() |
int |
size() |
public DropwizardHistogramSnapshot(com.codahale.metrics.Snapshot snapshot)
public double getValue(double quantile)
getValue in interface HistogramSnapshotpublic long[] getValues()
getValues in interface HistogramSnapshotpublic int size()
size in interface HistogramSnapshotpublic double getMedian()
getMedian in interface HistogramSnapshotpublic long getMax()
getMax in interface HistogramSnapshotpublic double getMean()
getMean in interface HistogramSnapshotpublic long getMin()
getMin in interface HistogramSnapshotpublic void dump(OutputStream output)
dump in interface HistogramSnapshotCopyright © 2022 The Apache Software Foundation. All rights reserved.