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
FieldsFields inherited from interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
DUMMY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidafterExecution(org.apache.hadoop.hbase.regionserver.Store store) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
beforeExecution, completed, notExecuted 
- 
Field Details
- 
done
 
 - 
 - 
Constructor Details
- 
Tracker
 
 - 
 - 
Method Details
- 
afterExecution
- Specified by:
 afterExecutionin interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
 
 -