org.javasimon.callback.quantiles
Class BucketsSample
java.lang.Object
org.javasimon.callback.quantiles.BucketsSample
public class BucketsSample
- extends Object
Snapshot of Buckets
- Author:
- gquintana
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buckets
private final BucketSample[] buckets
median
private final Double median
- Median (50% percentile)
percentile90
private final Double percentile90
- 90% percentile
BucketsSample
public BucketsSample(BucketSample[] buckets,
Double median,
Double quantile90)
getBuckets
public BucketSample[] getBuckets()
getMedian
public Double getMedian()
getPercentile90
public Double getPercentile90()
hasNoBuckets
private boolean hasNoBuckets()
getMaxCount
public Integer getMaxCount()
getTotalCount
public Integer getTotalCount()
Copyright © 2013. All Rights Reserved.