Beispiel #1
0
 public void start() throws Exception {
   this.startZookeeper();
   vmClusterBuilder.start();
 }
Beispiel #2
0
 public void shutdown() throws Exception {
   vmClusterBuilder.shutdown();
   zookeeperServer.shutdown();
 }
Beispiel #3
0
 public VMClient getVMClient() {
   return vmClusterBuilder.getVMClient();
 }