public class TestProcedureExecutor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestProcedureExecutor.BusyWaitProcedure |
private static class |
TestProcedureExecutor.TestProcEnv |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private HBaseCommonTestingUtility |
htu |
private static org.slf4j.Logger |
LOG |
private TestProcedureExecutor.TestProcEnv |
procEnv |
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestProcedureExecutor.TestProcEnv> |
procExecutor |
private org.apache.hadoop.hbase.procedure2.store.NoopProcedureStore |
procStore |
Constructor and Description |
---|
TestProcedureExecutor() |
Modifier and Type | Method and Description |
---|---|
private void |
createNewExecutor(org.apache.hadoop.conf.Configuration conf,
int numThreads) |
void |
setUp() |
void |
tearDown() |
void |
testSubmitBatch() |
void |
testWorkerStuck() |
private int |
waitThreadCount(int expectedThreads) |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private TestProcedureExecutor.TestProcEnv procEnv
private org.apache.hadoop.hbase.procedure2.store.NoopProcedureStore procStore
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestProcedureExecutor.TestProcEnv> procExecutor
private HBaseCommonTestingUtility htu
public TestProcedureExecutor()
private void createNewExecutor(org.apache.hadoop.conf.Configuration conf, int numThreads) throws Exception
Exception
public void testWorkerStuck() throws Exception
Exception
public void testSubmitBatch() throws Exception
Exception
private int waitThreadCount(int expectedThreads)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.