Uses of Interface
org.apache.curator.framework.api.ProtectACLCreateModePathAndBytesable
-
Packages that use ProtectACLCreateModePathAndBytesable Package Description org.apache.curator.framework.api -
-
Uses of ProtectACLCreateModePathAndBytesable in org.apache.curator.framework.api
Subinterfaces of ProtectACLCreateModePathAndBytesable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceCreateProtectACLCreateModePathAndBytesable<T>interfaceProtectACLCreateModeStatPathAndBytesable<T>Methods in org.apache.curator.framework.api that return ProtectACLCreateModePathAndBytesable Modifier and Type Method Description ProtectACLCreateModePathAndBytesable<java.lang.String>CreateProtectACLCreateModePathAndBytesable. creatingParentContainersIfNeeded()Causes any parent nodes to get created usingCreateMode.CONTAINERif they haven't already been.ProtectACLCreateModePathAndBytesable<java.lang.String>CreateProtectACLCreateModePathAndBytesable. creatingParentsIfNeeded()Causes any parent nodes to get created if they haven't already been
-