コード例 #1
0
ファイル: TestSlabCache.java プロジェクト: haoyuan/hbase
 @Test
 public void testCacheMultiThreadedEviction() throws Exception {
   CacheTestUtils.hammerEviction(cache, BLOCK_SIZE, 10, NUM_QUERIES);
 }