public class TestWALCellCodecWithCompression extends Object
| Modifier and Type | Field and Description | 
|---|---|
static HBaseClassTestRule | 
CLASS_RULE  | 
| Constructor and Description | 
|---|
TestWALCellCodecWithCompression()  | 
| Modifier and Type | Method and Description | 
|---|---|
private org.apache.hadoop.hbase.KeyValue | 
createKV(int noOfTags)  | 
private org.apache.hadoop.hbase.ByteBufferKeyValue | 
createOffheapKV(int noOfTags)  | 
private void | 
doTest(boolean compressTags,
      boolean offheapKV)  | 
void | 
testEncodeDecodeKVsWithTags()  | 
void | 
testEncodeDecodeKVsWithTagsWithTagsCompression()  | 
void | 
testEncodeDecodeOffKVsWithTagsWithTagsCompression()  | 
public static final HBaseClassTestRule CLASS_RULE
public TestWALCellCodecWithCompression()
public void testEncodeDecodeKVsWithTags() throws Exception
Exceptionpublic void testEncodeDecodeKVsWithTagsWithTagsCompression() throws Exception
Exceptionpublic void testEncodeDecodeOffKVsWithTagsWithTagsCompression() throws Exception
Exceptionprivate void doTest(boolean compressTags, boolean offheapKV) throws Exception
Exceptionprivate org.apache.hadoop.hbase.KeyValue createKV(int noOfTags)
private org.apache.hadoop.hbase.ByteBufferKeyValue createOffheapKV(int noOfTags)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.