public class TestTestingHBaseCluster extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.apache.hadoop.hbase.client.Admin |
admin |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.testing.TestingHBaseCluster |
CLUSTER |
private org.apache.hadoop.hbase.client.Connection |
conn |
| Constructor and Description |
|---|
TestTestingHBaseCluster() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testGetAddresses() |
void |
testStartStop() |
void |
testStartStopHBaseCluster() |
void |
testStartStopMaster() |
void |
testStartStopRegionServer() |
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hadoop.hbase.testing.TestingHBaseCluster CLUSTER
private org.apache.hadoop.hbase.client.Connection conn
private org.apache.hadoop.hbase.client.Admin admin
public TestTestingHBaseCluster()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testStartStop() throws Exception
Exceptionpublic void testStartStopHBaseCluster() throws Exception
Exceptionpublic void testStartStopMaster() throws Exception
Exceptionpublic void testStartStopRegionServer() throws Exception
Exceptionpublic void testGetAddresses() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.