|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueueFactory<T>
Many StageDriver
implementations require for one or more queues
to be created. This interface provides a consistent API for factories used
to create such queues and supplies a couple of default implementations.
Nested Class Summary | |
---|---|
static class |
QueueFactory.AbstractQueueFactory<T>
|
static class |
QueueFactory.ConcurrentLinkedQueueFactory<T>
|
static class |
QueueFactory.LinkedListFactory<T>
|
static class |
QueueFactory.PriorityQueueFactory<T>
|
Method Summary | |
---|---|
Queue<T> |
createQueue()
Create a new queue. |
Method Detail |
---|
Queue<T> createQueue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |