Class LowMemoryAnalyticsEvent


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

      • LowMemoryAnalyticsEvent

        public LowMemoryAnalyticsEvent​(Long freeMemoryInMegabytes,
                                       Long totalMemoryInMegabytes,
                                       Long minMemoryThresholdInMegabytes)
    • Method Detail

      • getFreeMemoryInMb

        public Long getFreeMemoryInMb()
      • getTotalMemoryInMb

        public Long getTotalMemoryInMb()
      • getMinMemoryThresholdInMb

        public Long getMinMemoryThresholdInMb()