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.FlushLifeCycleTrackerpublic void beforeExecution()
beforeExecution in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTrackerpublic void afterExecution()
afterExecution in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTrackerpublic void await() throws InterruptedException
InterruptedExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.