Name | Description |
boolean ObjectStatus | Indicates the status of the cluster. |
long TotalNoOfConnections | The total number of connections since the cluster started. |
long CurrentNoOfConnections | The current number of connections of the cluster. |
long CurrentNoOfRealms | The current number of realms in the cluster. |
long CurrentNoOfTopics | The current number of topics in the cluster. |
long CurrentNoOfQueues | The current number of queues in the cluster. |
long CurrentNoOfThreads | The current number of threads in the cluster. |
long TotalConsumed | The total number of events consumed since the cluster started. |
long DeltaTotalConsumed | The delta between polling intervals for the total number of events consumed. |
long TotalPublished | The total number of events published since the cluster started. |
long DeltaTotalPublished | The delta between polling intervals for total number of events published. |
string RealmNames | The names of the member realms in the cluster. |
boolean HasQuorum | Indicates if the cluster can form a quorum. |
boolean IsOnline | Indicates if the cluster is online. |