Uses of Class
org.apache.zookeeper.data.ACL
-
Packages that use ACL Package Description org.apache.zookeeper.proto org.apache.zookeeper.txn -
-
Uses of ACL in org.apache.zookeeper.proto
Methods in org.apache.zookeeper.proto that return types with arguments of type ACL Modifier and Type Method Description List<ACL>
CreateRequest. getAcl()
List<ACL>
CreateTTLRequest. getAcl()
List<ACL>
GetACLResponse. getAcl()
List<ACL>
SetACLRequest. getAcl()
Method parameters in org.apache.zookeeper.proto with type arguments of type ACL Modifier and Type Method Description void
CreateRequest. setAcl(List<ACL> m_)
void
CreateTTLRequest. setAcl(List<ACL> m_)
void
GetACLResponse. setAcl(List<ACL> m_)
void
SetACLRequest. setAcl(List<ACL> m_)
Constructor parameters in org.apache.zookeeper.proto with type arguments of type ACL Constructor Description CreateRequest(String path, byte[] data, List<ACL> acl, int flags)
CreateTTLRequest(String path, byte[] data, List<ACL> acl, int flags, long ttl)
GetACLResponse(List<ACL> acl, Stat stat)
SetACLRequest(String path, List<ACL> acl, int version)
-
Uses of ACL in org.apache.zookeeper.txn
Methods in org.apache.zookeeper.txn that return types with arguments of type ACL Modifier and Type Method Description List<ACL>
CreateContainerTxn. getAcl()
List<ACL>
CreateTTLTxn. getAcl()
List<ACL>
CreateTxn. getAcl()
List<ACL>
CreateTxnV0. getAcl()
List<ACL>
SetACLTxn. getAcl()
Method parameters in org.apache.zookeeper.txn with type arguments of type ACL Modifier and Type Method Description void
CreateContainerTxn. setAcl(List<ACL> m_)
void
CreateTTLTxn. setAcl(List<ACL> m_)
void
CreateTxn. setAcl(List<ACL> m_)
void
CreateTxnV0. setAcl(List<ACL> m_)
void
SetACLTxn. setAcl(List<ACL> m_)
Constructor parameters in org.apache.zookeeper.txn with type arguments of type ACL Constructor Description CreateContainerTxn(String path, byte[] data, List<ACL> acl, int parentCVersion)
CreateTTLTxn(String path, byte[] data, List<ACL> acl, int parentCVersion, long ttl)
CreateTxn(String path, byte[] data, List<ACL> acl, boolean ephemeral, int parentCVersion)
CreateTxnV0(String path, byte[] data, List<ACL> acl, boolean ephemeral)
SetACLTxn(String path, List<ACL> acl, int version)
-