Cluster name
This sets the name and password used to form independent clusters, as shown in the following code:
<group> <name>dev</name> <password>dev-pass</password> </group> GroupConfig gc = config.getGroupConfig(); gc.setName("dev").setPassword("dev-pass");