public class TestByteBufferKeyValue extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
fam1 |
private static String |
FAM1 |
private static byte[] |
fam2 |
private static String |
FAM2 |
private static byte[] |
qual1 |
private static String |
QUAL1 |
private static byte[] |
qual2 |
private static String |
QUAL2 |
private static byte[] |
row1 |
private static String |
ROW1 |
private static org.apache.hadoop.hbase.Tag |
t1 |
private static org.apache.hadoop.hbase.Tag |
t2 |
private static ArrayList<org.apache.hadoop.hbase.Tag> |
tags |
Constructor and Description |
---|
TestByteBufferKeyValue() |
Modifier and Type | Method and Description |
---|---|
private static org.apache.hadoop.hbase.Cell |
getOffheapCell(byte[] row,
byte[] family,
byte[] qualifier) |
void |
testByteBufferBackedKeyValue() |
void |
testByteBufferBackedKeyValueWithTags() |
void |
testCompare() |
void |
testGetKeyMethods() |
public static final HBaseClassTestRule CLASS_RULE
private static final String QUAL2
private static final String FAM2
private static final String QUAL1
private static final String FAM1
private static final String ROW1
private static final byte[] row1
private static final byte[] fam1
private static final byte[] fam2
private static final byte[] qual1
private static final byte[] qual2
private static final org.apache.hadoop.hbase.Tag t1
private static final org.apache.hadoop.hbase.Tag t2
public TestByteBufferKeyValue()
public void testCompare()
private static org.apache.hadoop.hbase.Cell getOffheapCell(byte[] row, byte[] family, byte[] qualifier)
public void testByteBufferBackedKeyValue() throws Exception
Exception
public void testByteBufferBackedKeyValueWithTags() throws Exception
Exception
public void testGetKeyMethods() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.