Package org.apache.hadoop.hbase.master
Class TestMigrateNamespaceTable
java.lang.Object
org.apache.hadoop.hbase.master.TestMigrateNamespaceTable
Testcase for HBASE-21154.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static booleanprivate static final HBaseTestingUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
TestMigrateNamespaceTablepublic TestMigrateNamespaceTable()
 
- 
- 
Method Details- 
setUp- Throws:
- Exception
 
- 
tearDown- Throws:
- Exception
 
- 
removeNamespaceFamily- Throws:
- IOException
 
- 
addNamespaceprivate void addNamespace(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.NamespaceDescriptor nd) throws IOException - Throws:
- IOException
 
- 
testMigrate- Throws:
- IOException
- InterruptedException
 
 
-