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 AtomicLong
accumulatedTime
Deprecated.protected AtomicInteger
callCount
Deprecated.protected String
label
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description long
getAccumulatedTime()
Deprecated.int
getCallCount()
Deprecated.String
getLabel()
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.
-
-