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_r292166728
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/acl/OzoneObjInfo.java
##########
@@ -70,37 +77,55 @@ public String getKeyName() {
return keyName;
}
+ @Override
+ public String getPrefixName() {
+ return keyName;
+ }
Review comment:
Because both keyName and prefixName are String type, there is no easy way to
accomodate both in OzoneObjInfo() in the constructor.
----------------------------------------------------------------
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]