public interface HistogramSnapshot
| Modifier and Type | Method and Description |
|---|---|
void |
dump(OutputStream output)
Writes the values of the snapshot to the given stream.
|
long |
getMax()
Get max of values
|
double |
getMean()
Get mean of values
|
double |
getMedian()
Get median of values
|
long |
getMin()
Get min of values
|
double |
getValue(double quantile)
Get value by quantile
|
long[] |
getValues()
Get values in snapshot
|
int |
size()
Get size of value in snapshot
|
double getValue(double quantile)
long[] getValues()
int size()
double getMedian()
long getMin()
double getMean()
long getMax()
void dump(OutputStream output)
output - an output streamCopyright © 2022 The Apache Software Foundation. All rights reserved.