public class HistogramEntity extends BaseEntity
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
HistogramEntity(com.codahale.metrics.Snapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
Long |
getMax() |
Double |
getMean() |
Double |
getMedian() |
Long |
getMin() |
Double |
getP75() |
Double |
getP95() |
Double |
getP98() |
Double |
getP99() |
Double |
getP999() |
Double |
getStdDev() |
void |
setCount(Long count) |
void |
setMax(Long max) |
void |
setMean(Double mean) |
void |
setMedian(Double median) |
void |
setMin(Long min) |
void |
setP75(Double p75) |
void |
setP95(Double p95) |
void |
setP98(Double p98) |
void |
setP99(Double p99) |
void |
setP999(Double p999) |
void |
setStdDev(Double stdDev) |
setName, setTimestampclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Long getCount()
public void setCount(Long count)
public Long getMax()
public void setMax(Long max)
public Double getMean()
public void setMean(Double mean)
public Long getMin()
public void setMin(Long min)
public Double getStdDev()
public void setStdDev(Double stdDev)
public Double getMedian()
public void setMedian(Double median)
public Double getP75()
public void setP75(Double p75)
public Double getP95()
public void setP95(Double p95)
public Double getP98()
public void setP98(Double p98)
public Double getP99()
public void setP99(Double p99)
public Double getP999()
public void setP999(Double p999)
Copyright © 2015. All Rights Reserved.