Class TestCompaction.Tracker

java.lang.Object
org.apache.hadoop.hbase.regionserver.TestCompaction.Tracker
All Implemented Interfaces:
org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
Enclosing class:
TestCompaction

public static class TestCompaction.Tracker extends Object implements org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
Simple CompactionLifeCycleTracker on which you can wait until the requested compaction finishes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final CountDownLatch
     

    Fields inherited from interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker

    DUMMY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterExecution(org.apache.hadoop.hbase.regionserver.Store store)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker

    beforeExecution, completed, notExecuted
  • Field Details

  • Constructor Details

  • Method Details

    • afterExecution

      public void afterExecution(org.apache.hadoop.hbase.regionserver.Store store)
      Specified by:
      afterExecution in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker