Uses of Interface
com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
- 
Packages that use ClusterConfigurationHelperInternal Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present.com.atlassian.confluence.impl.pages.attachments.filesystem com.atlassian.confluence.impl.pages.attachments.objectstorage com.atlassian.confluence.internal.accessmode com.atlassian.confluence.setup com.atlassian.confluence.setup.actions com.atlassian.confluence.status.service com.atlassian.confluence.upgrade.impl 
- 
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.clusterClasses in com.atlassian.confluence.cluster that implement ClusterConfigurationHelperInternal Modifier and Type Class Description classDefaultClusterConfigurationHelperAn implementation ofClusterConfigurationHelperwhich assumes that a cluster of some sort is being used.
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.cluster.nonclusteredClasses in com.atlassian.confluence.cluster.nonclustered that implement ClusterConfigurationHelperInternal Modifier and Type Class Description classNonClusterConfigurationHelperAn implementation ofClusterConfigurationHelperfor use when clustering is not being used.
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.impl.pages.attachments.filesystemMethods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type ClusterConfigurationHelperInternal Modifier and Type Method Description static AttachmentDataFileSystemAttachmentFileStoreFactory. getInstance(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV3, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV4, com.atlassian.config.ApplicationConfiguration appConfig, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, ClusterConfigurationHelperInternal clusterConfigurationHelper)Produces instance ofAttachmentDataFileSystembased on the defined properties.
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.impl.pages.attachments.objectstorageMethods in com.atlassian.confluence.impl.pages.attachments.objectstorage with parameters of type ClusterConfigurationHelperInternal Modifier and Type Method Description static StringS3ConfigFactory. getConfigProperty(com.atlassian.config.ApplicationConfiguration appConfig, ClusterConfigurationHelperInternal clusterConfigurationHelper, String propertyName)Loads property from different sources in this order: 1.static Optional<com.atlassian.dc.filestore.impl.s3.S3Config>S3ConfigFactory. getInstance(com.atlassian.config.ApplicationConfiguration appConfig, ClusterConfigurationHelperInternal clusterConfigurationHelper)Produces instance ofS3Configbased on the defined properties.
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.internal.accessmodeConstructors in com.atlassian.confluence.internal.accessmode with parameters of type ClusterConfigurationHelperInternal Constructor Description DefaultAccessModeManager(com.atlassian.config.ApplicationConfiguration applicationConfig, ClusterConfigurationHelperInternal clusterConfigurationHelperInternal)
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.setupConstructors in com.atlassian.confluence.setup with parameters of type ClusterConfigurationHelperInternal Constructor Description DefaultBootstrapManager(com.atlassian.config.ApplicationConfiguration applicationConfiguration, ClusterConfigurationHelperInternal clusterConfigurationHelper, SingleConnectionProvider databaseHelper, HealthCheckRunner healthCheckRunner, com.atlassian.config.db.HibernateConfigurator hibernateConfigurator, com.atlassian.config.HomeLocator homeLocator, com.atlassian.config.setup.SetupPersister setupPersister, List<String> tables)
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.setup.actionsMethods in com.atlassian.confluence.setup.actions that return ClusterConfigurationHelperInternal Modifier and Type Method Description ClusterConfigurationHelperInternalSetupClusterAction. getClusterConfigurationHelper()Methods in com.atlassian.confluence.setup.actions with parameters of type ClusterConfigurationHelperInternal Modifier and Type Method Description voidFinishSetupAction. setClusterConfigurationHelper(ClusterConfigurationHelperInternal clusterConfigurationHelper)voidSetupClusterAction. setClusterConfigurationHelper(ClusterConfigurationHelperInternal clusterConfigurationHelper)
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.status.serviceMethods in com.atlassian.confluence.status.service with parameters of type ClusterConfigurationHelperInternal Modifier and Type Method Description voidDefaultSystemInformationService. setClusterConfigurationHelper(ClusterConfigurationHelperInternal clusterConfigurationHelper)
- 
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.upgrade.implMethods in com.atlassian.confluence.upgrade.impl with parameters of type ClusterConfigurationHelperInternal Modifier and Type Method Description voidDefaultUpgradeManager. setClusterConfigurationHelper(ClusterConfigurationHelperInternal clusterConfigurationHelper)Setter method for clusterConfigurationHelper
 
-