public class ClusterPanicAnalyticsEvent extends Object
ClusterSafetyManager detects a fatal error in the configuration of the cluster.ClusterSafetyManager,
ClusterSafetyJob| Constructor and Description |
|---|
ClusterPanicAnalyticsEvent(boolean isClustered,
int nodesCount,
int maxNodes,
int maxUsers) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxNodes()
Get maximum number of nodes allowed by current license
|
int |
getMaxUsers()
Get maximum number of users allowed by current license
|
int |
getNodesCount()
Get number of cluster nodes up and running at the time when panic happens
|
boolean |
isClustered() |
public ClusterPanicAnalyticsEvent(boolean isClustered,
int nodesCount,
int maxNodes,
int maxUsers)
public boolean isClustered()
public int getNodesCount()
public int getMaxNodes()
public int getMaxUsers()
-1 if unlimitedCopyright © 2003–2022 Atlassian. All rights reserved.