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 |
Constructor and Description |
---|
TestRegionReplicaSplit() |
Modifier and Type | Method and Description |
---|---|
static void |
afterClass() |
static void |
beforeClass() |
private static org.apache.hadoop.hbase.client.Table |
createTableAndLoadData(org.apache.hadoop.hbase.TableName tableName) |
private static byte[][] |
getSplits(int numRegions) |
void |
testAssignFakeReplicaRegion() |
void |
testRegionReplicaSplitRegionAssignment() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final int NB_SERVERS
private static final HBaseTestingUtility HTU
private static final byte[] f
public org.junit.rules.TestName name
public TestRegionReplicaSplit()
public static void beforeClass() throws Exception
Exception
private static org.apache.hadoop.hbase.client.Table createTableAndLoadData(org.apache.hadoop.hbase.TableName tableName) throws IOException
IOException
private static byte[][] getSplits(int numRegions)
public static void afterClass() throws Exception
Exception
public void testRegionReplicaSplitRegionAssignment() throws Exception
Exception
public void testAssignFakeReplicaRegion() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.