Uses of Class
org.apache.zookeeper.ZooKeeper

Packages that use ZooKeeper
org.apache.zookeeper   
 

Uses of ZooKeeper in org.apache.zookeeper
 

Fields in org.apache.zookeeper declared as ZooKeeper
protected  ZooKeeper ZooKeeperMain.zk
           
 

Methods in org.apache.zookeeper with parameters of type ZooKeeper
static boolean ZooKeeperMain.createQuota(ZooKeeper zk, String path, long bytes, int numNodes)
          this method creates a quota node for the path
static boolean ZooKeeperMain.delQuota(ZooKeeper zk, String path, boolean bytes, boolean numNodes)
          this method deletes quota for a node.
 

Constructors in org.apache.zookeeper with parameters of type ZooKeeper
ClientCnxn(String hosts, int sessionTimeout, ZooKeeper zooKeeper, ClientWatchManager watcher)
          Creates a connection object.
ClientCnxn(String hosts, int sessionTimeout, ZooKeeper zooKeeper, ClientWatchManager watcher, long sessionId, byte[] sessionPasswd)
          Creates a connection object.
ZooKeeperMain(ZooKeeper zk)
           
 



Copyright © 2012 The Apache Software Foundation