public class TestProcedureSchedulerConcurrency extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestProcedureSchedulerConcurrency.TestProcedureWithEvent |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private org.apache.hadoop.hbase.procedure2.SimpleProcedureScheduler |
procSched |
| Constructor and Description |
|---|
TestProcedureSchedulerConcurrency() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testConcurrentWaitWake() |
private void |
testConcurrentWaitWake(boolean useWakeBatch) |
void |
testConcurrentWaitWakeBatch() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private org.apache.hadoop.hbase.procedure2.SimpleProcedureScheduler procSched
public TestProcedureSchedulerConcurrency()
public void setUp() throws IOException
IOExceptionpublic void tearDown() throws IOException
IOExceptionpublic void testConcurrentWaitWake() throws Exception
Exceptionpublic void testConcurrentWaitWakeBatch() throws Exception
Exceptionprivate void testConcurrentWaitWake(boolean useWakeBatch) throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.