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