Uses of Interface
com.atlassian.confluence.impl.cluster.ClusterManagerInternal
Packages that use ClusterManagerInternal
Package
Description
- 
Uses of ClusterManagerInternal in com.atlassian.confluence.clusterMethods in com.atlassian.confluence.cluster with parameters of type ClusterManagerInternalModifier and TypeMethodDescriptionvoidClusterEventBroadcaster.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.hazelcastClasses in com.atlassian.confluence.cluster.hazelcast that implement ClusterManagerInternalConstructors in com.atlassian.confluence.cluster.hazelcast with parameters of type ClusterManagerInternalModifierConstructorDescriptionHazelcastClusterSafetyManager(ClusterSafetyDao clusterSafetyDao, com.atlassian.event.api.EventPublisher eventPublisher, ClusterManagerInternal clusterManager, com.hazelcast.core.HazelcastInstance hazelcastInstance, ActivityMonitor activityMonitor, ScheduledExecutorService executor, LicenseService licenseService, LoggingConfigService loggingConfigService) 
- 
Uses of ClusterManagerInternal in com.atlassian.confluence.impl.indexConstructors 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.crowdConstructors 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.testsupportClasses in com.atlassian.testsupport that implement ClusterManagerInternalModifier and TypeClassDescriptionfinal classAn implementation ofClusterManagerfor use when no clustering is configured.