ACLable<T>ACLBackgroundPathAndBytesable<T>, ACLCreateModeBackgroundPathAndBytesable<T>, ACLCreateModePathAndBytesable<T>, ACLCreateModeStatBackgroundPathAndBytesable<T>, ACLPathAndBytesable<T>, CreateBackgroundModeACLable, CreateBackgroundModeStatACLable, CreateBuilder, CreateBuilder2, CreateBuilderMain, CreateProtectACLCreateModePathAndBytesable<T>, ProtectACLCreateModePathAndBytesable<T>, ProtectACLCreateModeStatPathAndBytesable<T>, TransactionCreateBuilder<T>, TransactionCreateBuilder2<T>CreateBuilderImplpublic interface ParentACLable<T> extends ACLable<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList,
boolean applyToParents) |
Set an ACL list (default is
ZooDefs.Ids.OPEN_ACL_UNSAFE). |
T withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList, boolean applyToParents)
ZooDefs.Ids.OPEN_ACL_UNSAFE).
If applyToParents is true, then the aclList is applied to the created parents.
Existing parent nodes are not affected.aclList - the ACL list to useapplyToParents - if true, then the aclList is applied to the created parents.Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.