public class NumericBucketPoint extends BucketPoint
BucketPoint for numeric metrics.| Modifier and Type | Class and Description |
|---|---|
static class |
NumericBucketPoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAvg() |
Double |
getMax() |
Double |
getMedian() |
Double |
getMin() |
List<Percentile> |
getPercentiles() |
Integer |
getSamples() |
Double |
getSum() |
boolean |
isEmpty() |
static List<NumericBucketPoint> |
toList(Map<Long,NumericBucketPoint> pointMap,
Buckets buckets) |
String |
toString() |
getDoubleValue, getEnd, getStart, toListpublic Double getMin()
public Double getAvg()
public Double getMedian()
public Double getMax()
public Double getSum()
public List<Percentile> getPercentiles()
public Integer getSamples()
public boolean isEmpty()
isEmpty in class BucketPointpublic static List<NumericBucketPoint> toList(Map<Long,NumericBucketPoint> pointMap, Buckets buckets)
Copyright © 2014–2018 Red Hat, Inc.. All rights reserved.