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
Modifier 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterExecution
(org.apache.hadoop.hbase.regionserver.Store store) void
await()
void
beforeExecution
(org.apache.hadoop.hbase.regionserver.Store store) void
void
notExecuted
(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:
notExecuted
in interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-
beforeExecution
- Specified by:
beforeExecution
in interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-
afterExecution
- Specified by:
afterExecution
in interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-
completed
- Specified by:
completed
in interfaceorg.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
-
await
- Throws:
InterruptedException
-