public class TestByteRangeWithKVSerialization extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestByteRangeWithKVSerialization() |
Modifier and Type | Method and Description |
---|---|
(package private) static org.apache.hadoop.hbase.KeyValue |
readCell(org.apache.hadoop.hbase.util.PositionedByteRange pbr) |
void |
testWritingAndReadingCells() |
(package private) static void |
writeCell(org.apache.hadoop.hbase.util.PositionedByteRange pbr,
org.apache.hadoop.hbase.KeyValue kv) |
public static final HBaseClassTestRule CLASS_RULE
public TestByteRangeWithKVSerialization()
static void writeCell(org.apache.hadoop.hbase.util.PositionedByteRange pbr, org.apache.hadoop.hbase.KeyValue kv) throws Exception
Exception
static org.apache.hadoop.hbase.KeyValue readCell(org.apache.hadoop.hbase.util.PositionedByteRange pbr) throws Exception
Exception
public void testWritingAndReadingCells() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.