Class MasterRegionTestBase
java.lang.Object
org.apache.hadoop.hbase.master.region.MasterRegionTestBase
- Direct Known Subclasses:
TestMasterRegionCompaction
,TestMasterRegionInitialize
,TestMasterRegionWALCleaner
,TestMasterRegionWALRecovery
,TestMasterRegionWALSyncTimeoutIOException
-
Field Summary
Modifier and TypeFieldDescriptionprotected static byte[]
protected static byte[]
protected org.apache.hadoop.hbase.ChoreService
protected org.apache.hadoop.hbase.master.cleaner.DirScanPool
protected HBaseCommonTestingUtil
protected org.apache.hadoop.hbase.master.cleaner.DirScanPool
protected static byte[]
protected org.apache.hadoop.hbase.master.region.MasterRegion
protected static String
protected static org.apache.hadoop.hbase.client.TableDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
configure
(org.apache.hadoop.conf.Configuration conf) protected void
configure
(org.apache.hadoop.hbase.master.region.MasterRegionParams params) protected final void
Creates a new MasterRegion using an existinghtu
on this class.protected void
void
setUp()
void
tearDown()
-
Field Details
-
htu
-
region
-
choreService
-
hfileCleanerPool
-
logCleanerPool
-
CF1
-
CF2
-
QUALIFIER
-
REGION_DIR_NAME
-
TD
-
-
Constructor Details
-
MasterRegionTestBase
public MasterRegionTestBase()
-
-
Method Details
-
configure
- Throws:
IOException
-
configure
-
postSetUp
- Throws:
IOException
-
setUp
- Throws:
IOException
-
createMasterRegion
Creates a new MasterRegion using an existinghtu
on this class.- Throws:
IOException
-
tearDown
- Throws:
IOException
-