Uses of Class
org.apache.zookeeper.ZooKeeper
Packages that use ZooKeeper
Package
Description
-
Uses of ZooKeeper in org.apache.zookeeper
Fields in org.apache.zookeeper declared as ZooKeeperMethods in org.apache.zookeeper with parameters of type ZooKeeperModifier and TypeMethodDescriptionstatic void
ZKUtil.deleteRecursive
(ZooKeeper zk, String pathRoot) Same asZKUtil.deleteRecursive(org.apache.zookeeper.ZooKeeper, java.lang.String, int)
kept here for compatibility with 3.5 clients.static boolean
ZKUtil.deleteRecursive
(ZooKeeper zk, String pathRoot, int batchSize) Recursively delete the node with the given path.static void
ZKUtil.deleteRecursive
(ZooKeeper zk, String pathRoot, AsyncCallback.VoidCallback cb, Object ctx) Recursively delete the node with the given path.ZKUtil.listSubTreeBFS
(ZooKeeper zk, String pathRoot) BFS Traversal of the system under pathRoot, with the entries in the list, in the same order as that of the traversal.static void
ZKUtil.visitSubTreeDFS
(ZooKeeper zk, String path, boolean watch, AsyncCallback.StringCallback cb) Visits the subtree with root as given path and calls the passed callback with each znode found during the search.Constructors in org.apache.zookeeper with parameters of type ZooKeeper -
Uses of ZooKeeper in org.apache.zookeeper.admin
Subclasses of ZooKeeper in org.apache.zookeeper.adminModifier and TypeClassDescriptionclass
This is the main class for ZooKeeperAdmin client library. -
Uses of ZooKeeper in org.apache.zookeeper.cli
Fields in org.apache.zookeeper.cli declared as ZooKeeperMethods in org.apache.zookeeper.cli with parameters of type ZooKeeperModifier and TypeMethodDescriptionstatic boolean
SetQuotaCommand.createQuota
(ZooKeeper zk, String path, StatsTrack quota) this method creates a quota node for the pathstatic boolean
DelQuotaCommand.delQuota
(ZooKeeper zk, String path, StatsTrack quota) this method deletes quota for a node.static List<StatsTrack>
void
set the zookeeper instance -
Uses of ZooKeeper in org.apache.zookeeper.inspector.manager
Constructors in org.apache.zookeeper.inspector.manager with parameters of type ZooKeeperModifierConstructorDescriptionNodesCache
(ZooKeeper zooKeeper) NodeWatcher
(String nodePath, NodeListener nodeListener, ZooKeeper zookeeper) -
Uses of ZooKeeper in org.apache.zookeeper.retry
Subclasses of ZooKeeper in org.apache.zookeeper.retryModifier and TypeClassDescriptionclass
A Class which extendsZooKeeper
and will automatically retry calls to zookeeper if aKeeperException.ConnectionLossException
occurs. -
Uses of ZooKeeper in org.apache.zookeeper.test.system
Constructors in org.apache.zookeeper.test.system with parameters of type ZooKeeper