Github user Randgalt commented on a diff in the pull request:

    https://github.com/apache/curator/pull/42#discussion_r19093393
  
    --- Diff: 
curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java
 ---
    @@ -146,6 +147,17 @@ public Builder setExecutor(CloseableExecutorService 
executorService)
                 this.executorService = checkNotNull(executorService);
                 return this;
             }
    +
    +        /**
    +         * Sets the maximum depth to explore/watch.  A {@code maxDepth} of 
{@code 0} will watch only
    +         * the root node; a {@code maxDepth} of {@code 1} will watch the 
root node and its immediate
    +         * children. Default: {@code Integer.MAX_VALUE}
    +         */
    +        public Builder setMaxDepth(int maxDepth)
    --- End diff --
    
    Might be nice to have a constant for 0 that means one level or even a 
specialized method for setOneLevel().


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to