Package org.eclipse.jetty.util.statistic
Class RateCounter
- java.lang.Object
-
- org.eclipse.jetty.util.statistic.RateCounter
-
@Deprecated public class RateCounter extends java.lang.ObjectDeprecated.This api is not supported anymore. Please do not use it.Counts the rate thatLongs are added to this from the time of creation or the last call toreset().
-
-
Constructor Summary
Constructors Constructor Description RateCounter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadd(long l)Deprecated.longgetRate()Deprecated.voidreset()Deprecated.
-