Class TestFlushTableProcedureBase
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestFlushTableProcedureBase
- Direct Known Subclasses:
TestFlushTableProcedure
,TestFlushTableProcedureMasterRestarts
,TestFlushTableProcedureWithDoNotSupportFlushTableMaster
-
Field Summary
Modifier and TypeFieldDescriptionprotected byte[]
protected byte[]
protected byte[]
protected org.apache.hadoop.hbase.TableName
protected static HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addConfiguration
(org.apache.hadoop.conf.Configuration config) protected void
assertColumnFamilyMemStoreEmpty
(byte[] columnFamily) protected void
assertColumnFamilyMemStoreNotEmpty
(byte[] columnFamily) protected void
protected void
void
setup()
void
teardown()
-
Field Details
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY1
-
FAMILY2
-
FAMILY3
-
-
Constructor Details
-
TestFlushTableProcedureBase
public TestFlushTableProcedureBase()
-
-
Method Details