Uses of Interface
org.apache.curator.utils.InternalACLProvider
-
Packages that use InternalACLProvider Package Description org.apache.curator.utils -
-
Uses of InternalACLProvider in org.apache.curator.utils
Methods in org.apache.curator.utils with parameters of type InternalACLProvider Modifier and Type Method Description static voidZKPaths. 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 voidZKPaths. 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.Constructors in org.apache.curator.utils with parameters of type InternalACLProvider 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.
-