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
ClusterMgtException
public String getMyNodeID() throws ClusterMgtException
ClusterMgtException
public String getCoordinatorNodeAddress() throws ClusterMgtException
ClusterMgtException
public List<String> getAllClusterNodeAddresses() throws ClusterMgtException
ClusterMgtException
public boolean getStoreHealth() throws ClusterMgtException
ClusterMgtException
Copyright © 2019 WSO2. All rights reserved.