|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueFactory | |
|---|---|
| org.apache.commons.pipeline.stage | A few simple Stage implementations for common use cases. |
| org.apache.commons.pipeline.util | |
| Uses of QueueFactory in org.apache.commons.pipeline.stage |
|---|
| Methods in org.apache.commons.pipeline.stage that return QueueFactory | |
|---|---|
QueueFactory<Object> |
KeyWaitBufferStage.getQueueFactory()
Getter for property queueFactory. |
| Methods in org.apache.commons.pipeline.stage with parameters of type QueueFactory | |
|---|---|
void |
KeyWaitBufferStage.setQueueFactory(QueueFactory<Object> queueFactory)
Setter for property queueFactory. |
| Uses of QueueFactory in org.apache.commons.pipeline.util |
|---|
| Subinterfaces of QueueFactory in org.apache.commons.pipeline.util | |
|---|---|
interface |
BlockingQueueFactory<T>
Many StageDriver implementations require for one or more queues
to be created. |
| Classes in org.apache.commons.pipeline.util that implement QueueFactory | |
|---|---|
static class |
BlockingQueueFactory.ArrayBlockingQueueFactory<T>
|
static class |
BlockingQueueFactory.DelayQueueFactoryL<T extends Delayed>
|
static class |
BlockingQueueFactory.LinkedBlockingQueueFactory<T>
|
static class |
BlockingQueueFactory.PriorityBlockingQueueFactory<T>
|
static class |
BlockingQueueFactory.SynchronousQueueFactory<T>
|
static class |
QueueFactory.ConcurrentLinkedQueueFactory<T>
|
static class |
QueueFactory.LinkedListFactory<T>
|
static class |
QueueFactory.PriorityQueueFactory<T>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||