Uses of Interface
org.mentaqueue.BatchingQueue

Packages that use BatchingQueue
org.mentaqueue   
org.mentaqueue.pooled   
org.mentaqueue.util   
 

Uses of BatchingQueue in org.mentaqueue
 

Classes in org.mentaqueue that implement BatchingQueue
 class AtomicQueue<E>
           
 class BlockingArrayQueue<E>
           
 class BlockingLinkedQueue<E>
           
 class BlockingQueue<E>
           
 class BrokenFastQueue<E>
           
 class ConcurrentLinkedQueue<E>
           
 class LockedQueue<E>
           
 class SynchronizedQueue<E>
           
 class VolatileQueue<E>
           
 

Constructors in org.mentaqueue with parameters of type BatchingQueue
NonBatchingQueue(BatchingQueue<NonBatchingQueue.Entry<E>> queue)
           
NonBatchingQueue(BatchingQueue<NonBatchingQueue.Entry<E>> queue, boolean isLazySet)
           
 

Uses of BatchingQueue in org.mentaqueue.pooled
 

Classes in org.mentaqueue.pooled that implement BatchingQueue
 class PooledBlockingArrayQueue<E>
           
 class PooledBlockingLinkedQueue<E>
           
 class PooledBlockingQueue<E>
           
 class PooledConcurrentLinkedQueue<E>
           
 

Uses of BatchingQueue in org.mentaqueue.util
 

Classes in org.mentaqueue.util that implement BatchingQueue
 class NonBatchingQueue<E>
           
 

Methods in org.mentaqueue.util that return BatchingQueue
 BatchingQueue<E> NonBatchingQueue.getDelegate()
           
 

Constructors in org.mentaqueue.util with parameters of type BatchingQueue
NonBatchingQueue(BatchingQueue<E> delegate)
           
 



Copyright © 2012. All Rights Reserved.