public class TestRegionReplicaSplit extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
f |
private static HBaseTestingUtility |
HTU |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static int |
NB_SERVERS |
private static org.apache.hadoop.hbase.client.Table |
table |
| Constructor and Description |
|---|
TestRegionReplicaSplit() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static void |
beforeClass() |
private static void |
createTable(org.apache.hadoop.hbase.TableName tableName) |
private static byte[][] |
getSplits(int numRegions) |
void |
testRegionReplicaSplitRegionAssignment() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final int NB_SERVERS
private static org.apache.hadoop.hbase.client.Table table
private static final HBaseTestingUtility HTU
private static final byte[] f
public org.junit.rules.TestName name
public TestRegionReplicaSplit()
public static void beforeClass() throws Exception
Exceptionprivate static void createTable(org.apache.hadoop.hbase.TableName tableName) throws IOException
IOExceptionprivate static byte[][] getSplits(int numRegions)
public static void afterClass() throws Exception
Exceptionpublic void testRegionReplicaSplitRegionAssignment() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.