Uses of Interface
org.apache.zookeeper.AsyncCallback.EphemeralsCallback
Packages that use AsyncCallback.EphemeralsCallback
-
Uses of AsyncCallback.EphemeralsCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.EphemeralsCallbackModifier and TypeMethodDescriptionvoidZooKeeper.getEphemerals(String prefixPath, AsyncCallback.EphemeralsCallback cb, Object ctx) Asynchronously gets all the ephemeral nodes matching prefixPath created by this session.voidZooKeeper.getEphemerals(AsyncCallback.EphemeralsCallback cb, Object ctx) Asynchronously gets all the ephemeral nodes created by this session.