[
https://issues.apache.org/jira/browse/ZOOKEEPER-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744607#comment-16744607
]
Hudson commented on ZOOKEEPER-3209:
-----------------------------------
SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #354 (See
[https://builds.apache.org/job/ZooKeeper-trunk/354/])
ZOOKEEPER-3209: Fix compilation error (andor: rev
ed4fad3c1af9b15f2c54ccd91f7c09a913c23c40)
* (edit)
zookeeper-server/src/main/java/org/apache/zookeeper/server/FinalRequestProcessor.java
> 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
> Assignee: Dinesh Appavoo
> Priority: Major
> Labels: features, pull-request-available
> Fix For: 3.6.0
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> 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)