Uses of Class
com.codahale.metrics.EWMA
Packages that use EWMA
-
Uses of EWMA in com.codahale.metrics
Fields in com.codahale.metrics declared as EWMAModifier and TypeFieldDescriptionprivate final EWMAMeter.m15Rateprivate final EWMAMeter.m1Rateprivate final EWMAMeter.m5RateMethods in com.codahale.metrics that return EWMAModifier and TypeMethodDescriptionstatic EWMAEWMA.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 EWMAEWMA.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 EWMAEWMA.oneMinuteEWMA()Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.