Interface ACLable<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)
      Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE)
    • Method Detail

      • withACL

        T withACL​(java.util.List<org.apache.zookeeper.data.ACL> aclList)
        Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE)
        Parameters:
        aclList - the ACL list to use
        Returns:
        this