Ejemplo n.º 1
0
 private void watchForData() throws InterruptedException, KeeperException {
   if (LOG.isTraceEnabled()) {
     LOG.trace(String.format("Getting value for %s", nodePath));
   }
   value = decode(zk.getData(nodePath, watcher, stat));
 }