public class OozieClient.Metrics.Histogram extends Object
Constructor and Description |
---|
OozieClient.Metrics.Histogram(org.json.simple.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
double |
get50thPercentile() |
double |
get75thPercentile() |
double |
get95thPercentile() |
double |
get98thPercentile() |
double |
get999thPercentile() |
double |
get99thPercentile() |
long |
getCount() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getStandardDeviation() |
String |
toString() |
public OozieClient.Metrics.Histogram(org.json.simple.JSONObject json)
public double get999thPercentile()
public double get99thPercentile()
public double get98thPercentile()
public double get95thPercentile()
public double get75thPercentile()
public double get50thPercentile()
public double getMean()
public double getMin()
public double getMax()
public double getStandardDeviation()
public long getCount()
Copyright © 2018 Apache Software Foundation. All rights reserved.