Uses of Class
com.atlassian.confluence.impl.cluster.lock.ClusterLockExecutionService
Packages that use ClusterLockExecutionService
Package
Description
-
Uses of ClusterLockExecutionService in com.atlassian.confluence.impl.retention
Fields in com.atlassian.confluence.impl.retention declared as ClusterLockExecutionServiceModifier and TypeFieldDescriptionprotected final ClusterLockExecutionServiceAbstractVersionRemovalService.clusterLockExecutionServiceConstructors in com.atlassian.confluence.impl.retention with parameters of type ClusterLockExecutionServiceModifierConstructorDescriptionprotectedAbstractVersionRemovalService(HistoricalVersionService historicalVersionService, SoftCleanupStatusService softCleanupStatusService, VersionRemovalEventPublisher versionRemovalEventPublisher, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, SpaceRetentionPolicyManager spaceRetentionPolicyManager, ClusterLockExecutionService clusterLockExecutionService) DefaultVersionRemovalService(HistoricalVersionService historicalVersionService, SoftCleanupStatusService softCleanupStatusService, VersionRemovalEventPublisher versionRemovalEventPublisher, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, SpaceRetentionPolicyManager spaceRetentionPolicyManager, ClusterLockExecutionService clusterLockExecutionService) -
Uses of ClusterLockExecutionService in com.atlassian.confluence.impl.retention.fast
Constructors in com.atlassian.confluence.impl.retention.fast with parameters of type ClusterLockExecutionServiceModifierConstructorDescriptionFastTrashRemovalManager(GlobalRetentionPolicyManager globalRetentionPolicyManager, FastTrashCleanupJobStatusManager jobStatusManager, TrashManagerInternal trashManagerInternal, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, TrashRuleEvaluator trashRuleEvaluator, com.atlassian.event.api.EventPublisher eventPublisher, FastContentRetentionDao contentRetentionDao, FastSpaceRetentionDao spaceRetentionDao, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, ClusterLockExecutionService clusterLockExecutionService) FastVersionRemovalService(HistoricalVersionService historicalVersionService, FastSoftCleanupStatusService softCleanupStatusService, VersionRemovalEventPublisher versionRemovalEventPublisher, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, SpaceRetentionPolicyManager spaceRetentionPolicyManager, FastContentRetentionDao contentRetentionDao, FastSpaceRetentionDao spaceRetentionDao, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, ClusterLockExecutionService clusterLockExecutionService) -
Uses of ClusterLockExecutionService in com.atlassian.confluence.impl.retention.manager
Fields in com.atlassian.confluence.impl.retention.manager declared as ClusterLockExecutionServiceModifier and TypeFieldDescriptionprotected final ClusterLockExecutionServiceAbstractTrashRemovalManager.clusterLockExecutionServiceConstructors in com.atlassian.confluence.impl.retention.manager with parameters of type ClusterLockExecutionServiceModifierConstructorDescriptionAbstractTrashRemovalManager(GlobalRetentionPolicyManager globalRetentionPolicyManager, TrashCleanupJobStatusManager jobStatusManager, TrashManagerInternal trashManagerInternal, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, TrashRuleEvaluator trashRuleEvaluator, com.atlassian.event.api.EventPublisher eventPublisher, ClusterLockExecutionService clusterLockExecutionService) DefaultTrashRemovalManager(GlobalRetentionPolicyManager globalRetentionPolicyManager, TrashCleanupJobStatusManager jobStatusManager, TrashManagerInternal trashManagerInternal, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, TrashRuleEvaluator trashRuleEvaluator, com.atlassian.event.api.EventPublisher eventPublisher, ClusterLockExecutionService clusterLockExecutionService)