public class TestRegionOpen extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static HBaseTestingUtility |
HTU |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static int |
NB_SERVERS |
Constructor and Description |
---|
TestRegionOpen() |
Modifier and Type | Method and Description |
---|---|
static void |
afterClass() |
static void |
before() |
private static org.apache.hadoop.hbase.regionserver.HRegionServer |
getRS() |
void |
testNonExistentRegionReplica() |
void |
testPriorityRegionIsOpenedWithSeparateThreadPool() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final int NB_SERVERS
private static final HBaseTestingUtility HTU
public org.junit.rules.TestName name
public TestRegionOpen()
public static void afterClass() throws Exception
Exception
private static org.apache.hadoop.hbase.regionserver.HRegionServer getRS()
public void testPriorityRegionIsOpenedWithSeparateThreadPool() throws Exception
Exception
public void testNonExistentRegionReplica() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.