Package com.atlassian.bamboo.beehive
Interface ClusterNodeProperties
- All Known Implementing Classes:
BambooClusterNodeProperties
public interface ClusterNodeProperties
Used to lookup cluster properties from the underlying properties file.
- Since:
- v8.0
-
Field Details
-
BAMBOO_CLUSTER_CONFIG_PROPERTIES
- See Also:
-
-
Method Details
-
getNodeId
- Returns:
- node id for a clustered or HA installation.
-
getNodeName
-
getHostname
Returns the IP/hostname configured to be used for this Bamboo Cluster. If none is configured, localhost is returned.- Returns:
- The IP/hostname configured to be used for this Bamboo Cluster.
- Since:
- 9.4.0
-
getInternalCommunicationPort
Returns the port used for internal Bamboo Cluster communication. Bamboo node is listening for requests from other nodes on this port.- Returns:
- the port used for internal cluster communication
- Since:
- 9.4.0
-