yanhuahayi

Results 2 issues of yanhuahayi

public class ZooKeeperConnection { private Logger logger = LoggerFactory.getLogger(this.getClass().getName()); private ZooKeeper zooKeeper; private int sessionTimeout = 50000; private final CountDownLatch connectedSignal = new CountDownLatch(1); **public ZooKeeper connect(String host) throws IOException,...

如果网络不方便的情况下可以离线使用吗?