We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f484b commit f4aaf73Copy full SHA for f4aaf73
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSource.java
@@ -60,15 +60,6 @@ public long getSizeOfLogQueue() {
60
return this.sizeOfLogQueue;
61
}
62
63
- /**
64
- * @deprecated Since 2.0.0. Will be removed in 3.0.0.
65
- * @see #getTimestampOfLastShippedOp()
66
- */
67
- @Deprecated
68
- public long getTimeStampOfLastShippedOp() {
69
- return getTimestampOfLastShippedOp();
70
- }
71
-
72
public long getTimestampOfLastShippedOp() {
73
return this.timestampOfLastShippedOp;
74
0 commit comments