HBASE-23736 Removed deprecated getTimeStampOfLastAppliedOp from MetricsSink

Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Xu Cang <xucang@apache.org>
This commit is contained in:
Jan Hentschel 2020-01-29 17:02:09 +01:00 committed by GitHub
parent 98cff8a26a
commit 60b80b6298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -90,18 +90,6 @@ public class MetricsSink {
return mss.getLastAppliedOpAge();
}
/**
* Get the TimeStampOfLastAppliedOp. If no replication Op applied yet, the value is the timestamp
* at which hbase instance starts
* @return timeStampsOfLastAppliedOp;
* @deprecated Since 2.0.0. Will be removed in 3.0.0.
* @see #getTimestampOfLastAppliedOp()
*/
@Deprecated
public long getTimeStampOfLastAppliedOp() {
return getTimestampOfLastAppliedOp();
}
/**
* Get the TimestampOfLastAppliedOp. If no replication Op applied yet, the value is the timestamp
* at which hbase instance starts