org.apache.blur.zookeeper
Class WatchNodeData

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

public class WatchNodeData
extends Object
implements Closeable


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

Constructor Detail

WatchNodeData

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

watch

public WatchNodeData watch(WatchNodeData.OnChange onChange)

close

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


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