|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Channel | |
| org.jdiagnose.concurrent | |
| Uses of Channel in org.jdiagnose.concurrent |
| Subinterfaces of Channel in org.jdiagnose.concurrent | |
interface |
BoundedChannel
A channel that is known to have a capacity, signifying that put operations may block when the
capacity is reached. |
| Classes in org.jdiagnose.concurrent that implement Channel | |
class |
BoundedLinkedQueue
A bounded variant of LinkedQueue class. |
| Fields in org.jdiagnose.concurrent declared as Channel | |
protected Channel |
QueuedExecutor.queue_
The queue |
| Constructors in org.jdiagnose.concurrent with parameters of type Channel | |
QueuedExecutor(Channel queue)
Construct a new QueuedExecutor that uses the supplied Channel as its queue. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||