@Component @Conditional(value=IsClusteredCondition.class) public class NodeAttributesProvider extends Object
customNodeAttributes
for the node.Constructor and Description |
---|
NodeAttributesProvider(ClusteredCache clusteredCache,
ClusterManager clusterManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver) |
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.cluster.monitoring.spi.model.NodeInformation.CustomNodeAttribute> |
getCustomNodeAttributes(Node node)
Generates customNodeAttributes for a node, consisting of NodeState and AppState.
|
public NodeAttributesProvider(ClusteredCache clusteredCache, ClusterManager clusterManager, com.atlassian.sal.api.message.I18nResolver i18nResolver)
public List<com.atlassian.cluster.monitoring.spi.model.NodeInformation.CustomNodeAttribute> getCustomNodeAttributes(Node node)
node
- the nodeCopyright © 2002-2023 Atlassian. All Rights Reserved.