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

Packages that use AsyncCallback.VoidCallback
org.apache.zookeeper   
 

Uses of AsyncCallback.VoidCallback in org.apache.zookeeper
 

Methods in org.apache.zookeeper with parameters of type AsyncCallback.VoidCallback
 void ZooKeeper.delete(String path, int version, AsyncCallback.VoidCallback cb, Object ctx)
          The asynchronous version of delete.
 void ZooKeeper.sync(String path, AsyncCallback.VoidCallback cb, Object ctx)
          Asynchronous sync.
 



Copyright © 2012 The Apache Software Foundation