Uses of Interface
com.atlassian.jira.cluster.ClusterManager

Packages that use ClusterManager
com.atlassian.jira.appconsistency.clustering   
com.atlassian.jira.cluster   
com.atlassian.jira.cluster.lock   
com.atlassian.jira.index.ha   
com.atlassian.jira.license   
com.atlassian.jira.plugin   
com.atlassian.jira.plugin.navigation   
com.atlassian.jira.plugin.webfragment.conditions   
com.atlassian.jira.service.services.index   
com.atlassian.jira.startup   
com.atlassian.jira.util.system   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.index   
 

Uses of ClusterManager in com.atlassian.jira.appconsistency.clustering
 

Constructors in com.atlassian.jira.appconsistency.clustering with parameters of type ClusterManager
ClusterLicenseCheck(ClusterManager clusterManager, I18nHelper i18nHelper)
           
 

Uses of ClusterManager in com.atlassian.jira.cluster
 

Classes in com.atlassian.jira.cluster that implement ClusterManager
 class DefaultClusterManager
          Manages the cluster - addition of nodes, removal, etc
 

Constructors in com.atlassian.jira.cluster with parameters of type ClusterManager
DefaultClusterServicesManager(ClusterManager clusterManager, ServiceManager serviceManager, ClusterServicesRegistry clusterServicesRegistry, I18nHelper i18nHelper, NodeStateManager nodeStateManager, com.atlassian.beehive.spi.ClusterNodeHeartBeatDao heartBeatDao, SharedHomeNodeStatusWriter sharedHomeNodeStatusWriter)
           
 

Uses of ClusterManager in com.atlassian.jira.cluster.lock
 

Constructors in com.atlassian.jira.cluster.lock with parameters of type ClusterManager
JiraClusterNodeHeartBeatDao(ClusterManager clusterManager, EntityEngine entityEngine, DatabaseSystemTimeReaderFactory dbTimeReaderFactory)
           
 

Uses of ClusterManager in com.atlassian.jira.index.ha
 

Constructors in com.atlassian.jira.index.ha with parameters of type ClusterManager
DefaultNodeReindexService(ClusterManager clusterManager, OfBizNodeIndexCounterStore ofBizNodeIndexCounterStore, OfBizReplicatedIndexOperationStore ofBizNodeIndexOperationStore, IssueIndexManager indexManager, SharedEntityIndexer sharedEntityIndexer, ProjectManager projectManager, ProjectReindexService projectReindexService, IssueManager issueManager, CommentManager commentManager, OfBizDelegator ofBizDelegator, SharedEntityResolver sharedEntityResolver, TaskManager taskManager, I18nHelper i18nHelper)
           
OfBizNodeIndexCounterStore(OfBizDelegator ofBizDelegator, ClusterManager clusterManager)
           
 

Uses of ClusterManager in com.atlassian.jira.license
 

Constructors in com.atlassian.jira.license with parameters of type ClusterManager
LicenseDetailsFactoryImpl(ApplicationProperties applicationProperties, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, I18nHelper.BeanFactory i18Factory, DateTimeFormatter dateTimeFormatter, com.atlassian.extras.decoder.api.LicenseDecoder decoder, com.atlassian.extras.api.LicenseManager licenseManager, ClusterManager clusterManager, com.atlassian.core.util.Clock clock)
           
SubscriptionLicenseDetails(com.atlassian.extras.api.jira.JiraLicense license, String licenseString, ApplicationProperties applicationProperties, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, I18nHelper.BeanFactory i18nFactory, DateTimeFormatter dateTimeFormatter, com.atlassian.extras.decoder.api.LicenseDecoder licenseDecoder, ClusterManager clusterManager, com.atlassian.core.util.Clock clock)
          
 

Uses of ClusterManager in com.atlassian.jira.plugin
 

Constructors in com.atlassian.jira.plugin with parameters of type ClusterManager
JiraPluginPersistentStateStore(OfBizPluginPersistentStateStore ofBizPluginPersistentStateStore, ClusterManager clusterManager, ApplicationProperties applicationProperties, com.atlassian.beehive.ClusterLockService lockService)
           
 

Uses of ClusterManager in com.atlassian.jira.plugin.navigation
 

Constructors in com.atlassian.jira.plugin.navigation with parameters of type ClusterManager
FooterModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, com.atlassian.plugin.module.ModuleFactory moduleFactory, PermissionManager permissionManager, ApplicationProperties applicationProperties, ClusterManager clusterManager)
           
 

Uses of ClusterManager in com.atlassian.jira.plugin.webfragment.conditions
 

Constructors in com.atlassian.jira.plugin.webfragment.conditions with parameters of type ClusterManager
IsClusteredCondition(ClusterManager clusterManager)
           
 

Uses of ClusterManager in com.atlassian.jira.service.services.index
 

Constructors in com.atlassian.jira.service.services.index with parameters of type ClusterManager
ReplicatedIndexCleaningService(ClusterManager clusterManager, OfBizReplicatedIndexOperationStore ofBizReplicatedIndexOperationStore, JiraDurationUtils jiraDurationUtils, JiraAuthenticationContext jiraAuthenticationContext)
           
 

Uses of ClusterManager in com.atlassian.jira.startup
 

Constructors in com.atlassian.jira.startup with parameters of type ClusterManager
JiraClusteringConfigChecklist(ClusterManager clusterManager, ClusterNodeProperties clusterNodeProperties, I18nHelper i18nHelper, JiraHome jiraHome)
           
 

Uses of ClusterManager in com.atlassian.jira.util.system
 

Constructors in com.atlassian.jira.util.system with parameters of type ClusterManager
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, TrustedApplicationService trustedAppService, OfBizDelegator ofBizDelegator, I18nHelper i18nHelper, UserUtil userUtil, HashRegistryCache registry, LocaleManager localeManager, JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, UpgradeManager upgradeManager, IssueIndexManager indexManager, JiraProperties jiraSystemProperties, ClusterManager clusterManager)
           
 

Uses of ClusterManager in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type ClusterManager
ConfirmNewInstallationWithOldLicense(JiraLicenseUpdaterService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, com.atlassian.crowd.embedded.api.CrowdService crowdService, PermissionManager permissionManager, JiraProperties jiraSystemProperties, ClusterManager clusterManager)
           
 

Uses of ClusterManager in com.atlassian.jira.web.action.admin.index
 

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type ClusterManager
IndexAdminImpl(ProjectManager projectManager, PermissionManager permissionManager, IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, TaskDescriptorBean.Factory factory, IndexPathManager indexPathManager, FileFactory fileFactory, IndexRecoveryService indexRecoveryService, ClusterManager clusterManager, JiraHome jiraHome, I18nHelper.BeanFactory i18nBeanFactory)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.