You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by cammckenzie <gi...@git.apache.org> on 2015/05/11 05:03:05 UTC

[GitHub] curator pull request: Curator 161

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

    https://github.com/apache/curator/pull/56#discussion_r30011129
  
    --- Diff: curator-framework/src/main/java/org/apache/curator/framework/api/RemoveWatchesLocal.java ---
    @@ -0,0 +1,17 @@
    +package org.apache.curator.framework.api;
    +
    +/**
    + * Builder to allow the specification of whether it is acceptable to remove client side watch information
    + * in the case where ZK cannot be contacted. 
    + */
    +public interface RemoveWatchesLocal extends BackgroundPathableQuietly<Void>
    +{
    +   
    +    /**
    +     * Specify if the client should just remove client side watches if a connection to ZK
    +     * is not available.
    +     * @return
    +     */
    +    public BackgroundPathableQuietly<Void> local();
    --- End diff --
    
    Done


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---