xiaoyuyao commented on a change in pull request #927: HDDS-1543. Implement 
addAcl,removeAcl,setAcl,getAcl for Prefix. Contr…
URL: https://github.com/apache/hadoop/pull/927#discussion_r292166985
 
 

 ##########
 File path: 
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/acl/OzoneObjInfo.java
 ##########
 @@ -149,6 +174,11 @@ public Builder setKeyName(String key) {
       return this;
     }
 
+    public Builder setPrefixName(String prefix) {
+      this.keyName = prefix;
 
 Review comment:
   Same as above. This is transparent to the caller. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to