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
Exception
public void testEncodeDecodeKVsWithTagsWithTagsCompression() throws Exception
Exception
public void testEncodeDecodeOffKVsWithTagsWithTagsCompression() throws Exception
Exception
private void doTest(boolean compressTags, boolean offheapKV) throws Exception
Exception
private 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.