Package org.apache.curator.framework.api
Interface ACLable<T>
-
- All Known Subinterfaces:
ACLableExistBuilderMain,ACLBackgroundPathAndBytesable<T>,ACLCreateModeBackgroundPathAndBytesable<T>,ACLCreateModePathAndBytesable<T>,ACLCreateModeStatBackgroundPathAndBytesable<T>,ACLPathAndBytesable<T>,CreateBackgroundModeACLable,CreateBackgroundModeStatACLable,CreateBuilder,CreateBuilder2,CreateBuilderMain,CreateProtectACLCreateModePathAndBytesable<T>,ParentACLable<T>,ProtectACLCreateModePathAndBytesable<T>,ProtectACLCreateModeStatPathAndBytesable<T>,SetACLBuilder,TransactionCreateBuilder<T>,TransactionCreateBuilder2<T>
- All Known Implementing Classes:
CreateBuilderImpl,ExistsBuilderImpl,SetACLBuilderImpl
public interface ACLable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwithACL(java.util.List<org.apache.zookeeper.data.ACL> aclList)Set an ACL list (default isZooDefs.Ids.OPEN_ACL_UNSAFE)
-
-
-
Method Detail
-
withACL
T withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList)
Set an ACL list (default isZooDefs.Ids.OPEN_ACL_UNSAFE)- Parameters:
aclList- the ACL list to use- Returns:
- this
-
-