public class TestEnableTable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestEnableTable.MasterSyncObserver |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestEnableTable() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createTable(HBaseTestingUtility testUtil,
HTableDescriptor htd,
byte[][] splitKeys) |
static void |
deleteTable(HBaseTestingUtility testUtil,
TableName tableName) |
void |
setUp() |
void |
tearDown() |
void |
testDeleteForSureClearsAllTableRowsFromMeta()
We were only clearing rows that had a hregioninfo column in hbase:meta.
|
void |
testEnableTableWithNoRegionServers() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestEnableTable()
public void testEnableTableWithNoRegionServers() throws Exception
Exceptionpublic void testDeleteForSureClearsAllTableRowsFromMeta() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void createTable(HBaseTestingUtility testUtil, HTableDescriptor htd, byte[][] splitKeys) throws Exception
Exceptionpublic static void deleteTable(HBaseTestingUtility testUtil, TableName tableName) throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.