From dev-return-76254-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Sat Nov 24 13:50:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A1E2118062B for ; Sat, 24 Nov 2018 13:50:55 +0100 (CET) Received: (qmail 17087 invoked by uid 500); 24 Nov 2018 12:50:54 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 17075 invoked by uid 99); 24 Nov 2018 12:50:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2018 12:50:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E69F9E0F7D; Sat, 24 Nov 2018 12:50:53 +0000 (UTC) From: TyqITstudent To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #720: add an API to get total count of recursive sub nodes o... Content-Type: text/plain Message-Id: <20181124125053.E69F9E0F7D@git1-us-west.apache.org> Date: Sat, 24 Nov 2018 12:50:53 +0000 (UTC) Github user TyqITstudent commented on the issue: https://github.com/apache/zookeeper/pull/720 name the API 'countChildren' add a flag to ask for a recursive traversal or simply have the count without listing add also the async version of the method 1. your name is better, I can change method name. 2. you means that the method returns the number of first level children (if flag is false)? 3. I will add the async method. ---