示例#1
0
文件: ZkRing.java 项目: thaingo/hank
 public void close() {
   for (Host host : getHosts()) {
     ((ZkHost) host).close();
   }
 }