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 Summary
Constructors Constructor Description LowFileDescriptorCountAnalyticsEvent(Long maxCount, Long openCount, Long requiredFreeCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getMaxCount()
Long
getOpenCount()
Long
getRequiredFreeCount()
-