| 接口 | 说明 |
|---|---|
| ExecutorChooserFactory |
Factory that creates new
ExecutorChooserFactory.ExecutorChoosers. |
| ExecutorChooserFactory.ExecutorChooser | |
| FixedThreadsExecutorGroup | |
| FixedThreadsExecutorGroupFactory | |
| RejectedExecutionHandler |
Similar to
RejectedExecutionHandler but specific to SingleThreadExecutor. |
| SingleThreadExecutor |
| 类 | 说明 |
|---|---|
| AdjustableSemaphore |
An implementation of adjustable semaphore.
|
| ConcurrentHashSet<E> |
Concurrent hash set.
|
| DefaultExecutorChooserFactory | |
| DefaultFixedThreadsExecutorGroup | |
| DefaultFixedThreadsExecutorGroupFactory | |
| DefaultSingleThreadExecutor | |
| LongHeldDetectingReadWriteLock |
A
ReadWriteLock that can report some info when the lock is held by a thread very long time. |
| MpscSingleThreadExecutor | |
| RejectedExecutionHandlers |
Expose helper methods which create different
RejectedExecutionHandlers. |
| 枚举 | 说明 |
|---|---|
| LongHeldDetectingReadWriteLock.AcquireMode |
Copyright © 2021. All rights reserved.