java.util.concurrentSee: Description
| Interface | Description |
|---|---|
| LinkedBlockingMultiQueue.SubQueueSelection<K,E> |
Allows to choose the next subQueue.
|
| Offerable<E> |
This trait captures the "tail side" of the
BlockingQueue interface. |
| Pollable<E> |
This interface captures the "head side" of the
BlockingQueue interface |
| Class | Description |
|---|---|
| AbstractOfferable<E> |
This class provides skeletal implementations of some
Offerable operations. |
| AbstractPollable<E> |
This class provides skeletal implementations of some
Pollable operations. |
| DefaultSubQueueSelection<K,E> |
Chooses the next queue to be used from the highest priority priority group.
|
| LinkedBlockingMultiQueue<K,E> |
An optionally-bounded blocking "multi-queue" based on linked nodes.
|
java.util.concurrentCopyright © 2022 Internet2. All rights reserved.