Class LowDiskSpaceAnalyticsEvent
java.lang.Object
com.atlassian.confluence.internal.diagnostics.LowDiskSpaceAnalyticsEvent
LowDiskSpaceAnalyticsEvent is fired when free disk space is less then specified threshold
- Since:
- 6.11.0
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionLowDiskSpaceAnalyticsEvent
(LowDiskSpaceAnalyticsEvent.DiskType folderType, Long freeDiskSpaceInMb, Long totalDiskSizeInMb, Long minDiskSizeThresholdInMb) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
LowDiskSpaceAnalyticsEvent
public LowDiskSpaceAnalyticsEvent(LowDiskSpaceAnalyticsEvent.DiskType folderType, Long freeDiskSpaceInMb, Long totalDiskSizeInMb, Long minDiskSizeThresholdInMb)
-
-
Method Details
-
getFolderType
-
getTotalDiskSizeInMb
-
getFreeDiskSpaceInMb
-
getMinDiskSizeThresholdInMb
-