public class TestMasterRegionOnTwoFileSystems extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static int |
COMPACT_MIN |
private static byte[] |
CQ |
private static HBaseCommonTestingUtility |
HFILE_UTIL |
private static org.slf4j.Logger |
LOG |
private org.apache.hadoop.hbase.master.region.MasterRegion |
region |
private static org.apache.hadoop.hbase.client.TableDescriptor |
TD |
private static HBaseTestingUtility |
WAL_UTIL |
Constructor and Description |
---|
TestMasterRegionOnTwoFileSystems() |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.master.region.MasterRegion |
createMasterRegion(org.apache.hadoop.hbase.ServerName serverName) |
private int |
getStorefilesCount() |
static void |
setUp() |
void |
setUpBeforeTest() |
static void |
tearDown() |
void |
tearDownAfterTest() |
void |
testFlushAndCompact() |
void |
testRecovery() |
private static final org.slf4j.Logger LOG
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseCommonTestingUtility HFILE_UTIL
private static final HBaseTestingUtility WAL_UTIL
private static byte[] CF
private static byte[] CQ
private static org.apache.hadoop.hbase.client.TableDescriptor TD
private static int COMPACT_MIN
private org.apache.hadoop.hbase.master.region.MasterRegion region
public TestMasterRegionOnTwoFileSystems()
public static void tearDown() throws IOException
IOException
private org.apache.hadoop.hbase.master.region.MasterRegion createMasterRegion(org.apache.hadoop.hbase.ServerName serverName) throws IOException
IOException
public void setUpBeforeTest() throws IOException
IOException
public void tearDownAfterTest()
private int getStorefilesCount()
public void testFlushAndCompact() throws Exception
Exception
public void testRecovery() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.