Class LowFileDescriptorCountAnalyticsEvent


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

      • LowFileDescriptorCountAnalyticsEvent

        public LowFileDescriptorCountAnalyticsEvent​(Long maxCount,
                                                    Long openCount,
                                                    Long requiredFreeCount)
    • Method Detail

      • getMaxCount

        public Long getMaxCount()
      • getOpenCount

        public Long getOpenCount()
      • getRequiredFreeCount

        public Long getRequiredFreeCount()