Class TestDefaultStoreEngine.DummyCompactionPolicy
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy
org.apache.hadoop.hbase.regionserver.TestDefaultStoreEngine.DummyCompactionPolicy
- Enclosing class:
- TestDefaultStoreEngine
public static class TestDefaultStoreEngine.DummyCompactionPolicy
extends org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy
- 
Field SummaryFields inherited from class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicycomConf, storeConfigInfo
- 
Constructor SummaryConstructorsConstructorDescriptionDummyCompactionPolicy(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.StoreConfigInformation storeConfigInfo) 
- 
Method SummaryMethods inherited from class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicyapplyCompactionPolicy, createCompactionRequest, needsCompaction, setMinThreshold, shouldPerformMajorCompactionMethods inherited from class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicycheckMinFilesCriteria, filterBulk, getCurrentEligibleFiles, getNextMajorCompactTime, preSelectCompactionForCoprocessor, removeExcessFiles, selectCompaction, skipLargeFiles, throttleCompactionMethods inherited from class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicygetConf, setConf
- 
Constructor Details- 
DummyCompactionPolicypublic DummyCompactionPolicy(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.StoreConfigInformation storeConfigInfo) 
 
-