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
-
Method Details
-
withACL
Set an ACL list (default isZooDefs.Ids.OPEN_ACL_UNSAFE)- Parameters:
aclList- the ACL list to use- Returns:
- this
-