Cluster.getClusterName()
Signature
String getClusterName()
Domain
action, condition, query
Description
Returns the name of the BE cluster that this agent is connected
Returns
Type | Description |
String | The name of the BE cluster |
Example
String cName = ClusterFunctions.getClusterName();