public class TestRegionBypass extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestRegionBypass.StallingAssignProcedure
An AssignProcedure that Stalls just before the finish.
|
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private org.apache.hadoop.hbase.TableName |
tableName |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestRegionBypass() |
Modifier and Type | Method and Description |
---|---|
void |
before() |
static void |
startCluster() |
static void |
stopCluster() |
void |
testBypass() |
private static final org.slf4j.Logger LOG
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final HBaseTestingUtility TEST_UTIL
private org.apache.hadoop.hbase.TableName tableName
public TestRegionBypass()
public static void startCluster() throws Exception
Exception
public static void stopCluster() throws Exception
Exception
public void before() throws IOException
IOException
public void testBypass() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.