Package org.apache.hadoop.hbase.io.hfile
Class TestCombinedBlockCache
java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestCombinedBlockCache
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
void
testCombinedBlockCacheStats
(org.apache.hadoop.hbase.io.hfile.BlockType type, int expectedL1Miss, int expectedL2Miss) void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
UTIL
-
-
Constructor Details
-
TestCombinedBlockCache
public TestCombinedBlockCache()
-
-
Method Details
-
testCombinedCacheStats
-
testMultiThreadGetAndEvictBlock
- Throws:
Exception
-
testCombinedBlockCacheStatsWithDataBlockType
- Throws:
Exception
-
testCombinedBlockCacheStatsWithMetaBlockType
- Throws:
Exception
-
testCombinedBlockCacheStatsWithNoBlockType
- Throws:
Exception
-
createCombinedBlockCache
-
testCombinedBlockCacheStats
public void testCombinedBlockCacheStats(org.apache.hadoop.hbase.io.hfile.BlockType type, int expectedL1Miss, int expectedL2Miss) throws Exception - Throws:
Exception
-