372373374375376377378379380
ret.start(); return ret; } public static CuratorFramework newCuratorStarted(Map conf, List<String> servers, Object port) { CuratorFramework ret = newCurator(conf, servers, port); ret.start(); return ret; }