Class TestCompactionLifeCycleTracker.Tracker

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

private static final class TestCompactionLifeCycleTracker.Tracker extends Object implements org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final List<org.apache.hadoop.hbase.regionserver.Store>
     
    (package private) final List<org.apache.hadoop.hbase.regionserver.Store>
     
    private boolean
     
    (package private) final List<org.apache.hadoop.hbase.util.Pair<org.apache.hadoop.hbase.regionserver.Store,String>>
     

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

    DUMMY
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterExecution(org.apache.hadoop.hbase.regionserver.Store store)
     
    void
     
    void
    beforeExecution(org.apache.hadoop.hbase.regionserver.Store store)
     
    void
     
    void
    notExecuted(org.apache.hadoop.hbase.regionserver.Store store, String reason)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • notExecuted

      public void notExecuted(org.apache.hadoop.hbase.regionserver.Store store, String reason)
      Specified by:
      notExecuted in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
    • beforeExecution

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

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

      public void completed()
      Specified by:
      completed in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
    • await

      public void await() throws InterruptedException
      Throws:
      InterruptedException