Exemplo n.º 1
0
 public void close() {
   for (Host host : getHosts()) {
     ((ZkHost) host).close();
   }
 }