public class ClusterAdmin extends Object
| Constructor and Description |
|---|
ClusterAdmin() |
| Modifier and Type | Method and Description |
|---|---|
void |
endClusterMaintenance() |
void |
endGroupMaintenance(String groupName) |
Group[] |
getGroups() |
GroupMember[] |
getMembers(String groupName) |
void |
restartCluster() |
void |
restartClusterGracefully() |
void |
restartGroup(String groupName) |
void |
restartGroupGracefully(String groupName) |
void |
shutdownCluster() |
void |
shutdownClusterGracefully() |
void |
shutdownGroup(String groupName) |
void |
shutdownGroupGracefully(String groupName) |
void |
startClusterMaintenance() |
void |
startGroupMaintenance(String groupName) |
public GroupMember[] getMembers(String groupName) throws Exception
Exceptionpublic void shutdownGroupGracefully(String groupName) throws Exception
Exceptionpublic void restartGroupGracefully(String groupName) throws Exception
Exceptionpublic void shutdownClusterGracefully()
throws Exception
Exceptionpublic void startGroupMaintenance(String groupName) throws Exception
Exceptionpublic void endGroupMaintenance(String groupName) throws Exception
ExceptionCopyright © 2019 WSO2. All rights reserved.