Uses of Interface
com.atlassian.confluence.cluster.ZduManager
Package
Description
Implementations for cluster interfaces when no cluster is present.
-
Uses of ZduManager in com.atlassian.confluence.admin.actions
Modifier and TypeMethodDescriptionvoid
AttachmentV3toV4MigrationAction.setZduManager
(ZduManager zduManager) -
Uses of ZduManager in com.atlassian.confluence.cluster.nonclustered
Modifier and TypeClassDescriptionclass
ZduManager implementation used when Confluence is not clustered. -
Uses of ZduManager in com.atlassian.confluence.impl.backuprestore
ModifierConstructorDescriptionConfluenceBackupRestoreManager
(BackupRestoreJobRunner backupRestoreJobRunner, BackupRestorePermissionsHelper permissionsHelper, BackupRestoreJobDao backupRestoreJobDao, com.atlassian.beehive.ClusterLockService clusterLockService, ConfluenceBackupRestoreJobCanceller confluenceBackupRestoreJobCanceller, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreFilesystemManager backupRestoreFilesystemManager, ZduManager zduManager, IndependentBackupRestoreJobManager independentBackupRestoreJobManager) -
Uses of ZduManager in com.atlassian.confluence.impl.cluster
-
Uses of ZduManager in com.atlassian.confluence.impl.pages.attachments.filesystem
Modifier and TypeMethodDescriptionContentDirectoryStructureAttachmentDataFileSystemAdapter.create
(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV003, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV004, ZduManager zduManager) static AttachmentDataFileSystem
AttachmentFileStoreFactory.getInstance
(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV3, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV4, com.atlassian.config.ApplicationConfiguration appConfig, DarkFeaturesManager darkFeaturesManager, ClusterConfigurationHelperInternal clusterConfigurationHelper, ZduManager zduManager, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, LicenseService licenseService) Produces instance ofAttachmentDataFileSystem
based on the defined properties. -
Uses of ZduManager in com.atlassian.sal.confluence.lifecycle
ModifierConstructorDescriptionDefaultPluginUpgradeFinalizationManager
(List<com.atlassian.sal.api.upgrade.PluginUpgradeTask> upgradeTasks, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.beehive.ClusterLockService clusterLockService, ZduManager zduManager)