Uses of Class
org.apache.zookeeper.data.ACL
Packages that use ACL
-
Uses of ACL in org.apache.zookeeper.proto
Methods in org.apache.zookeeper.proto that return types with arguments of type ACLModifier and TypeMethodDescriptionCreateRequest.getAcl()CreateTTLRequest.getAcl()GetACLResponse.getAcl()SetACLRequest.getAcl()Method parameters in org.apache.zookeeper.proto with type arguments of type ACLModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructor parameters in org.apache.zookeeper.proto with type arguments of type ACLModifierConstructorDescriptionCreateRequest(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 ACLModifier and TypeMethodDescriptionCreateContainerTxn.getAcl()CreateTTLTxn.getAcl()CreateTxn.getAcl()CreateTxnV0.getAcl()SetACLTxn.getAcl()Method parameters in org.apache.zookeeper.txn with type arguments of type ACLModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidConstructor parameters in org.apache.zookeeper.txn with type arguments of type ACLModifierConstructorDescriptionCreateContainerTxn(String path, byte[] data, List<ACL> acl, int parentCVersion) CreateTTLTxn(String path, byte[] data, List<ACL> acl, int parentCVersion, long ttl) CreateTxnV0(String path, byte[] data, List<ACL> acl, boolean ephemeral)