Uses of Interface
org.apache.curator.utils.InternalACLProvider
Packages that use InternalACLProvider
Package
Description
-
Uses of InternalACLProvider in org.apache.curator.framework.api
Subinterfaces of InternalACLProvider in org.apache.curator.framework.api -
Uses of InternalACLProvider in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement InternalACLProvider -
Uses of InternalACLProvider in org.apache.curator.utils
Methods in org.apache.curator.utils with parameters of type InternalACLProviderModifier and TypeMethodDescriptionstatic voidZKPaths.mkdirs(org.apache.zookeeper.ZooKeeper zookeeper, String path, boolean makeLastNode, InternalACLProvider aclProvider) Make sure all the nodes in the path are created.static voidZKPaths.mkdirs(org.apache.zookeeper.ZooKeeper zookeeper, 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 InternalACLProviderModifierConstructorDescriptionprotectedEnsurePath(String path, AtomicReference<org.apache.curator.utils.EnsurePath.Helper> helper, boolean makeLastNode, InternalACLProvider aclProvider) Deprecated.EnsurePath(String path, InternalACLProvider aclProvider) Deprecated.