Class CallStat


  • @Deprecated(since="11.4")
    public class CallStat
    extends Object
    Deprecated.
    since 11.4: superseded by dropwizard metrics
    Simple class to store Listeners call statistics.
    Author:
    Thierry Delprat
    • Field Detail

      • accumulatedTime

        protected AtomicLong accumulatedTime
        Deprecated.
      • label

        protected final String label
        Deprecated.
    • Constructor Detail

      • CallStat

        public CallStat​(String label)
        Deprecated.
    • Method Detail

      • getAccumulatedTime

        public long getAccumulatedTime()
        Deprecated.
      • getCallCount

        public int getCallCount()
        Deprecated.
      • getLabel

        public String getLabel()
        Deprecated.