コンストラクタと説明 |
---|
DefaultSnapshot(com.codahale.metrics.Snapshot s) |
修飾子とタイプ | メソッドと説明 |
---|---|
double |
get75thPercentile() |
double |
get95thPercentile() |
double |
get98thPercentile() |
double |
get999thPercentile() |
double |
get99thPercentile() |
long |
getMax() |
double |
getMean() |
double |
getMedian() |
long |
getMin() |
double |
getStdDev() |
double |
getValue(double quantile) |
long[] |
getValues() |
int |
size() |
public double get75thPercentile()
get75thPercentile
インタフェース内 Snapshot
public double get95thPercentile()
get95thPercentile
インタフェース内 Snapshot
public double get98thPercentile()
get98thPercentile
インタフェース内 Snapshot
public double get999thPercentile()
get999thPercentile
インタフェース内 Snapshot
public double get99thPercentile()
get99thPercentile
インタフェース内 Snapshot