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() |
int |
getSamples() |
boolean |
isEmpty() |
static List<NumericBucketPoint> |
toList(Map<Long,NumericBucketPoint> pointMap,
Buckets buckets) |
String |
toString() |
getEnd, getStart, toListpublic double getMin()
public double getAvg()
public double getMedian()
public double getMax()
public List<Percentile> getPercentiles()
public int getSamples()
public boolean isEmpty()
isEmpty in class BucketPointpublic static List<NumericBucketPoint> toList(Map<Long,NumericBucketPoint> pointMap, Buckets buckets)
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.