Uses of Interface
org.apache.curator.utils.InternalACLProvider
Package
Description
-
Uses of InternalACLProvider in org.apache.curator.framework.api
-
Uses of InternalACLProvider in org.apache.curator.framework.imps
-
Uses of InternalACLProvider in org.apache.curator.utils
Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionprotected
EnsurePath
(String path, AtomicReference<org.apache.curator.utils.EnsurePath.Helper> helper, boolean makeLastNode, InternalACLProvider aclProvider) Deprecated.EnsurePath
(String path, InternalACLProvider aclProvider) Deprecated.