HBASE-23772 Removed deprecated getTimeStampOfLastShippedOp from MetricsSource
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
661abeb730
commit
b591a3d205
|
@ -260,17 +260,6 @@ public class MetricsSource implements BaseSource {
|
|||
return singleSourceSource.getSizeOfLogQueue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the timeStampsOfLastShippedOp, if there are multiple groups, return the latest one
|
||||
* @return lastTimestampForAge
|
||||
* @deprecated Since 2.0.0. Removed in 3.0.0.
|
||||
* @see #getTimestampOfLastShippedOp()
|
||||
*/
|
||||
@Deprecated
|
||||
public long getTimeStampOfLastShippedOp() {
|
||||
return getTimestampOfLastShippedOp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the timestampsOfLastShippedOp, if there are multiple groups, return the latest one
|
||||
* @return lastTimestampForAge
|
||||
|
|
Loading…
Reference in New Issue