| Interface | Description |
|---|---|
| ExecutorChooserFactory |
Factory that creates new
ExecutorChooserFactory.ExecutorChoosers. |
| ExecutorChooserFactory.ExecutorChooser | |
| FixedThreadsExecutorGroup | |
| FixedThreadsExecutorGroupFactory | |
| RejectedExecutionHandler |
Similar to
RejectedExecutionHandler but specific to SingleThreadExecutor. |
| SingleThreadExecutor |
| Class | Description |
|---|---|
| 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. |
| Enum | Description |
|---|---|
| LongHeldDetectingReadWriteLock.AcquireMode |
Copyright © 2024. All rights reserved.