3435363738394041424344
public DeadServerList(String path) { this.path = path; IZooReaderWriter zoo = ZooReaderWriter.getInstance(); try { zoo.mkdirs(path); } catch (Exception ex) { log.error("Unable to make parent directories of " + path, ex); } }
3334353637383940414243
3536373839404142434445