| 接口 | 说明 |
|---|---|
| CustomBlockingQueue |
Custom blocking-queue.
|
| CustomRejectedExecutionHandler |
Custom rejected execution handler.
|
| 类 | 说明 |
|---|---|
| ResizableCapacityLinkedBlockingQueue<E> |
A clone of LinkedBlockingQueue
with the addition of a
ResizableCapacityLinkedBlockingQueue.setCapacity(int) method, allowing us to
change the capacity of the queue while it is in use. |
| RunsOldestTaskPolicy |
Run the oldest task policy.
|
| SyncPutQueuePolicy |
Synchronous put queue policy.
|
| 枚举 | 说明 |
|---|---|
| BlockingQueueTypeEnum |
Blocking queue type enum.
|
| RejectedPolicyTypeEnum |
Rejected policy type Enum.
|
Copyright © 2022. All rights reserved.