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 from JavaMemoryMonitor
Since:
6.11.0
  • Constructor Details

    • GarbageCollectorTimeAnalyticsEvent

      public GarbageCollectorTimeAnalyticsEvent(long durationInMillis, long windowInMillis, long thresholdInPercent)
  • Method Details

    • getDurationInMillis

      public long getDurationInMillis()
    • getWindowInMillis

      public long getWindowInMillis()
    • getThresholdInPercent

      public long getThresholdInPercent()