| java.lang.Object | |
| ↳ | com.atlassian.jira.cluster.DefaultNodeStateService |
The NodeStateService implementation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Activate the current node, provided the user has the necessary permissions.
| |||||||||||
Deactivate the node.
| |||||||||||
Indicates whether the current node is active within the cluster.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.cluster.NodeStateService
| |||||||||||||||||
Activate the current node, provided the user has the necessary permissions. This method will block until the node becomes active.
| user | the user performing the activation (required) |
|---|
Deactivate the node. This method will block until the node becomes inactive (passive).
| user | the user performing the deactivation (required) |
|---|
Indicates whether the current node is active within the cluster.

