Uses of Interface
com.atlassian.bamboo.beehive.BambooNodeInfo
-
Packages that use BambooNodeInfo Package Description com.atlassian.bamboo.beehive com.atlassian.bamboo.cluster com.atlassian.bamboo.cluster.tape com.atlassian.bamboo.plugins.rest.model.server -
-
Uses of BambooNodeInfo in com.atlassian.bamboo.beehive
Subinterfaces of BambooNodeInfo in com.atlassian.bamboo.beehive Modifier and Type Interface Description interface
BambooNodeStatus
Status of a Bamboo node.Classes in com.atlassian.bamboo.beehive that implement BambooNodeInfo Modifier and Type Class Description class
BambooNodeStatusImpl
Methods in com.atlassian.bamboo.beehive that return types with arguments of type BambooNodeInfo Modifier and Type Method Description @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()
Constructors in com.atlassian.bamboo.beehive with parameters of type BambooNodeInfo Constructor Description BambooNodeStatusImpl(@NotNull BambooNodeInfo other, boolean primary, boolean alive)
-
Uses of BambooNodeInfo in com.atlassian.bamboo.cluster
Methods in com.atlassian.bamboo.cluster with parameters of type BambooNodeInfo Modifier and Type Method Description PerNodeLocalQueue
PerNodeLocalQueueFactory. create(BambooNodeInfo node, int nodeQueueNumber)
-
Uses of BambooNodeInfo in com.atlassian.bamboo.cluster.tape
Methods in com.atlassian.bamboo.cluster.tape with parameters of type BambooNodeInfo Modifier and Type Method Description static TapePerNodeLocalQueue
TapePerNodeLocalQueue. create(File localDirectoryForQueues, BambooNodeInfo node, int nodeQueueNumber)
Constructors in com.atlassian.bamboo.cluster.tape with parameters of type BambooNodeInfo Constructor Description TapePerNodeLocalQueue(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
Classes in com.atlassian.bamboo.plugins.rest.model.server that implement BambooNodeInfo Modifier and Type Class Description class
RestNodeStatus
-