Class 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 Detail

      • GarbageCollectorTimeAnalyticsEvent

        public GarbageCollectorTimeAnalyticsEvent​(long durationInMillis,
                                                  long windowInMillis,
                                                  long thresholdInPercent)
    • Method Detail

      • getDurationInMillis

        public long getDurationInMillis()
      • getWindowInMillis

        public long getWindowInMillis()
      • getThresholdInPercent

        public long getThresholdInPercent()