Class TestModifyNamespaceProcedure
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestModifyNamespaceProcedure
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final org.slf4j.Loggerprotected static final HBaseTestingUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidprivate voidcreateNamespaceForTesting(org.apache.hadoop.hbase.NamespaceDescriptor nsDescriptor) private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv>voidsetup()static voidprivate static voidsetupConf(org.apache.hadoop.conf.Configuration conf) voidtearDown()voidvoidvoidvoidvoidvoid
- 
Field Details- 
CLASS_RULE
- 
LOG
- 
UTIL
 
- 
- 
Constructor Details- 
TestModifyNamespaceProcedurepublic TestModifyNamespaceProcedure()
 
- 
- 
Method Details- 
setupConf
- 
setupCluster- Throws:
- Exception
 
- 
cleanupTest- Throws:
- Exception
 
- 
setup- Throws:
- Exception
 
- 
tearDown- Throws:
- Exception
 
- 
testModifyNamespace- Throws:
- Exception
 
- 
testModifyNonExistNamespace- Throws:
- Exception
 
- 
testModifyNamespaceWithInvalidRegionCount- Throws:
- Exception
 
- 
testModifyNamespaceWithInvalidTableCount- Throws:
- Exception
 
- 
testRecoveryAndDoubleExecution- Throws:
- Exception
 
- 
testRollbackAndDoubleExecution- Throws:
- Exception
 
- 
getMasterProcedureExecutorprivate org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> getMasterProcedureExecutor()
- 
createNamespaceForTestingprivate void createNamespaceForTesting(org.apache.hadoop.hbase.NamespaceDescriptor nsDescriptor) throws Exception - Throws:
- Exception
 
 
-