private static final class TestFlushLifeCycleTracker.Tracker extends Object implements org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker
Modifier and Type | Field and Description |
---|---|
private boolean |
afterExecutionCalled |
private boolean |
beforeExecutionCalled |
private boolean |
completed |
private String |
reason |
Modifier | Constructor and Description |
---|---|
private |
Tracker() |
Modifier and Type | Method and Description |
---|---|
void |
afterExecution() |
void |
await() |
void |
beforeExecution() |
void |
notExecuted(String reason) |
private boolean beforeExecutionCalled
private boolean afterExecutionCalled
private boolean completed
private Tracker()
public void notExecuted(String reason)
notExecuted
in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker
public void beforeExecution()
beforeExecution
in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker
public void afterExecution()
afterExecution
in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker
public void await() throws InterruptedException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.