public class TestBoundedPriorityBlockingQueue extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestBoundedPriorityBlockingQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
tesAppend() |
void |
tesAppendSamePriority() |
void |
testFifoSamePriority() |
void |
testInsert() |
void |
testPoll() |
void |
testPollInExecutor() |
void |
testPrepend() |
public static final HBaseClassTestRule CLASS_RULE
public TestBoundedPriorityBlockingQueue()
public void tesAppendSamePriority() throws Exception
Exceptionpublic void testPrepend() throws Exception
Exceptionpublic void testInsert() throws Exception
Exceptionpublic void testFifoSamePriority() throws Exception
Exceptionpublic void testPoll()
public void testPollInExecutor() throws InterruptedException
InterruptedExceptionCopyright © 2007–2019 Cloudera. All rights reserved.