public class TestFlushLifeCycleTracker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestFlushLifeCycleTracker.FlushObserver |
private static class |
TestFlushLifeCycleTracker.Tracker |
Modifier and Type | Field and Description |
---|---|
private static CountDownLatch |
ARRIVE |
private static CountDownLatch |
BLOCK |
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.TableName |
NAME |
private static byte[] |
QUALIFIER |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
private static org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker |
TRACKER |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestFlushLifeCycleTracker() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
test() |
void |
testNotExecuted() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static final org.apache.hadoop.hbase.TableName NAME
private static final byte[] CF
private static final byte[] QUALIFIER
private org.apache.hadoop.hbase.regionserver.HRegion region
private static org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker TRACKER
private static volatile CountDownLatch ARRIVE
private static volatile CountDownLatch BLOCK
public TestFlushLifeCycleTracker()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
public void test() throws IOException, InterruptedException
IOException
InterruptedException
public void testNotExecuted() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.