Examples of ZkQuickConnectionManager


Examples of com.facebook.zookeeper.convenience.ZkQuickConnectionManager

  public ZNodeBulkLoader(ZkQuickConnectionManager zkQuickConnectionManager) {
    super(zkQuickConnectionManager);
  }

  public ZNodeBulkLoader() {
    this(new ZkQuickConnectionManager());
  }
View Full Code Here

Examples of com.facebook.zookeeper.convenience.ZkQuickConnectionManager

  public ZNodeDump(ZkQuickConnectionManager zkQuickConnectionManager) {
    super(zkQuickConnectionManager);
  }

  public ZNodeDump() {
    this(new ZkQuickConnectionManager());
  }
View Full Code Here

Examples of com.facebook.zookeeper.convenience.ZkQuickConnectionManager

  public ZNodePruner(ZkQuickConnectionManager zkQuickConnectionManager) {
    super(zkQuickConnectionManager);
  }

  public ZNodePruner() {
    this(new ZkQuickConnectionManager());
  }
View Full Code Here

Examples of com.facebook.zookeeper.convenience.ZkQuickConnectionManager

    pruner = new ZNodePruner(zkQuickConnectionManager);
    // Share the provided connection
  }

  public ZNodeSync() {
    this(new ZkQuickConnectionManager());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.