Uses of Interface
com.atlassian.bamboo.beehive.ClusterNodeHeartbeatDao
-
Packages that use ClusterNodeHeartbeatDao Package Description com.atlassian.bamboo.beehive -
-
Uses of ClusterNodeHeartbeatDao in com.atlassian.bamboo.beehive
Classes in com.atlassian.bamboo.beehive that implement ClusterNodeHeartbeatDao Modifier and Type Class Description class
BambooClusterNodeHeartBeatRawJdbcDao
Constructors in com.atlassian.bamboo.beehive with parameters of type ClusterNodeHeartbeatDao Constructor Description BambooClusterLockRawJdbcDao(@NotNull ClusterNodeHeartbeatDao clusterNodeHeartbeatDao)
BambooClusterLockServiceImpl(@NotNull BambooClusterLockDao bambooClusterLockDao, @NotNull ClusterNodeHeartbeatDao clusterNodeHeartbeatDao)
BambooClusterNodeHeartbeatServiceImpl(@NotNull ClusterNodeHeartbeatDao clusterNodeHeartbeatDao, @NotNull BambooClusterLockDao bambooClusterLockDao, @NotNull NodeLifeStateService nodeLifeStateService, @NotNull AutowiringJobFactory bootstrapJobFactory)
PrimaryNodeServiceImpl(@NotNull ClusterNodeHeartbeatDao clusterNodeHeartbeatDao, @NotNull AutowiringJobFactory bootstrapJobFactory, @NotNull BambooClusterLockServiceImpl bambooClusterLockService)
-