Class CallStat
java.lang.Object
org.nuxeo.ecm.core.management.events.CallStat
Deprecated.
since 11.4: superseded by dropwizard metrics
Simple class to store Listeners call statistics.
- Author:
- Thierry Delprat
-
Field Summary
Modifier and TypeFieldDescriptionprotected AtomicLong
Deprecated.protected AtomicInteger
Deprecated.protected final String
Deprecated. -
Constructor Summary
-
Method Summary
-
Field Details
-
accumulatedTime
Deprecated. -
callCount
Deprecated. -
label
Deprecated.
-
-
Constructor Details
-
CallStat
Deprecated.
-
-
Method Details
-
getAccumulatedTime
public long getAccumulatedTime()Deprecated. -
getCallCount
public int getCallCount()Deprecated. -
getLabel
Deprecated.
-