HorizonNet commented on a change in pull request #1761:
URL: https://github.com/apache/hbase/pull/1761#discussion_r431373634



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsSink.java
##########
@@ -98,4 +99,21 @@ public long getAgeOfLastAppliedOp() {
   public long getTimestampOfLastAppliedOp() {
     return this.lastTimestampForAge;
   }
+
+  /**
+   * Gets the time stamp from when the Sink was initialized.
+   * @return startTimestamp
+   */
+  public long getStartTimestamp() {
+    return startTimestamp;

Review comment:
       Add `this` to stay consistent to the other getters here.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to