Package org.apache.commons.pipeline.util

Interface Summary
BlockingQueueFactory<T> Many StageDriver implementations require for one or more queues to be created.
KeyFactory<T,K> An implementation of this interface should define a strategy that will allow a unique identifier to be generated for an object.
QueueFactory<T> Many StageDriver implementations require for one or more queues to be created.
 

Class Summary
BlockingQueueFactory.ArrayBlockingQueueFactory<T>  
BlockingQueueFactory.DelayQueueFactoryL<T extends Delayed>  
BlockingQueueFactory.LinkedBlockingQueueFactory<T>  
BlockingQueueFactory.PriorityBlockingQueueFactory<T>  
BlockingQueueFactory.SynchronousQueueFactory<T>  
KeyFactory.HashKeyFactory Trivial key factory that produces the object's hash code as a key.
QueueFactory.AbstractQueueFactory<T>  
QueueFactory.ConcurrentLinkedQueueFactory<T>  
QueueFactory.LinkedListFactory<T>  
QueueFactory.PriorityQueueFactory<T>  
 



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