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:
parent
98cff8a26a
commit
60b80b6298
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue