Package com.facebook.zookeeper

Examples of com.facebook.zookeeper.BasicZooKeeperFactory


  public ZkQuickConnection(
    String server, int zkTimeoutMillis, int connectTimeoutMillis
  ) throws IOException, InterruptedException, TimeoutException {
    this(
      new BasicZooKeeperFactory(server, zkTimeoutMillis),
      connectTimeoutMillis
    );
  }
View Full Code Here

TOP

Related Classes of com.facebook.zookeeper.BasicZooKeeperFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.