org.apache.blur.zookeeper
Class WatchNodeExistance

java.lang.Object
  extended by org.apache.blur.zookeeper.WatchNodeExistance
All Implemented Interfaces:
Closeable

public class WatchNodeExistance
extends Object
implements Closeable


Nested Class Summary
static class WatchNodeExistance.OnChange
           
 
Constructor Summary
WatchNodeExistance(org.apache.zookeeper.ZooKeeper zooKeeper, String path)
           
 
Method Summary
 void close()
           
 WatchNodeExistance watch(WatchNodeExistance.OnChange onChange)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchNodeExistance

public WatchNodeExistance(org.apache.zookeeper.ZooKeeper zooKeeper,
                          String path)
Method Detail

watch

public WatchNodeExistance watch(WatchNodeExistance.OnChange onChange)

close

public void close()
Specified by:
close in interface Closeable


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.