Uses of Interface
org.apache.qpid.util.concurrent.BatchSynchQueue

Packages that use BatchSynchQueue
org.apache.qpid.util.concurrent   
 

Uses of BatchSynchQueue in org.apache.qpid.util.concurrent
 

Classes in org.apache.qpid.util.concurrent that implement BatchSynchQueue
 class BatchSynchQueueBase<E>
          Synchronous/Asynchronous puts.
 class SynchBuffer<E>
          SynchBuffer completes the BatchSynchQueueBase abstract class by providing an implementation of the underlying queue as an array.
 class SynchQueue<E>
          SynchQueue completes the BatchSynchQueueBase abstract class by providing an implementation of the underlying queue as a linked list.
 



Licensed to the Apache Software Foundation