See: Description
| Interface | Description |
|---|---|
| Prioritizable<T> | |
| PriorityCalculator<T> |
| Class | Description |
|---|---|
| ForwardingPrioritableRunnable<T> | |
| PrioritizableComparator |
Comparator for PrioritizedRunnables based on their priorities
|
| PrioritizableRunnable<T> |
A runnable that holds an associated priority.
|
| PriorityThreadPoolExecutor<T> |
Thread pool excutor that the underlying queue supports the PriorityService interface
methods.
|
| UpdatablePriorityBlockingQueue<T> |
This class adds a layer to a forwarded
PriorityBlockingQueue that allows to update
the order based on a priority or via the provided methods. |
| WrappingPriorityQueue<T,K extends T> |
This class takes care of wrapping and unwrapping elements when they are
added to the queue.
|
| Enum | Description |
|---|---|
| Priority |
Possible priorities associated to a task
|
Copyright © 2010–2025 The DAISY Consortium. All rights reserved.