Class LowFileDescriptorCountAnalyticsEvent

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

public class LowFileDescriptorCountAnalyticsEvent extends Object
LowFileDescriptorCountAnalyticsEvent is fired when free file descriptor count is less then specified threshold
Since:
6.11.0
  • Constructor Details

    • LowFileDescriptorCountAnalyticsEvent

      public LowFileDescriptorCountAnalyticsEvent(Long maxCount, Long openCount, Long requiredFreeCount)
  • Method Details

    • getMaxCount

      public Long getMaxCount()
    • getOpenCount

      public Long getOpenCount()
    • getRequiredFreeCount

      public Long getRequiredFreeCount()