Package org.linkedin.zookeeper.client

Examples of org.linkedin.zookeeper.client.ZooKeeperFactory


    /**
     * Constructor
     */
    public ZKClient(String connectString, Timespan sessionTimeout, Watcher watcher)
    {
        this(new ZooKeeperFactory(connectString, sessionTimeout, watcher));
    }
View Full Code Here

TOP

Related Classes of org.linkedin.zookeeper.client.ZooKeeperFactory

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.