public interface HistogramSnapshot
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
double getValue(double quantile)
long[] getValues()
int size()
long getMin()
double getMedian()
double getMean()
long getMax()
void dump(OutputStream output)
Copyright © 2022 The Apache Software Foundation. All rights reserved.