java.lang.Object | |
↳ | com.atlassian.jira.cluster.ClusterNodePropertiesImpl |
Responsible for loading the cluster properties from file, if it exists
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | JIRA_CLUSTER_CONFIG_PROPERTIES | ||||||||||
String | JIRA_NODE_ID | ||||||||||
String | JIRA_SHARED_HOME |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the node id for a clustered or HA installation.
| |||||||||||
Get the shared home for a clustered or HA installation.
| |||||||||||
whether the underlying cluster.properties file is valid or not
| |||||||||||
The cluster.properties file is optional.
| |||||||||||
Called to reload the cluster properties.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||
![]()
|
Get the node id for a clustered or HA installation. Will return null if no node id is set.
Get the shared home for a clustered or HA installation. Will return null if no shared home is set.
whether the underlying cluster.properties file is valid or not
The cluster.properties file is optional. If it exists then JIRA is assumed to be in a cluster
Called to reload the cluster properties.