com.atlassian.jira.cluster.ClusterManager |
![]()
|
Manages the cluster - addition of nodes, removal, etc
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ALL_NODES | ||||||||||
String | ANY_NODE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a snapshot of the live nodes.
| |||||||||||
Returns all the nodes in the cluster.
| |||||||||||
Returns whether or not JIRA is licensed for clustered configurations.
| |||||||||||
Merges the information from the heartbeat table and the clusternode table
to give accurate information of which nodes are alive.
| |||||||||||
We send a message to the node we wish a copy from.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Returns a snapshot of the live nodes. This collection is refreshed in every heartbeat of the server. Or you can force it calling refreshLiveNodes()
Returns all the nodes in the cluster. If not clustered this will return an empty set.
Node
s in a cluster
Returns whether or not JIRA is licensed for clustered configurations.
Merges the information from the heartbeat table and the clusternode table to give accurate information of which nodes are alive.
We send a message to the node we wish a copy from.
node | Node to send the message to get an Index Copy from. |
---|