Package org.apache.hadoop.hbase.ipc
Class TestRWQueueRpcExecutor
java.lang.Object
org.apache.hadoop.hbase.ipc.TestRWQueueRpcExecutor
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate org.apache.hadoop.conf.Configurationorg.junit.rules.TestName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidsetUp()private voidverifyDistinct(List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>> queues, List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>>... others) 
- 
Field Details- 
CLASS_RULE
- 
testName
- 
conf
 
- 
- 
Constructor Details- 
TestRWQueueRpcExecutorpublic TestRWQueueRpcExecutor()
 
- 
- 
Method Details- 
setUp
- 
itProvidesCorrectQueuesToBalancers- Throws:
- InterruptedException
 
- 
verifyDistinctprivate void verifyDistinct(List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>> queues, List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>>... others) throws InterruptedException - Throws:
- InterruptedException
 
 
-