public class MasterRegionTestBase extends Object
Modifier and Type | Field and Description |
---|---|
protected static byte[] |
CF1 |
protected static byte[] |
CF2 |
protected org.apache.hadoop.hbase.ChoreService |
choreService |
protected org.apache.hadoop.hbase.master.cleaner.DirScanPool |
cleanerPool |
protected HBaseCommonTestingUtility |
htu |
protected static byte[] |
QUALIFIER |
protected org.apache.hadoop.hbase.master.region.MasterRegion |
region |
protected static String |
REGION_DIR_NAME |
protected static org.apache.hadoop.hbase.client.TableDescriptor |
TD |
Constructor and Description |
---|
MasterRegionTestBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(org.apache.hadoop.conf.Configuration conf) |
protected void |
configure(org.apache.hadoop.hbase.master.region.MasterRegionParams params) |
protected void |
postSetUp() |
void |
setUp() |
void |
tearDown() |
protected HBaseCommonTestingUtility htu
protected org.apache.hadoop.hbase.master.region.MasterRegion region
protected org.apache.hadoop.hbase.ChoreService choreService
protected org.apache.hadoop.hbase.master.cleaner.DirScanPool cleanerPool
protected static byte[] CF1
protected static byte[] CF2
protected static byte[] QUALIFIER
protected static String REGION_DIR_NAME
protected static org.apache.hadoop.hbase.client.TableDescriptor TD
public MasterRegionTestBase()
protected void configure(org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
protected void configure(org.apache.hadoop.hbase.master.region.MasterRegionParams params)
protected void postSetUp() throws IOException
IOException
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.