| Constructor and Description |
|---|
Snapshot(Collection<Long> values) |
Snapshot(double[] values) |
| Modifier and Type | Method and Description |
|---|---|
double |
get75thPercentile() |
double |
get95thPercentile() |
double |
get98thPercentile() |
double |
get999thPercentile() |
double |
get99thPercentile() |
double |
getMedian() |
double |
getValue(double quantile) |
double[] |
getValues() |
int |
size() |
public Snapshot(Collection<Long> values)
public Snapshot(double[] values)
public double getValue(double quantile)
public int size()
public double get75thPercentile()
get75thPercentile in interface Rankingpublic double get95thPercentile()
get95thPercentile in interface Rankingpublic double get98thPercentile()
get98thPercentile in interface Rankingpublic double get99thPercentile()
get99thPercentile in interface Rankingpublic double get999thPercentile()
get999thPercentile in interface Rankingpublic double[] getValues()
Copyright © 2013. All Rights Reserved.