Uses of Interface
com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal
Packages that use ClusterConfigurationHelperInternal
Package
Description
Implementations for cluster interfaces when no cluster is present.
-
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.cluster
Classes in com.atlassian.confluence.cluster that implement ClusterConfigurationHelperInternalModifier and TypeClassDescriptionclassAn 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 ClusterConfigurationHelperInternalModifier and TypeClassDescriptionclassAn implementation ofClusterConfigurationHelperfor use when clustering is not being used. -
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.impl.health.checks
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type ClusterConfigurationHelperInternalModifierConstructorDescriptionAttachmentDataFileStoreCheck(Supplier<I18NBean> i18NBeanSupplier, com.atlassian.config.ApplicationConfiguration appConfig, Supplier<AttachmentDataFileSystem> attachmentDataFileSystemSupplier, ClusterConfigurationHelperInternal clusterConfigurationHelper, LicenseService licenseService) -
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type ClusterConfigurationHelperInternalModifier and TypeMethodDescriptionstatic AttachmentDataFileSystemAttachmentFileStoreFactory.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 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 ClusterConfigurationHelperInternalModifier and TypeMethodDescriptionstatic @Nullable 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, LicenseService licenseService) 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 ClusterConfigurationHelperInternalModifierConstructorDescriptionDefaultAccessModeManager(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 ClusterConfigurationHelperInternalModifierConstructorDescriptionDefaultBootstrapManager(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.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 ClusterConfigurationHelperInternalMethods in com.atlassian.confluence.setup.actions with parameters of type ClusterConfigurationHelperInternalModifier and TypeMethodDescriptionvoidFinishSetupAction.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 ClusterConfigurationHelperInternalModifier and TypeMethodDescriptionvoidDefaultSystemInformationService.setClusterConfigurationHelper(ClusterConfigurationHelperInternal clusterConfigurationHelper) -
Uses of ClusterConfigurationHelperInternal in com.atlassian.confluence.upgrade.impl
Methods in com.atlassian.confluence.upgrade.impl with parameters of type ClusterConfigurationHelperInternalModifier and TypeMethodDescriptionvoidDefaultUpgradeManager.setClusterConfigurationHelper(ClusterConfigurationHelperInternal clusterConfigurationHelper) Setter method for clusterConfigurationHelper
DefaultBootstrapManager(com.atlassian.config.ApplicationConfiguration,com.atlassian.confluence.impl.cluster.ClusterConfigurationHelperInternal,com.atlassian.confluence.impl.util.db.SingleConnectionProvider,com.atlassian.confluence.impl.health.HealthCheckRunner,com.atlassian.config.db.HibernateConfigurator,com.atlassian.config.HomeLocator,com.atlassian.config.setup.SetupPersister,java.util.List<java.lang.String>,com.atlassian.security.serialfilter.DeserializationFilterConfigurator)