Skip to content

Commit

Permalink
HBASE-22242 Removed deprecated method in RegionLoadStats
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Apr 15, 2019
1 parent cb84b27 commit 7d1399c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ public RegionLoadStats(int memstoreLoad, int heapOccupancy, int compactionPressu
this.compactionPressure = compactionPressure;
}

/**
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
* Use {@link #getMemStoreLoad()} instead
*/
@Deprecated
public int getMemstoreLoad() {
return this.memstoreLoad;
}

public int getMemStoreLoad() {
return this.memstoreLoad;
}
Expand Down

0 comments on commit 7d1399c

Please sign in to comment.