Class CallStat

java.lang.Object
org.nuxeo.ecm.core.management.events.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 Details

    • accumulatedTime

      protected AtomicLong accumulatedTime
      Deprecated.
    • callCount

      protected AtomicInteger callCount
      Deprecated.
    • label

      protected final String label
      Deprecated.
  • Constructor Details

    • CallStat

      public CallStat(String label)
      Deprecated.
  • Method Details

    • getAccumulatedTime

      public long getAccumulatedTime()
      Deprecated.
    • getCallCount

      public int getCallCount()
      Deprecated.
    • getLabel

      public String getLabel()
      Deprecated.