Backgroundable<BackgroundPathable<org.apache.zookeeper.data.Stat>>, BackgroundPathable<BackgroundPathable<org.apache.zookeeper.data.Stat>>, ExistsBuilderMain, Pathable<BackgroundPathable<org.apache.zookeeper.data.Stat>>, Watchable<BackgroundPathable<org.apache.zookeeper.data.Stat>>ExistsBuilderImplpublic interface ExistsBuilder extends ExistsBuilderMain
| Modifier and Type | Method | 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
|
inBackground, inBackground, inBackground, inBackground, inBackground, inBackgroundusingWatcher, usingWatcher, watchedACLableExistBuilderMain 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–2018 The Apache Software Foundation. All rights reserved.