public static class TestCompaction.Tracker extends Object implements org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
CompactionLifeCycleTracker
on which you can wait until the requested compaction
finishes.Modifier and Type | Field and Description |
---|---|
private CountDownLatch |
done |
Constructor and Description |
---|
Tracker(CountDownLatch done) |
Modifier and Type | Method and Description |
---|---|
void |
afterExecution(org.apache.hadoop.hbase.regionserver.Store store) |
private final CountDownLatch done
public Tracker(CountDownLatch done)
public void afterExecution(org.apache.hadoop.hbase.regionserver.Store store)
afterExecution
in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.