Class ClusterAdmin
java.lang.Object
org.wso2.carbon.cluster.mgt.admin.ClusterAdmin
Cluster Administration Service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidendGroupMaintenance(String groupName) Group[]getMembers(String groupName) voidvoidvoidrestartGroup(String groupName) voidrestartGroupGracefully(String groupName) voidvoidvoidshutdownGroup(String groupName) voidshutdownGroupGracefully(String groupName) voidvoidstartGroupMaintenance(String groupName)
-
Constructor Details
-
ClusterAdmin
public ClusterAdmin()
-
-
Method Details
-
getMembers
- Throws:
Exception
-
getGroups
- Throws:
Exception
-
shutdownGroup
- Throws:
Exception
-
restartGroup
- Throws:
Exception
-
shutdownGroupGracefully
- Throws:
Exception
-
restartGroupGracefully
- Throws:
Exception
-
shutdownCluster
- Throws:
Exception
-
shutdownClusterGracefully
- Throws:
Exception
-
restartCluster
- Throws:
Exception
-
restartClusterGracefully
- Throws:
Exception
-
startGroupMaintenance
- Throws:
Exception
-
endGroupMaintenance
- Throws:
Exception
-
startClusterMaintenance
- Throws:
Exception
-
endClusterMaintenance
- Throws:
Exception
-