Uses of Interface
org.apache.curator.framework.api.ACLBackgroundPathAndBytesable
-
Packages that use ACLBackgroundPathAndBytesable Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of ACLBackgroundPathAndBytesable in org.apache.curator.framework.api
Subinterfaces of ACLBackgroundPathAndBytesable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceACLCreateModeBackgroundPathAndBytesable<T>interfaceACLCreateModeStatBackgroundPathAndBytesable<T>interfaceCreateBackgroundModeACLableinterfaceCreateBackgroundModeStatACLableinterfaceCreateBuilderinterfaceCreateBuilder2interfaceCreateBuilderMaininterfaceCreateProtectACLCreateModePathAndBytesable<T>interfaceProtectACLCreateModePathAndBytesable<T>interfaceProtectACLCreateModeStatPathAndBytesable<T> -
Uses of ACLBackgroundPathAndBytesable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement ACLBackgroundPathAndBytesable Modifier and Type Class Description classCreateBuilderImplMethods in org.apache.curator.framework.imps that return ACLBackgroundPathAndBytesable Modifier and Type Method Description ACLBackgroundPathAndBytesable<java.lang.String>CreateBuilderImpl. withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList)ACLBackgroundPathAndBytesable<java.lang.String>CreateBuilderImpl. withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList, boolean applyToParents)ACLBackgroundPathAndBytesable<java.lang.String>CreateBuilderImpl. withMode(org.apache.zookeeper.CreateMode mode)
-