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
Exception
public void shutdownGroupGracefully(String groupName) throws Exception
Exception
public void restartGroupGracefully(String groupName) throws Exception
Exception
public void shutdownClusterGracefully() throws Exception
Exception
public void startGroupMaintenance(String groupName) throws Exception
Exception
public void endGroupMaintenance(String groupName) throws Exception
Exception
Copyright © 2017 WSO2. All rights reserved.