Package org.apache.hadoop.hbase.master
Class TestMigrateNamespaceTable
java.lang.Object
org.apache.hadoop.hbase.master.TestMigrateNamespaceTable
Testcase for HBASE-21154.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static booleanprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddNamespace(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.NamespaceDescriptor nd) private voidstatic voidsetUp()static voidtearDown()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:
IOExceptionInterruptedException
-