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
IOException
public void tearDown() throws IOException
IOException
public void testConcurrentWaitWake() throws Exception
Exception
public void testConcurrentWaitWakeBatch() throws Exception
Exception
private void testConcurrentWaitWake(boolean useWakeBatch) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.