Uses of Interface
com.atlassian.bamboo.beehive.BambooNodeInfo
Packages that use BambooNodeInfo
Package
Description
-
Uses of BambooNodeInfo in com.atlassian.bamboo.beehive
Subinterfaces of BambooNodeInfo in com.atlassian.bamboo.beehiveClasses in com.atlassian.bamboo.beehive that implement BambooNodeInfoMethods in com.atlassian.bamboo.beehive that return types with arguments of type BambooNodeInfoModifier 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()Constructors in com.atlassian.bamboo.beehive with parameters of type BambooNodeInfoModifierConstructorDescriptionBambooNodeStatusImpl(@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 BambooNodeInfoModifier and TypeMethodDescriptionPerNodeLocalQueueFactory.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 BambooNodeInfoModifier and TypeMethodDescriptionstatic TapePerNodeLocalQueueTapePerNodeLocalQueue.create(File localDirectoryForQueues, BambooNodeInfo node, int nodeQueueNumber) Constructors in com.atlassian.bamboo.cluster.tape with parameters of type BambooNodeInfoModifierConstructorDescriptionTapePerNodeLocalQueue(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