Ejemplo n.º 1
0
 private void watchForCreation() throws InterruptedException, KeeperException {
   value = null;
   zk.exists(nodePath, watcher);
 }