| Package | Description | 
|---|---|
| org.apache.zookeeper | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ZooKeeper.create(String path,
      byte[] data,
      List<ACL> acl,
      CreateMode createMode,
      AsyncCallback.StringCallback cb,
      Object ctx)
The asynchronous version of create. 
 | 
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. 
 | 
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.