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 TypeMethodDescriptionvoid
ZooKeeper.getEphemerals
(String prefixPath, AsyncCallback.EphemeralsCallback cb, Object ctx) Asynchronously gets all the ephemeral nodes matching prefixPath created by this session.void
ZooKeeper.getEphemerals
(AsyncCallback.EphemeralsCallback cb, Object ctx) Asynchronously gets all the ephemeral nodes created by this session.