public class TestEnableTableHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestEnableTableHandler.MasterSyncObserver |
| Constructor and Description |
|---|
TestEnableTableHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createTable(HBaseTestingUtility testUtil,
HBaseAdmin admin,
HTableDescriptor htd,
byte[][] splitKeys) |
static void |
createTable(HBaseTestingUtility testUtil,
HTableDescriptor htd,
byte[][] splitKeys) |
static void |
deleteTable(HBaseTestingUtility testUtil,
HBaseAdmin admin,
TableName tableName) |
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 |
testDisableTableAndRestart() |
void |
testEnableTableWithNoRegionServers() |
public void testEnableTableWithNoRegionServers()
throws Exception
Exceptionpublic void testDisableTableAndRestart()
throws Exception
Exceptionpublic void testDeleteForSureClearsAllTableRowsFromMeta()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic static void createTable(HBaseTestingUtility testUtil, HTableDescriptor htd, byte[][] splitKeys) throws Exception
Exceptionpublic static void createTable(HBaseTestingUtility testUtil, HBaseAdmin admin, HTableDescriptor htd, byte[][] splitKeys) throws Exception
Exceptionpublic static void deleteTable(HBaseTestingUtility testUtil, TableName tableName) throws Exception
Exceptionpublic static void deleteTable(HBaseTestingUtility testUtil, HBaseAdmin admin, TableName tableName) throws Exception
Exception