Uses of Interface
com.atlassian.confluence.impl.cluster.ClusterManagerInternal
Packages that use ClusterManagerInternal
Package
Description
-
Uses of ClusterManagerInternal in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster with parameters of type ClusterManagerInternalModifier and TypeMethodDescriptionvoid
ClusterEventBroadcaster.setClusterManager
(ClusterManagerInternal clusterManager) Constructors in com.atlassian.confluence.cluster with parameters of type ClusterManagerInternalModifierConstructorDescriptionClusterCompatibilityValidator
(ClusterManagerInternal clusterManager) DefaultClusterConfigurationHelper
(com.atlassian.config.internal.ApplicationConfig applicationConfig, ClusterManagerInternal clusterManager, LicenseServiceInternal licenseService, SingleConnectionProvider databaseHelper, com.atlassian.config.db.HibernateConfig hibernateConfig, ClusterCompatibilityValidator clusterCompatibilityValidator, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, com.atlassian.secrets.api.SecretService secretService) -
Uses of ClusterManagerInternal in com.atlassian.confluence.cluster.nutcluster
Classes in com.atlassian.confluence.cluster.nutcluster that implement ClusterManagerInternalConstructors in com.atlassian.confluence.cluster.nutcluster with parameters of type ClusterManagerInternalModifierConstructorDescriptionNutclusterClusterSafetyManager
(ClusterSafetyDao clusterSafetyDao, com.atlassian.event.api.EventPublisher eventPublisher, ClusterManagerInternal clusterManager, com.atlassian.nutcluster.core.NutclusterInstance nutclusterInstance, ActivityMonitor activityMonitor, ScheduledExecutorService executor, LicenseService licenseService, LoggingConfigService loggingConfigService) -
Uses of ClusterManagerInternal in com.atlassian.confluence.impl.index
Constructors in com.atlassian.confluence.impl.index with parameters of type ClusterManagerInternalModifierConstructorDescriptionDefaultIndexRecoveryService
(JournalStateStore journalStateStore, JournalDao journalDao, com.atlassian.dc.filestore.api.FileStore.Path sharedHome, ClusterManagerInternal clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, ClusterEventWrapperService clusterEventWrapperService, com.atlassian.plugin.PluginAccessor pluginAccessor, ClusterConfigurationHelper clusterConfigurationHelper, ConfluenceDirectories confluenceDirectories, BootstrapManager bootstrapManager, SearchPlatformConfig searchPlatformConfig) -
Uses of ClusterManagerInternal in com.atlassian.confluence.user.crowd
Constructors in com.atlassian.confluence.user.crowd with parameters of type ClusterManagerInternalModifierConstructorDescriptionConfluenceDirectoryEventListener
(ClusterManagerInternal clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of ClusterManagerInternal in com.atlassian.testsupport
Classes in com.atlassian.testsupport that implement ClusterManagerInternalModifier and TypeClassDescriptionfinal class
An implementation ofClusterManager
for use when no clustering is configured.