Uses of Enum Class
org.apache.hadoop.hbase.regionserver.TestCompactionState.StateSource
Packages that use TestCompactionState.StateSource
-
Uses of TestCompactionState.StateSource in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return TestCompactionState.StateSourceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TestCompactionState.StateSource[]
TestCompactionState.StateSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.regionserver with parameters of type TestCompactionState.StateSourceModifier and TypeMethodDescriptionprivate void
TestCompactionState.compaction
(String tableName, int flushes, org.apache.hadoop.hbase.client.CompactionState expectedState, boolean singleFamily, TestCompactionState.StateSource stateSource) Load data to a table, flush it to disk, trigger compaction, confirm the compaction state is right and wait till it is done.private static org.apache.hadoop.hbase.client.CompactionState
TestCompactionState.getCompactionState
(TestCompactionState.StateSource stateSource, org.apache.hadoop.hbase.master.HMaster master, org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.TableName table)