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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testStartStop() throws Exception
Exception
public void testStartStopHBaseCluster() throws Exception
Exception
public void testStartStopMaster() throws Exception
Exception
public void testStartStopRegionServer() throws Exception
Exception
public void testGetAddresses() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.