TcpClusterStatus:getMemberCount
Method
Purpose
This method (on all platforms) returns total number of members in the cluster (including Cluster Managers, Hawk agents, and console applications).
Type
Open, Synchronous, IMPACT_INFO.
Arguments
None
Returns
Name |
Type |
Description |
Daemon Count |
Integer |
Number of Cluster Managers in the cluster. |
Agent Count |
Integer |
Number of Hawk agents present in the cluster. |
Console Count |
Integer |
Number of Console applications in the cluster. |
Total Count |
Integer |
Total number of members in the cluster. |