Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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