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 Summary
Constructors Constructor Description LowMemoryAnalyticsEvent(Long freeMemoryInMegabytes, Long totalMemoryInMegabytes, Long minMemoryThresholdInMegabytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getFreeMemoryInMb()
Long
getMinMemoryThresholdInMb()
Long
getTotalMemoryInMb()
-