Uses of Class
com.codahale.metrics.EWMA
-
Packages that use EWMA Package Description com.codahale.metrics -
-
Uses of EWMA in com.codahale.metrics
Fields in com.codahale.metrics declared as EWMA Modifier and Type Field Description private EWMA
Meter. m15Rate
private EWMA
Meter. m1Rate
private EWMA
Meter. m5Rate
Methods in com.codahale.metrics that return EWMA Modifier and Type Method Description static EWMA
EWMA. fifteenMinuteEWMA()
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.static EWMA
EWMA. fiveMinuteEWMA()
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.static EWMA
EWMA. oneMinuteEWMA()
Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.
-