Uses of Interface
com.atlassian.bamboo.beehive.BambooNodeInfo
Package
Description
-
Uses of BambooNodeInfo in com.atlassian.bamboo.beehive
Modifier and TypeMethodDescription@NotNull List<BambooNodeInfo>
BambooClusterNodeHeartBeatRawJdbcDao.findAllNodesInfo()
@NotNull List<BambooNodeInfo>
ClusterNodeHeartbeatDao.findAllNodesInfo()
Get all present in the database nodes together with their heartbeats.@NotNull List<BambooNodeInfo>
BambooClusterNodeHeartBeatRawJdbcDao.findNodesInfoWithHeartbeatsAfter
(long time) @NotNull List<BambooNodeInfo>
ClusterNodeHeartbeatDao.findNodesInfoWithHeartbeatsAfter
(long time) Get all nodes in the database together with their heartbeats in the time window specified by the time argument.@NotNull io.atlassian.fugue.Either<Exception,
List<BambooNodeInfo>> BambooClusterNodeHeartbeatService.getAllNodesInfo()
Get info of all nodes (dead and alive).@NotNull io.atlassian.fugue.Either<Exception,
List<BambooNodeInfo>> BambooClusterNodeHeartbeatServiceImpl.getAllNodesInfo()
ModifierConstructorDescriptionBambooNodeStatusImpl
(@NotNull BambooNodeInfo other, boolean primary, boolean alive) -
Uses of BambooNodeInfo in com.atlassian.bamboo.cluster
Modifier and TypeMethodDescriptionPerNodeLocalQueueFactory.create
(BambooNodeInfo node, int nodeQueueNumber) -
Uses of BambooNodeInfo in com.atlassian.bamboo.cluster.tape
Modifier and TypeMethodDescriptionstatic TapePerNodeLocalQueue
TapePerNodeLocalQueue.create
(File localDirectoryForQueues, BambooNodeInfo node, int nodeQueueNumber) ModifierConstructorDescriptionTapePerNodeLocalQueue
(File localDirectoryForQueues, BambooNodeInfo node, int nodeQueueNumber, Supplier<com.squareup.tape.FileObjectQueue.Converter<CrossNodesEvent>> tapePerNodeLocalQueueConverterSupplier, int maxQueueSize, int maxQueueUsedBytes) -
Uses of BambooNodeInfo in com.atlassian.bamboo.plugins.rest.model.server