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

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

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

Fields in org.apache.qpid.util.concurrent with type parameters of type BatchSynchQueueBase.SynchRecordImpl
(package private)  Queue<BatchSynchQueueBase.SynchRecordImpl<E>> BatchSynchQueueBase.buffer
          Holds a reference to the queue implementation that holds the buffer.
 

Methods in org.apache.qpid.util.concurrent that return BatchSynchQueueBase.SynchRecordImpl
protected  BatchSynchQueueBase.SynchRecordImpl<E> BatchSynchQueueBase.extract(boolean unblock, boolean signal)
          Extract element at current take position, advance, and signal.
 



Licensed to the Apache Software Foundation