public class ClusterManagementBeans extends Object
| Constructor and Description |
|---|
ClusterManagementBeans() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllClusterNodeAddresses()
Gets the IP addresses and ports of the nodes in a cluster
|
String |
getCoordinatorNodeAddress()
Gets the coordinator node's host address and port in a cluster
|
String |
getMyNodeID()
Gets the current node's ID
|
boolean |
getStoreHealth()
Gets the message store's health status
|
boolean |
isClusteringEnabled()
Checks whether clustering is enabled
|
public boolean isClusteringEnabled()
throws ClusterMgtException
ClusterMgtExceptionpublic String getMyNodeID() throws ClusterMgtException
ClusterMgtExceptionpublic String getCoordinatorNodeAddress() throws ClusterMgtException
ClusterMgtExceptionpublic List<String> getAllClusterNodeAddresses() throws ClusterMgtException
ClusterMgtExceptionpublic boolean getStoreHealth()
throws ClusterMgtException
ClusterMgtExceptionCopyright © 2017 WSO2. All rights reserved.