Uses of Class
com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatistic
Packages that use TrashRemovalStatistic
-
Uses of TrashRemovalStatistic in com.atlassian.confluence.impl.retention.analytics
Methods in com.atlassian.confluence.impl.retention.analytics that return TrashRemovalStatisticModifier and TypeMethodDescriptionTrashRemovalStatisticHolder.getGlobalStats()
TrashRemovalStatisticHolder.getSpaceStats()
Methods in com.atlassian.confluence.impl.retention.analytics that return types with arguments of type TrashRemovalStatisticModifier and TypeMethodDescriptionstatic Optional<TrashRemovalStatistic>
TrashRemovalStatisticThreadLocal.getCurrentStatistic()
Methods in com.atlassian.confluence.impl.retention.analytics with parameters of type TrashRemovalStatisticModifier and TypeMethodDescriptionstatic void
TrashRemovalStatisticThreadLocal.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 TrashRemovalStatisticModifierConstructorDescriptionTrashRemovalStatisticHolder
(TrashRemovalStatistic globalStats, TrashRemovalStatistic spaceStats)