sodonnel commented on code in PR #6385:
URL: https://github.com/apache/ozone/pull/6385#discussion_r1595694751
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/WithObjectID.java:
##########
@@ -53,6 +53,13 @@ public final long getUpdateID() {
return updateID;
}
+ /**
+ * Returns the generation of the object. Note this is currently the same as
updateID.
+ * @return long
+ */
+ public final long getGeneration() {
Review Comment:
I have moved this down to the OMKeyInfo object.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]