Class LabelManagerMetricsEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.label.LabelManagerMetricsEvent
- All Implemented Interfaces:
Serializable
LabelManagerMetricsEvent is used to collect analytics for some methods in DefaultLabelManager
- Since:
- 7.5.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionLabelManagerMetricsEvent
(Object src, String methodName, long durationMs, int maxResults, int resultsCount) -
Method Summary
Modifier and TypeMethodDescriptionlong
int
int
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
LabelManagerMetricsEvent
-
-
Method Details
-
getMethodName
-
getDurationMs
public long getDurationMs() -
getMaxResults
public int getMaxResults() -
getResultsCount
public int getResultsCount()
-