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.cluster
Classes 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.nonclustered
Classes 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.filesystem
Methods 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, DarkFeaturesManager darkFeaturesManager, ClusterConfigurationHelperInternal clusterConfigurationHelper, ZduManager zduManager, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)Produces instance ofAttachmentDataFileSystembased on the defined properties. -
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.impl.pages.attachments.objectstorage
Methods 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.accessmode
Constructors 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.setup
Constructors 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)Deprecated.since 7.19.6 UseDefaultBootstrapManager(ApplicationConfiguration, ClusterConfigurationHelperInternal, SingleConnectionProvider, HealthCheckRunner, HibernateConfigurator, HomeLocator, SetupPersister, List, DeserializationFilterConfigurator ) 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, com.atlassian.security.serialfilter.DeserializationFilterConfigurator deserializationFilterConfigurator) -
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.setup.actions
Methods 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.service
Methods 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.impl
Methods in com.atlassian.confluence.upgrade.impl with parameters of type ClusterConfigurationHelperInternal Modifier and Type Method Description voidDefaultUpgradeManager. setClusterConfigurationHelper(ClusterConfigurationHelperInternal clusterConfigurationHelper)Setter method for clusterConfigurationHelper
-