Class TestCompactionAfterBulkLoad.TestFamily1UnderCompact

java.lang.Object
org.apache.hadoop.hbase.regionserver.CompactSplit
org.apache.hadoop.hbase.regionserver.TestCompactionAfterBulkLoad.TestCompactSplit
org.apache.hadoop.hbase.regionserver.TestCompactionAfterBulkLoad.TestFamily1UnderCompact
All Implemented Interfaces:
org.apache.hadoop.hbase.conf.ConfigurationObserver, org.apache.hadoop.hbase.conf.PropagatingConfigurationObserver, org.apache.hadoop.hbase.regionserver.compactions.CompactionRequester
Enclosing class:
TestCompactionAfterBulkLoad

  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.hbase.regionserver.CompactSplit

    org.apache.hadoop.hbase.regionserver.CompactSplit.CompactionCompleteTracker
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.regionserver.CompactSplit

    DEFAULT_REGION_SERVER_REGION_SPLIT_LIMIT, HBASE_REGION_SERVER_ENABLE_COMPACTION, LARGE_COMPACTION_THREADS, LARGE_COMPACTION_THREADS_DEFAULT, REGION_SERVER_REGION_SPLIT_LIMIT, SMALL_COMPACTION_THREADS, SMALL_COMPACTION_THREADS_DEFAULT, SPLIT_THREADS, SPLIT_THREADS_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestFamily1UnderCompact(org.apache.hadoop.conf.Configuration conf)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isUnderCompaction(org.apache.hadoop.hbase.regionserver.HStore s)
     

    Methods inherited from class org.apache.hadoop.hbase.regionserver.TestCompactionAfterBulkLoad.TestCompactSplit

    requestCompactionInternal

    Methods inherited from class org.apache.hadoop.hbase.regionserver.CompactSplit

    clearLongCompactionsQueue, clearShortCompactionsQueue, deregisterChildren, dumpQueue, getCompactionQueueSize, getCompactionThroughputController, getLargeCompactionQueueSize, getLargeCompactionThreadNum, getLongCompactions, getRegionSplitLimit, getShortCompactions, getSmallCompactionQueueSize, getSmallCompactionThreadNum, getSplitQueueSize, getSplitThreadNum, interruptIfNecessary, isCompactionsEnabled, join, onConfigurationChange, registerChildren, requestCompaction, requestCompaction, requestSplit, requestSystemCompaction, requestSystemCompaction, requestSystemCompaction, setCompactionsEnabled, shutdownLongCompactions, switchCompaction, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • isUnderCompaction

      public boolean isUnderCompaction(org.apache.hadoop.hbase.regionserver.HStore s)
      Overrides:
      isUnderCompaction in class org.apache.hadoop.hbase.regionserver.CompactSplit