public class DoNothingHistogramSnapshot extends Object implements HistogramSnapshot
| 构造器和说明 |
|---|
DoNothingHistogramSnapshot() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dump(OutputStream output)
writes the values of the snapshot to the given stream
|
long |
getMax()
get max value of values
|
double |
getMean()
get mean value in values
|
double |
getMedian()
get median value in values
|
long |
getMin()
get min value in values
|
double |
getValue(double quantile)
get value by quantile
|
long[] |
getValues()
get values in snapshot
|
int |
size()
get the size of values in snapshot
|
public double getValue(double quantile)
HistogramSnapshotgetValue 在接口中 HistogramSnapshotpublic long[] getValues()
HistogramSnapshotgetValues 在接口中 HistogramSnapshotpublic int size()
HistogramSnapshotsize 在接口中 HistogramSnapshotpublic double getMedian()
HistogramSnapshotgetMedian 在接口中 HistogramSnapshotpublic long getMax()
HistogramSnapshotgetMax 在接口中 HistogramSnapshotpublic double getMean()
HistogramSnapshotgetMean 在接口中 HistogramSnapshotpublic long getMin()
HistogramSnapshotgetMin 在接口中 HistogramSnapshotpublic void dump(OutputStream output)
HistogramSnapshotdump 在接口中 HistogramSnapshotCopyright © 2022 The Apache Software Foundation. All rights reserved.