public class TestRWQueueRpcExecutor extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
TestRWQueueRpcExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
itProvidesCorrectQueuesToBalancers() |
void |
setUp() |
private void |
verifyDistinct(List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>> queues,
List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>>... others) |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName testName
private org.apache.hadoop.conf.Configuration conf
public TestRWQueueRpcExecutor()
public void setUp()
public void itProvidesCorrectQueuesToBalancers() throws InterruptedException
InterruptedException
private void verifyDistinct(List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>> queues, List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>>... others) throws InterruptedException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.