Cluster.getClusterName()

Signature

Sring getClusterName()

Domain

action, condition, query

Description

Returns the name of the BE cluster that this agent is connected

Parameters

None.

Returns

TypeDescription
StringCluster name

Cautions

none

Example


String cName = ClusterFunctions.getClusterName();