Uses of Class
com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
-
Packages that use TrashRemovalStatistic Package Description com.atlassian.confluence.impl.retention.analytics -
-
Uses of TrashRemovalStatistic in com.atlassian.confluence.impl.retention.analytics
Methods in com.atlassian.confluence.impl.retention.analytics that return TrashRemovalStatistic Modifier and Type Method Description TrashRemovalStatisticTrashRemovalStatisticHolder. getGlobalStats()TrashRemovalStatisticTrashRemovalStatisticHolder. getSpaceStats()Methods in com.atlassian.confluence.impl.retention.analytics that return types with arguments of type TrashRemovalStatistic Modifier and Type Method Description static Optional<TrashRemovalStatistic>TrashRemovalStatisticThreadLocal. getCurrentStatistic()Methods in com.atlassian.confluence.impl.retention.analytics with parameters of type TrashRemovalStatistic Modifier and Type Method Description static voidTrashRemovalStatisticThreadLocal. withStatistic(@Nullable TrashRemovalStatistic stats, Runnable runnable)Perform some trash removal actions while recording statistics into a stats holderConstructors in com.atlassian.confluence.impl.retention.analytics with parameters of type TrashRemovalStatistic Constructor Description TrashRemovalStatisticHolder(TrashRemovalStatistic globalStats, TrashRemovalStatistic spaceStats)
-