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 metricsSimple class to store Listeners call statistics.- Author:
- Thierry Delprat
-
-
Field Summary
Fields Modifier and Type Field Description protected AtomicLongaccumulatedTimeDeprecated.protected AtomicIntegercallCountDeprecated.protected StringlabelDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description longgetAccumulatedTime()Deprecated.intgetCallCount()Deprecated.StringgetLabel()Deprecated.
-
-
-
Field Detail
-
accumulatedTime
protected AtomicLong accumulatedTime
Deprecated.
-
callCount
protected AtomicInteger callCount
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.
-
-