Class GarbageCollectorTimeAnalyticsEvent
- java.lang.Object
-
- com.atlassian.confluence.internal.diagnostics.GarbageCollectorTimeAnalyticsEvent
-
@AsynchronousPreferred public class GarbageCollectorTimeAnalyticsEvent extends Object
GarbageCollectorTimeAnalyticsEvent is fired when GC overhead exceeds the specified limit. Fired fromJavaMemoryMonitor
- Since:
- 6.11.0
-
-
Constructor Summary
Constructors Constructor Description GarbageCollectorTimeAnalyticsEvent(long durationInMillis, long windowInMillis, long thresholdInPercent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDurationInMillis()
long
getThresholdInPercent()
long
getWindowInMillis()
-