public class TestCompactionFileNotFound extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
bytes1 |
private static byte[] |
bytes2 |
private static byte[] |
bytes3 |
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static byte[] |
qualifierCol1 |
private static byte[] |
ROW_A |
private static byte[] |
ROW_B |
private static byte[] |
ROW_C |
private org.apache.hadoop.hbase.client.Table |
table |
private static byte[] |
TEST_FAMILY |
private static org.apache.hadoop.hbase.TableName |
TEST_TABLE |
private static HBaseTestingUtility |
util |
Constructor and Description |
---|
TestCompactionFileNotFound() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCompactionAfterRefresh() |
void |
testSplitAfterRefresh() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility util
private static final org.apache.hadoop.hbase.TableName TEST_TABLE
private static final byte[] TEST_FAMILY
private static final byte[] ROW_A
private static final byte[] ROW_B
private static final byte[] ROW_C
private static final byte[] qualifierCol1
private static final byte[] bytes1
private static final byte[] bytes2
private static final byte[] bytes3
private org.apache.hadoop.hbase.client.Table table
public TestCompactionFileNotFound()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testSplitAfterRefresh() throws Exception
Exception
public void testCompactionAfterRefresh() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.