Class LowMemoryAnalyticsEvent

java.lang.Object
com.atlassian.confluence.internal.diagnostics.LowMemoryAnalyticsEvent

@AsynchronousPreferred public class LowMemoryAnalyticsEvent extends Object
LowMemoryAnalyticsEvent is fired when free memory is less then specified threshold
Since:
6.11.0
  • Constructor Details

    • LowMemoryAnalyticsEvent

      public LowMemoryAnalyticsEvent(Long freeMemoryInMegabytes, Long totalMemoryInMegabytes, Long minMemoryThresholdInMegabytes)
  • Method Details

    • getFreeMemoryInMb

      public Long getFreeMemoryInMb()
    • getTotalMemoryInMb

      public Long getTotalMemoryInMb()
    • getMinMemoryThresholdInMb

      public Long getMinMemoryThresholdInMb()