public interface ExistsBuilder extends ExistsBuilderMain
| Modifier and Type | Method and Description |
|---|---|
ACLableExistBuilderMain |
creatingParentContainersIfNeeded()
Causes any parent nodes to get created using
CreateMode.CONTAINER if they haven't already been. |
ACLableExistBuilderMain |
creatingParentsIfNeeded()
Causes any parent nodes to get created if they haven't already been
|
usingWatcher, usingWatcherinBackground, inBackground, inBackground, inBackground, inBackground, inBackgroundACLableExistBuilderMain creatingParentsIfNeeded()
ACLableExistBuilderMain creatingParentContainersIfNeeded()
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.Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.