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