Class RateCounter


  • @Deprecated(since="2021-05-27")
    public class RateCounter
    extends Object
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Counts the rate that Longs are added to this from the time of creation or the last call to reset().
    • Constructor Detail

      • RateCounter

        public RateCounter()
        Deprecated.
    • Method Detail

      • add

        public void add​(long l)
        Deprecated.
      • getRate

        public long getRate()
        Deprecated.
      • reset

        public void reset()
        Deprecated.