Uses of Class
org.apache.qpid.util.concurrent.BatchSynchQueueBase

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

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

Subclasses of BatchSynchQueueBase in org.apache.qpid.util.concurrent
 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