You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Dinesh Appavoo (JIRA)" <ji...@apache.org> on 2018/12/07 23:26:00 UTC

[jira] [Created] (ZOOKEEPER-3209) New `getEphemerals` api to get all the ephemeral nodes created by a session

Dinesh Appavoo created ZOOKEEPER-3209:
-----------------------------------------

             Summary: New `getEphemerals` api to get all the ephemeral nodes created by a session
                 Key: ZOOKEEPER-3209
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3209
             Project: ZooKeeper
          Issue Type: New Feature
          Components: other
            Reporter: Dinesh Appavoo


New API `getEphemerals()` to get all the ephemeral nodes created by the session by providing the prefix path. 
* get the prefix path as a input parameter and return a list of string (ephemeral nodes)
* If the prefix path is `/` return all the ephemeral nodes created by the session
* Provide synchronous and asynchronous API's with same functionality




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)