Package org.eclipse.jetty.util.statistic
Class RateCounter
java.lang.Object
org.eclipse.jetty.util.statistic.RateCounter
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RateCounter
public RateCounter()Deprecated.
-
-
Method Details
-
add
public void add(long l) Deprecated. -
getRate
public long getRate()Deprecated. -
reset
public void reset()Deprecated.
-