* @date 2013-6-14
*/
private void initInternal(String hosts, String defaultPrefixString)
throws IOException, InterruptedException {
store = new ResilientActiveKeyValueStore();
store.connect(hosts);
// 新建父目录
makeDir(defaultPrefixString, ZooUtils.getIp());
}