captainzmc commented on a change in pull request #814:
URL: https://github.com/apache/hadoop-ozone/pull/814#discussion_r429712303
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmKeyArgs.java
##########
@@ -256,11 +263,16 @@ public Builder setSortDatanodesInPipeline(boolean sort) {
return this;
}
+ public Builder setKeyNameList(List<String> keyList) {
+ this.keyNameList = keyList;
+ return this;
+ }
+
public OmKeyArgs build() {
return new OmKeyArgs(volumeName, bucketName, keyName, dataSize, type,
Review comment:
I will delete keyNameList in KeyArgs, by use list of KeyArgs. To avoid
changes to KeyArgs.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]