|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |