public static class WavefrontHistogramImpl.Snapshot extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
int |
getSize()
Returns the size of the snapshot
|
double |
getSum() |
double |
getValue(double quantile) |
public long getCount()
public double getMax()
public double getMin()
public double getMean()
public double getSum()
public double getValue(double quantile)
quantile - a given quantile, between 0 and 1public int getSize()
Copyright © 2022. All rights reserved.