Class GarbageCollectorTimeAnalyticsEvent
java.lang.Object
com.atlassian.confluence.internal.diagnostics.GarbageCollectorTimeAnalyticsEvent
GarbageCollectorTimeAnalyticsEvent is fired when GC overhead exceeds the specified limit.
 Fired from 
JavaMemoryMonitor- Since:
- 6.11.0
- 
Constructor SummaryConstructorsConstructorDescriptionGarbageCollectorTimeAnalyticsEvent(long durationInMillis, long windowInMillis, long thresholdInPercent) 
- 
Method SummaryModifier and TypeMethodDescriptionlonglonglong
- 
Constructor Details- 
GarbageCollectorTimeAnalyticsEventpublic GarbageCollectorTimeAnalyticsEvent(long durationInMillis, long windowInMillis, long thresholdInPercent) 
 
- 
- 
Method Details- 
getDurationInMillispublic long getDurationInMillis()
- 
getWindowInMillispublic long getWindowInMillis()
- 
getThresholdInPercentpublic long getThresholdInPercent()
 
-