|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockingQueue | |
---|---|
org.apache.maven.surefire.util.internal |
Uses of BlockingQueue in org.apache.maven.surefire.util.internal |
---|
Classes in org.apache.maven.surefire.util.internal that implement BlockingQueue | |
---|---|
class |
FunkyTwoThreadBlockingQueue
A producer/consumer queue that is optimized for *one* producer thread and *one* consumer thread, and solely optimized for efficient inserts by the producer, minimizing producer locking for hand-off to a second consumer. |
class |
Java13BlockingQueue
|
class |
Java15BlockingQueue
|
class |
TwoThreadBlockingQueue
A producer/consumer queue that is optimized for *one* producer thread and *one* consumer thread, and solely optimized for efficient inserts by the producer, minimizing producer locking for hand-off to a second consumer. |
Methods in org.apache.maven.surefire.util.internal that return BlockingQueue | |
---|---|
static BlockingQueue |
BlockingQueueFactory.createBlockingQueue()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |