public abstract class AbstractSnapshot extends Object implements Snapshot
AbstractSnapshot.| 构造器和说明 |
|---|
AbstractSnapshot() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
get75thPercentile()
Returns the value at the 75th percentile in the distribution.
|
double |
get95thPercentile()
Returns the value at the 95th percentile in the distribution.
|
double |
get98thPercentile()
Returns the value at the 98th percentile in the distribution.
|
double |
get999thPercentile()
Returns the value at the 99.9th percentile in the distribution.
|
double |
get99thPercentile()
Returns the value at the 99th percentile in the distribution.
|
double |
getMedian()
Returns the median value in the distribution.
|
public double getMedian()
public double get75thPercentile()
get75thPercentile 在接口中 Snapshotpublic double get95thPercentile()
get95thPercentile 在接口中 Snapshotpublic double get98thPercentile()
get98thPercentile 在接口中 Snapshotpublic double get99thPercentile()
get99thPercentile 在接口中 Snapshotpublic double get999thPercentile()
get999thPercentile 在接口中 SnapshotCopyright © 2019. All rights reserved.