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

Packages that use AsyncCallback.StatCallback
org.apache.zookeeper   
 

Uses of AsyncCallback.StatCallback in org.apache.zookeeper
 

Methods in org.apache.zookeeper with parameters of type AsyncCallback.StatCallback
 void ZooKeeper.exists(String path, boolean watch, AsyncCallback.StatCallback cb, Object ctx)
          The Asynchronous version of exists.
 void ZooKeeper.exists(String path, Watcher watcher, AsyncCallback.StatCallback cb, Object ctx)
          The Asynchronous version of exists.
 void ZooKeeper.setACL(String path, List<ACL> acl, int version, AsyncCallback.StatCallback cb, Object ctx)
          The Asynchronous version of setACL.
 void ZooKeeper.setData(String path, byte[] data, int version, AsyncCallback.StatCallback cb, Object ctx)
          The Asynchronous version of setData.
 



Copyright © 2011 The Apache Software Foundation