Class HeapMemoryManager

java.lang.Object
org.apache.hadoop.hbase.regionserver.HeapMemoryManager

@Private public class HeapMemoryManager extends Object
Manages tuning of Heap memory using HeapMemoryTuner. Most part of the heap memory is split between Memstores and BlockCache. This manager helps in tuning sizes of both these dynamically, as per the R/W load on the servers.