Class EventStatsHolder
java.lang.Object
org.nuxeo.ecm.core.management.events.EventStatsHolder
Deprecated.
since 11.4: superseded by dropwizard metrics
Helper class to store statistics about listeners calls.
- Author:
- Thierry Delprat
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.protected static booleanDeprecated.protected static booleanDeprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated.Deprecated.static StringDeprecated.protected static StringgetStringSummary(Map<String, CallStat> stats) Deprecated.Deprecated.static StringDeprecated.static booleanDeprecated.static booleanDeprecated.static voidlogAsyncExec(EventListenerDescriptor desc, long delta) Deprecated.static voidlogSyncExec(EventListenerDescriptor desc, long delta) Deprecated.static voidDeprecated.static voidsetCollectAsyncHandlersExecTime(boolean collectAsyncHandlersExecTime) Deprecated.static voidsetCollectSyncHandlersExecTime(boolean collectSyncHandlersExecTime) Deprecated.
-
Field Details
-
collectAsyncHandlersExecTime
protected static boolean collectAsyncHandlersExecTimeDeprecated. -
collectSyncHandlersExecTime
protected static boolean collectSyncHandlersExecTimeDeprecated. -
syncStats
Deprecated. -
aSyncStats
Deprecated.
-
-
Method Details
-
isCollectAsyncHandlersExecTime
public static boolean isCollectAsyncHandlersExecTime()Deprecated. -
setCollectAsyncHandlersExecTime
public static void setCollectAsyncHandlersExecTime(boolean collectAsyncHandlersExecTime) Deprecated. -
isCollectSyncHandlersExecTime
public static boolean isCollectSyncHandlersExecTime()Deprecated. -
setCollectSyncHandlersExecTime
public static void setCollectSyncHandlersExecTime(boolean collectSyncHandlersExecTime) Deprecated. -
clearStats
public static void clearStats()Deprecated.- Since:
- 5.6
-
logAsyncExec
Deprecated. -
logSyncExec
Deprecated. -
getAsyncHandlersExecTime
Deprecated. -
getAsyncHandlersCallStats
Deprecated.- Since:
- 5.6
-
getSyncHandlersExecTime
Deprecated. -
getSyncHandlersCallStats
Deprecated.- Since:
- 5.6
-
getStringSummary
Deprecated. -
resetHandlersExecTime
public static void resetHandlersExecTime()Deprecated.
-