Uses of Interface
org.apache.commons.pipeline.util.QueueFactory

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>
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.