public static interface HeapMemoryManager.HeapMemoryTuneObserver
Modifier and Type | Method and Description |
---|---|
void |
onHeapMemoryTune(long newMemstoreSize,
long newBlockCacheSize)
This method would be called by HeapMemoryManger when a heap memory tune action took place.
|
void onHeapMemoryTune(long newMemstoreSize, long newBlockCacheSize)
newMemstoreSize
- The newly calculated global memstore sizenewBlockCacheSize
- The newly calculated global blockcache sizeCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.