Uses of Interface
org.apache.zookeeper.AsyncCallback.DataCallback

Packages that use AsyncCallback.DataCallback
org.apache.zookeeper   
 

Uses of AsyncCallback.DataCallback in org.apache.zookeeper
 

Methods in org.apache.zookeeper with parameters of type AsyncCallback.DataCallback
 void ZooKeeper.getData(String path, boolean watch, AsyncCallback.DataCallback cb, Object ctx)
          The asynchronous version of getData.
 void ZooKeeper.getData(String path, Watcher watcher, AsyncCallback.DataCallback cb, Object ctx)
          The asynchronous version of getData.
 



Copyright © 2011 The Apache Software Foundation