| 构造器和说明 |
|---|
BucketSnapshot(long count,
long value) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dump(OutputStream output) |
double |
get75thPercentile() |
double |
get95thPercentile() |
double |
get98thPercentile() |
double |
get999thPercentile() |
double |
get99thPercentile() |
long |
getMax() |
double |
getMean() |
double |
getMedian() |
long |
getMin() |
double |
getStdDev() |
double |
getValue(double quantile) |
long[] |
getValues() |
int |
size() |
public double get75thPercentile()
get75thPercentile 在接口中 Snapshotpublic double get95thPercentile()
get95thPercentile 在接口中 Snapshotpublic double get98thPercentile()
get98thPercentile 在接口中 Snapshotpublic double get99thPercentile()
get99thPercentile 在接口中 Snapshotpublic double get999thPercentile()
get999thPercentile 在接口中 Snapshotpublic void dump(OutputStream output)
Copyright © 2019. All rights reserved.