public class TestForceUpdateProcedure extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestForceUpdateProcedure.ExchangeProcedure |
static class |
TestForceUpdateProcedure.NoopNoAckProcedure |
static class |
TestForceUpdateProcedure.ParentProcedure |
static class |
TestForceUpdateProcedure.WaitingProcedure |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static Exchanger<Boolean> |
EXCHANGER |
private static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<Void> |
EXEC |
org.junit.rules.TestName |
name |
private static org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore |
STORE |
private static HBaseCommonTestingUtility |
UTIL |
private static int |
WAL_COUNT |
Constructor and Description |
---|
TestForceUpdateProcedure() |
Modifier and Type | Method and Description |
---|---|
private void |
createStoreAndExecutor() |
void |
setUp() |
static void |
setUpBeforeClass() |
private void |
stopStoreAndExecutor() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testCompletedProcedure() |
void |
testProcedureStuck() |
public static final HBaseClassTestRule CLASS_RULE
private static HBaseCommonTestingUtility UTIL
private static org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore STORE
private static int WAL_COUNT
public final org.junit.rules.TestName name
public TestForceUpdateProcedure()
private void createStoreAndExecutor() throws IOException
IOException
public static void setUpBeforeClass() throws IOException
IOException
private void stopStoreAndExecutor()
public static void tearDownAfterClass() throws IOException
IOException
public void setUp() throws IOException
IOException
public void tearDown()
public void testProcedureStuck() throws IOException, InterruptedException
IOException
InterruptedException
public void testCompletedProcedure() throws InterruptedException, IOException
InterruptedException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.