Interface HeapMemoryTuner
- All Superinterfaces:
org.apache.hadoop.conf.Configurable
- All Known Implementing Classes:
DefaultHeapMemoryTuner
Makes the decision regarding proper sizing of the heap memory. Decides what percentage of heap
memory should be allocated for global memstore and BlockCache.
-
Method Summary
Modifier and TypeMethodDescriptiontune
(HeapMemoryManager.TunerContext context) Perform the heap memory tuning operation.Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Method Details
-
tune
Perform the heap memory tuning operation.- Returns:
TunerResult
including the heap percentage for memstore and block cache
-