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

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

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

Classes in org.apache.qpid.util.concurrent that implement SynchRef
 class BatchSynchQueueBase.SynchRefImpl
           
 

Methods in org.apache.qpid.util.concurrent that return SynchRef
 SynchRef BatchSynchQueue.drainTo(Collection<SynchRecord<E>> c, boolean unblock)
          Takes all available data items from the queue or blocks until some become available.
 SynchRef BatchSynchQueueBase.drainTo(Collection<SynchRecord<E>> c, boolean unblock)
          Takes all available data items from the queue or blocks until some become available.
 SynchRef BatchSynchQueue.drainTo(Collection<SynchRecord<E>> c, int maxElements, boolean unblock)
          Takes up to maxElements available data items from the queue or blocks until some become available.
 SynchRef BatchSynchQueueBase.drainTo(Collection<SynchRecord<E>> coll, int maxElements, boolean unblock)
          Takes up to maxElements available data items from the queue or blocks until some become available.
 



Licensed to the Apache Software Foundation