com.atlassian.bitbucket.cluster.ClusterNode |
Describes a single node in a cluster.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves a cluster-wide unique identifier for this node.
| |||||||||||
A long living cluster name that is defined by setting the system property
cluster.node.name | |||||||||||
Retrieves a unique identifier for this node that remains stable while the node is running.
| |||||||||||
Retrieves a cluster-wide unique identifier for this node.
Warning: Plugins should make no assumptions about this ID. That includes:
A long living cluster name that is defined by setting the system property cluster.node.name
Retrieves a unique identifier for this node that remains stable while the node is running.
The value is guaranteed to be unique within the cluster. Unlike the ordinary identifier
, if the
node leaves and joins the cluster, this value remains the same.
true
if this node has fully started up; false
otherwise