Uses of Interface
com.atlassian.bamboo.beehive.BambooClusterLockService
-
Packages that use BambooClusterLockService Package Description com.atlassian.bamboo.beehive com.atlassian.bamboo.cluster.state com.atlassian.bamboo.plugin.cluster com.atlassian.bamboo.spring -
-
Uses of BambooClusterLockService in com.atlassian.bamboo.beehive
Classes in com.atlassian.bamboo.beehive that implement BambooClusterLockService Modifier and Type Class Description class
BambooClusterLockServiceImpl
Supports mutual exclusion operations in a cluster environment. -
Uses of BambooClusterLockService in com.atlassian.bamboo.cluster.state
Constructors in com.atlassian.bamboo.cluster.state with parameters of type BambooClusterLockService Constructor Description FileBackedClusterInfoManager(BambooClusterLockService bambooClusterLockService, XStreamManager xStreamManage, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, CrossNodesRemoteBroadcaster crossNodesRemoteBroadcaster)
FileBackedClusterInfoManager(BambooClusterLockService bambooClusterLockService, XStreamManager xStreamManager, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, CrossNodesRemoteBroadcaster crossNodesRemoteBroadcaster, File clusterInfoDirectory, boolean initialStartedValue)
-
Uses of BambooClusterLockService in com.atlassian.bamboo.plugin.cluster
Constructors in com.atlassian.bamboo.plugin.cluster with parameters of type BambooClusterLockService Constructor Description BambooPluginManagerClusterAware(com.atlassian.plugin.manager.PluginPersistentStateStore pluginStateStore, SystemPluginLoaderConfiguration loaderConfiguration, List<com.atlassian.plugin.loaders.PluginLoader> extraPluginLoaders, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory, com.atlassian.plugin.event.PluginEventManager pluginEventManager, File pluginDirectory, com.atlassian.plugin.metadata.PluginMetadataManager pluginMetadataManager, @NotNull PluginClusterAwareEventListener pluginClusterAwareEventListener, @NotNull BambooClusterLockService bambooClusterLockService)
-
Uses of BambooClusterLockService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BambooClusterLockService Modifier and Type Field Description static Supplier<BambooClusterLockService>
ComponentAccessor. CLUSTER_LOCK_SERVICE
Deprecated.
-