Package org.apache.hadoop.hbase.master
Class TestMigrateNamespaceTable
java.lang.Object
org.apache.hadoop.hbase.master.TestMigrateNamespaceTable
Testcase for HBASE-21154.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static boolean
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
addNamespace
(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.NamespaceDescriptor nd) private void
static void
setUp()
static void
tearDown()
void
-
Field Details
-
CLASS_RULE
-
UTIL
-
CONTINUE
-
-
Constructor Details
-
TestMigrateNamespaceTable
public TestMigrateNamespaceTable()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
removeNamespaceFamily
- Throws:
IOException
-
addNamespace
private void addNamespace(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.NamespaceDescriptor nd) throws IOException - Throws:
IOException
-
testMigrate
- Throws:
IOException
InterruptedException
-