Class HeapMemoryManager.TunerResult
java.lang.Object
org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerResult
- Enclosing class:
- HeapMemoryManager
POJO which holds the result of memory tuning done by HeapMemoryTuner implementation. It
includes the new heap percentage for memstore and block cache.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate floatprivate floatprivate final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatbooleanvoidsetBlockCacheSize(float blockCacheSize) voidsetMemStoreSize(float memstoreSize)
-
Field Details
-
memstoreSize
-
blockCacheSize
-
needsTuning
-
-
Constructor Details
-
TunerResult
-
-
Method Details
-
getMemStoreSize
-
setMemStoreSize
-
getBlockCacheSize
-
setBlockCacheSize
-
needsTuning
-