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/13 00:21:00 UTC

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

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dinesh Appavoo updated ZOOKEEPER-3209:
--------------------------------------
    Summary: New `getEphemerals` api to get all the ephemeral nodes created by the session  (was: New `getEphemerals` api to get all the ephemeral nodes created by a session)

> New `getEphemerals` api to get all the ephemeral nodes created by the session
> -----------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-3209
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3209
>             Project: ZooKeeper
>          Issue Type: New Feature
>          Components: other
>            Reporter: Dinesh Appavoo
>            Priority: Major
>              Labels: features
>
> 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)