public class BucketsSample extends Object
Buckets
Constructor and Description |
---|
BucketsSample(BucketSample[] buckets,
Double median,
Double quantile90) |
Modifier and Type | Method and Description |
---|---|
BucketSample[] |
getBuckets() |
Integer |
getMaxCount() |
Double |
getMedian() |
Double |
getPercentile90() |
Integer |
getTotalCount() |
public BucketsSample(BucketSample[] buckets, Double median, Double quantile90)
public BucketSample[] getBuckets()
public Double getPercentile90()
public Integer getMaxCount()
public Integer getTotalCount()
Copyright © 2019. All rights reserved.