Class TestFlushTableProcedureBase
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestFlushTableProcedureBase
- Direct Known Subclasses:
- TestFlushTableProcedure,- TestFlushTableProcedureMasterRestarts,- TestFlushTableProcedureWithDoNotSupportFlushTableMaster
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected byte[]protected byte[]protected byte[]protected org.apache.hadoop.hbase.TableNameprotected static HBaseTestingUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddConfiguration(org.apache.hadoop.conf.Configuration config) protected voidassertColumnFamilyMemStoreEmpty(byte[] columnFamily) protected voidassertColumnFamilyMemStoreNotEmpty(byte[] columnFamily) protected voidprotected voidvoidsetup()voidteardown()
- 
Field Details- 
TEST_UTIL
- 
TABLE_NAME
- 
FAMILY1
- 
FAMILY2
- 
FAMILY3
 
- 
- 
Constructor Details- 
TestFlushTableProcedureBasepublic TestFlushTableProcedureBase()
 
- 
- 
Method Details