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

    Modifier and Type
    Method
    Description
    withACL(List<org.apache.zookeeper.data.ACL> aclList)
    Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE)
  • Method Details

    • withACL

      T withACL(List<org.apache.zookeeper.data.ACL> aclList)
      Set an ACL list (default is ZooDefs.Ids.OPEN_ACL_UNSAFE)
      Parameters:
      aclList - the ACL list to use
      Returns:
      this