Uses of Class
org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
Packages that use HeapMemoryManager.TunerContext
-
Uses of HeapMemoryManager.TunerContext in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as HeapMemoryManager.TunerContextModifier and TypeFieldDescriptionprivate HeapMemoryManager.TunerContextHeapMemoryManager.HeapMemoryTunerChore.tunerContextMethods in org.apache.hadoop.hbase.regionserver with parameters of type HeapMemoryManager.TunerContextModifier and TypeMethodDescriptionprivate voidDefaultHeapMemoryTuner.addToRollingStats(HeapMemoryManager.TunerContext context) Add the given context to the rolling tuner stats.DefaultHeapMemoryTuner.getTuneDirection(HeapMemoryManager.TunerContext context) Determine best direction of tuning base on given context.DefaultHeapMemoryTuner.tune(HeapMemoryManager.TunerContext context) HeapMemoryTuner.tune(HeapMemoryManager.TunerContext context) Perform the heap memory tuning operation.