| Interface | Description |
|---|---|
| FutureListener<T> | |
| NoticeableFuture<T> | |
| RejectedExecutionHandler |
Provides the same interface as
RejectedExecutionHandler. |
| ThreadPoolHandler |
| Class | Description |
|---|---|
| AbortPolicy |
Implements the same behavior as
ThreadPoolExecutor.AbortPolicy. |
| AsyncBroker<K,V> | |
| BaseFutureListener<T> | |
| BatchablePipe<K,V> | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| BatchablePipe.IncreasableEntryWrapper<K,V> | |
| CallerRunsPolicy |
Implements the same behavior as
ThreadPoolExecutor.CallerRunsPolicy. |
| ClearThreadLocalThreadPoolHandler | |
| CoalescedPipe<E> | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| CompeteLatch |
A synchronizer based on the JDK's AQS framework to simulate a single winner
competition.
|
| ConcurrentLFUCache<K,V> | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| DefaultNoticeableFuture<T> | |
| DiscardOldestPolicy |
Implements the same behavior as
ThreadPoolExecutor.DiscardOldestPolicy. |
| DiscardPolicy |
Implements the same behavior as
ThreadPoolExecutor.DiscardPolicy. |
| DiscardWithCancelPolicy |
Handles rejected tasks by canceling them immediately.
|
| FutureConverter<T,V> | |
| IncreasableEntry<K,V> | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| LockRegistry | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| NoticeableFutureConverter<T,V> | |
| ReadWriteLockKey<T> | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| ReadWriteLockRegistry | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| RecordedFutureListener<T> | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| TaskQueue<E> | |
| ThreadPoolExecutor |
See https://issues.liferay.com/browse/LPS-14986.
|
| ThreadPoolHandlerAdapter | |
| ThrowableAwareRunnable | Deprecated
As of Judson (7.1.x), with no direct replacement
|
| ThrowableAwareRunnablesExecutorUtil | Deprecated
As of Judson (7.1.x), with no direct replacement
|