public class TestHeapMemoryManager extends Object
| Constructor and Description |
|---|
TestHeapMemoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAutoTunerShouldBeOffWhenMaxMinRangesForBlockCacheIsNotGiven() |
void |
testAutoTunerShouldBeOffWhenMaxMinRangesForMemstoreIsNotGiven() |
void |
testPluggingInHeapMemoryTuner() |
void |
testWhenClusterIsReadHeavy() |
void |
testWhenClusterIsWriteHeavy() |
void |
testWhenCombinedHeapSizesFromTunerGoesOutSideMaxLimit() |
void |
testWhenL2BlockCacheIsOnHeap() |
void |
testWhenMemstoreAndBlockCacheMaxMinChecksFails() |
void |
testWhenSizeGivenByHeapTunerGoesOutsideRange() |
public void testAutoTunerShouldBeOffWhenMaxMinRangesForMemstoreIsNotGiven()
throws Exception
Exceptionpublic void testAutoTunerShouldBeOffWhenMaxMinRangesForBlockCacheIsNotGiven()
throws Exception
Exceptionpublic void testWhenMemstoreAndBlockCacheMaxMinChecksFails()
throws Exception
Exceptionpublic void testWhenClusterIsWriteHeavy()
throws Exception
Exceptionpublic void testWhenClusterIsReadHeavy()
throws Exception
Exceptionpublic void testPluggingInHeapMemoryTuner()
throws Exception
Exceptionpublic void testWhenSizeGivenByHeapTunerGoesOutsideRange()
throws Exception
Exceptionpublic void testWhenCombinedHeapSizesFromTunerGoesOutSideMaxLimit()
throws Exception
Exception