org.apache.curator.framework.api
Interface ACLable<T>

All Known Subinterfaces:
ACLBackgroundPathable<T>, ACLBackgroundPathAndBytesable<T>, ACLCreateModeBackgroundPathAndBytesable<T>, ACLCreateModePathAndBytesable<T>, ACLPathAndBytesable<T>, ACLVersionBackgroundPathable<T>, CreateBackgroundModeACLable, CreateBuilder, ProtectACLCreateModePathAndBytesable<T>, SetACLBuilder, TransactionCreateBuilder

public interface ACLable<T>


Method Summary
 T withACL(List<org.apache.zookeeper.data.ACL> aclList)
          Set an ACL list (default is ZooDefs.Ids#OPEN_ACL_UNSAFE)
 

Method Detail

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


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.