HBASE-22260 Removed deprecated methods in ReplicationLoadSink
This commit is contained in:
parent
428afa9c5e
commit
09f484b1a0
|
@ -31,15 +31,6 @@ public class ReplicationLoadSink {
|
||||||
return this.ageOfLastAppliedOp;
|
return this.ageOfLastAppliedOp;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Since hbase-2.0.0. Will be removed in 3.0.0.
|
|
||||||
* @see #getTimestampsOfLastAppliedOp()
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public long getTimeStampsOfLastAppliedOp() {
|
|
||||||
return getTimestampsOfLastAppliedOp();
|
|
||||||
}
|
|
||||||
|
|
||||||
public long getTimestampsOfLastAppliedOp() {
|
public long getTimestampsOfLastAppliedOp() {
|
||||||
return this.timestampsOfLastAppliedOp;
|
return this.timestampsOfLastAppliedOp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue