Skip to content

Commit 7d1399c

Browse files
committed
HBASE-22242 Removed deprecated method in RegionLoadStats
1 parent cb84b27 commit 7d1399c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionLoadStats.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ public RegionLoadStats(int memstoreLoad, int heapOccupancy, int compactionPressu
3434
this.compactionPressure = compactionPressure;
3535
}
3636

37-
/**
38-
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
39-
* Use {@link #getMemStoreLoad()} instead
40-
*/
41-
@Deprecated
42-
public int getMemstoreLoad() {
43-
return this.memstoreLoad;
44-
}
45-
4637
public int getMemStoreLoad() {
4738
return this.memstoreLoad;
4839
}

0 commit comments

Comments
 (0)