@PublicApi
public interface ClusterInfo
Modifier and Type | Method and Description |
---|---|
String |
getNodeId()
Provides the node ID for this particular cluster node.
|
boolean |
isClustered()
Returns whether or not this is JIRA instance is configured as a node in a JIRA Data Center cluster.
|
@Nullable String getNodeId()
null
if this is not a clustered environment
(isClustered()
will return false).boolean isClustered()
true
if this is a clustered JIRA instance; false
if this JIRA instance is
not part of a JIRA Data Center cluster.Copyright © 2002-2024 Atlassian. All Rights Reserved.