Uses of Interface
com.atlassian.confluence.cluster.ZduManager
-
Packages that use ZduManager Package Description com.atlassian.confluence.admin.actions com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present.com.atlassian.confluence.impl.backuprestore com.atlassian.confluence.impl.cluster com.atlassian.confluence.impl.pages.attachments.filesystem com.atlassian.confluence.importexport.actions com.atlassian.sal.confluence.lifecycle -
-
Uses of ZduManager in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type ZduManager Modifier and Type Method Description void
AttachmentV3toV4MigrationAction. setZduManager(ZduManager zduManager)
-
Uses of ZduManager in com.atlassian.confluence.cluster.nonclustered
Classes in com.atlassian.confluence.cluster.nonclustered that implement ZduManager Modifier and Type Class Description class
NonClusteredZduManager
ZduManager implementation used when Confluence is not clustered. -
Uses of ZduManager in com.atlassian.confluence.impl.backuprestore
Constructors in com.atlassian.confluence.impl.backuprestore with parameters of type ZduManager Constructor Description ConfluenceBackupRestoreManager(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
Classes in com.atlassian.confluence.impl.cluster that implement ZduManager Modifier and Type Class Description class
DefaultZduManager
-
Uses of ZduManager in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type ZduManager Modifier and Type Method Description static ContentDirectoryStructureAttachmentDataFileSystemAdapter
ContentDirectoryStructureAttachmentDataFileSystemAdapter. create(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV003, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV004, ZduManager zduManager)
static AttachmentDataFileSystem
AttachmentFileStoreFactory. getInstance(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV3, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV4, com.atlassian.config.ApplicationConfiguration appConfig, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, ClusterConfigurationHelperInternal clusterConfigurationHelper, ZduManager zduManager, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
Produces instance ofAttachmentDataFileSystem
based on the defined properties. -
Uses of ZduManager in com.atlassian.confluence.importexport.actions
Fields in com.atlassian.confluence.importexport.actions declared as ZduManager Modifier and Type Field Description protected ZduManager
AbstractBackupRestoreAction. zduManager
Deprecated.Methods in com.atlassian.confluence.importexport.actions with parameters of type ZduManager Modifier and Type Method Description void
AbstractBackupRestoreAction. setZduManager(ZduManager zduManager)
Deprecated. -
Uses of ZduManager in com.atlassian.sal.confluence.lifecycle
Constructors in com.atlassian.sal.confluence.lifecycle with parameters of type ZduManager Constructor Description DefaultPluginUpgradeFinalizationManager(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)
-