| Constructor and Description |
|---|
TestCacheOnWrite(org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite.CacheOnWriteType cowType,
Compression.Algorithm compress,
org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite.BlockEncoderTestType encoderType,
boolean cacheCompressedData,
BlockCache blockCache) |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static KeyValue.Type |
generateKeyType(Random rand) |
static Collection<Object[]> |
getParameters() |
void |
setUp() |
void |
tearDown() |
void |
testNotCachingDataBlocksDuringCompaction() |
void |
testStoreFileCacheOnWrite() |
public TestCacheOnWrite(org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite.CacheOnWriteType cowType,
Compression.Algorithm compress,
org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite.BlockEncoderTestType encoderType,
boolean cacheCompressedData,
BlockCache blockCache)
public static Collection<Object[]> getParameters() throws IOException
IOExceptionpublic void setUp()
throws IOException
IOExceptionpublic void tearDown()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic static void afterClass()
throws IOException
IOExceptionpublic static KeyValue.Type generateKeyType(Random rand)
public void testStoreFileCacheOnWrite()
throws IOException
IOExceptionpublic void testNotCachingDataBlocksDuringCompaction()
throws IOException,
InterruptedException
IOExceptionInterruptedException