public class TestRegionSplit extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static String |
ColumnFamilyName |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static int |
rowCount |
private static int |
startRowNum |
protected static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestRegionSplit() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> |
getMasterProcedureExecutor() |
private void |
insertData(org.apache.hadoop.hbase.TableName tableName) |
void |
setup() |
static void |
setupCluster() |
private static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
void |
tearDown() |
void |
testSplitTableRegion() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility UTIL
private static String ColumnFamilyName
private static final int startRowNum
private static final int rowCount
public org.junit.rules.TestName name
public TestRegionSplit()
private static void setupConf(org.apache.hadoop.conf.Configuration conf)
public static void setupCluster() throws Exception
Exception
public static void cleanupTest() throws Exception
Exception
public void testSplitTableRegion() throws Exception
Exception
private void insertData(org.apache.hadoop.hbase.TableName tableName) throws IOException
IOException
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> getMasterProcedureExecutor()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.