Interface ParentACLable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T withACL​(java.util.List<org.apache.zookeeper.data.ACL> aclList, boolean applyToParents)
      Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE).
      • Methods inherited from interface org.apache.curator.framework.api.ACLable

        withACL
    • Method Detail

      • withACL

        T withACL​(java.util.List<org.apache.zookeeper.data.ACL> aclList,
                  boolean applyToParents)
        Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE). If applyToParents is true, then the aclList is applied to the created parents. Existing parent nodes are not affected.
        Parameters:
        aclList - the ACL list to use
        applyToParents - if true, then the aclList is applied to the created parents.
        Returns:
        this