Interface ExistsBuilder

    • Method Detail

      • creatingParentsIfNeeded

        ACLableExistBuilderMain creatingParentsIfNeeded()
        Causes any parent nodes to get created if they haven't already been
        Returns:
        this
      • creatingParentContainersIfNeeded

        ACLableExistBuilderMain creatingParentContainersIfNeeded()
        Causes any parent nodes to get created using CreateMode.CONTAINER if they haven't already been. IMPORTANT NOTE: container creation is a new feature in recent versions of ZooKeeper. If the ZooKeeper version you're using does not support containers, the parent nodes are created as ordinary PERSISTENT nodes.
        Returns:
        this