public class TestGetClosestAtOrBefore extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static org.slf4j.Logger |
LOG |
private static byte[] |
T00 |
private static byte[] |
T10 |
private static byte[] |
T11 |
private static byte[] |
T12 |
private static byte[] |
T20 |
private static byte[] |
T30 |
private static byte[] |
T31 |
private static byte[] |
T35 |
private static byte[] |
T40 |
org.junit.rules.TestName |
testName |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestGetClosestAtOrBefore() |
Modifier and Type | Method and Description |
---|---|
private byte[] |
extractRowFromMetaRow(byte[] b) |
private byte[] |
findRow(org.apache.hadoop.hbase.regionserver.Region mr,
char table,
int rowToFind,
int answer) |
void |
testGetClosestRowBefore2()
For HBASE-694
|
void |
testGetClosestRowBefore3()
Test file of multiple deletes and with deletes as final key.
|
void |
testUsingMetaAndBinary() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName testName
private static final org.slf4j.Logger LOG
private static final byte[] T00
private static final byte[] T10
private static final byte[] T11
private static final byte[] T12
private static final byte[] T20
private static final byte[] T30
private static final byte[] T31
private static final byte[] T35
private static final byte[] T40
private static HBaseTestingUtility UTIL
private static org.apache.hadoop.conf.Configuration conf
public TestGetClosestAtOrBefore()
public void testUsingMetaAndBinary() throws IOException
IOException
private byte[] findRow(org.apache.hadoop.hbase.regionserver.Region mr, char table, int rowToFind, int answer) throws IOException
IOException
private byte[] extractRowFromMetaRow(byte[] b)
public void testGetClosestRowBefore3() throws IOException
IOException
public void testGetClosestRowBefore2() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.