Zookeeper 系列(五)Curator API 一.Curator 使用 Curator 框架中使用链式编程风格,易读性更强,使用工程方法创建连接对象使用. (1) CuratorFrameworkFactory :俩个静态工厂方法(参数不同)来实现 参数1: connectString,连接串 参数2: retryPolicy,重试连接策略.有四种实现分别为:ExponentialBackoffRetry.RetryNTimes. RetryOneTimes.RetryUntilElap…