| Package | Description |
|---|---|
| org.apache.curator.utils |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ZKPaths.mkdirs(org.apache.zookeeper.ZooKeeper zookeeper,
java.lang.String path,
boolean makeLastNode,
InternalACLProvider aclProvider) |
Make sure all the nodes in the path are created.
|
static void |
ZKPaths.mkdirs(org.apache.zookeeper.ZooKeeper zookeeper,
java.lang.String path,
boolean makeLastNode,
InternalACLProvider aclProvider,
boolean asContainers) |
Make sure all the nodes in the path are created.
|
| Constructor | Description |
|---|---|
EnsurePath(java.lang.String path,
java.util.concurrent.atomic.AtomicReference<org.apache.curator.utils.EnsurePath.Helper> helper,
boolean makeLastNode,
InternalACLProvider aclProvider) |
Deprecated.
|
EnsurePath(java.lang.String path,
InternalACLProvider aclProvider) |
Deprecated.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.