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 inherited from interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
DUMMY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
done
-
-
Constructor Details
-
Tracker
-
-
Method Details
-
afterExecution
- Specified by:
afterExecution
in interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-