Esempio n. 1
0
 private void setupAndStartImpl() throws Exception {
   if (cluster.size() == 0) {
     return;
   }
   cluster.assignRoles();
   setupAndStartCluster();
 }
Esempio n. 2
0
 private void checkHealthImpl() throws Exception {
   if (cluster.size() == 0) {
     return;
   }
   cluster.assignRoles();
   verifyOperation();
 }