public class TestTagCompressionContext extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
Q |
private static byte[] |
ROW |
private static byte[] |
V |
Constructor and Description |
---|
TestTagCompressionContext() |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.KeyValue |
createKVWithTags(int noOfTags) |
private org.apache.hadoop.hbase.Cell |
createOffheapKVWithTags(int noOfTags) |
void |
testCompressUncompressTags1() |
void |
testCompressUncompressTags2() |
void |
testCompressUncompressTagsWithOffheapKeyValue1() |
void |
testCompressUncompressTagsWithOffheapKeyValue2() |
public static final HBaseClassTestRule CLASS_RULE
private static final byte[] ROW
private static final byte[] CF
private static final byte[] Q
private static final byte[] V
public TestTagCompressionContext()
public void testCompressUncompressTags1() throws Exception
Exception
public void testCompressUncompressTagsWithOffheapKeyValue1() throws Exception
Exception
public void testCompressUncompressTags2() throws Exception
Exception
public void testCompressUncompressTagsWithOffheapKeyValue2() throws Exception
Exception
private org.apache.hadoop.hbase.KeyValue createKVWithTags(int noOfTags)
private org.apache.hadoop.hbase.Cell createOffheapKVWithTags(int noOfTags)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.