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
FieldsModifier and TypeFieldDescription(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 -
Method Summary
Modifier and TypeMethodDescriptionvoidafterExecution(org.apache.hadoop.hbase.regionserver.Store store) voidawait()voidbeforeExecution(org.apache.hadoop.hbase.regionserver.Store store) voidvoidnotExecuted(org.apache.hadoop.hbase.regionserver.Store store, String reason)
-
Field Details
-
notExecutedStores
final List<org.apache.hadoop.hbase.util.Pair<org.apache.hadoop.hbase.regionserver.Store,String>> notExecutedStores -
beforeExecuteStores
-
afterExecuteStores
-
completed
-
-
Constructor Details
-
Tracker
private Tracker()
-
-
Method Details
-
notExecuted
- Specified by:
notExecutedin interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-
beforeExecution
- Specified by:
beforeExecutionin interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-
afterExecution
- Specified by:
afterExecutionin interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-
completed
- Specified by:
completedin interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-
await
- Throws:
InterruptedException
-