| Interface | Description |
|---|---|
| RejectedExecutionHandler |
Provides the same interface as
java.util.concurrent.ThreadPoolExecutor.RejectedExecutionHandler. |
| ThreadPoolHandler |
| Class | Description |
|---|---|
| AbortPolicy |
Implements the same behavior as
ThreadPoolExecutor.AbortPolicy. |
| BatchablePipe<K,V> | |
| CallerRunsPolicy |
Implements the same behavior as
ThreadPoolExecutor.CallerRunsPolicy. |
| ClearThreadLocalThreadPoolHandler | |
| CoalescedPipe<E> | |
| CompeteLatch |
A synchronizer based on the JDK's AQS framework to simulate a single winner
competition.
|
| ConcurrentHashSet<E> | |
| ConcurrentLFUCache<K,V> | |
| DiscardOldestPolicy |
Implements the same behavior as
ThreadPoolExecutor.DiscardOldestPolicy. |
| DiscardPolicy |
Implements the same behavior as
ThreadPoolExecutor.DiscardPolicy. |
| DiscardWithCancelPolicy |
Handles rejected tasks by canceling them immediately.
|
| IncreasableEntry<K,V> | |
| LockRegistry | |
| ReadWriteLockKey<T> |
Represents a key that is used by ReadWriteLockRegistry.
|
| ReadWriteLockRegistry |
Registry for
ReadWriteLock objects with ReadWriteLockKey as
keys. |
| TaskQueue<E> | |
| ThreadPoolExecutor |
See http://issues.liferay.com/browse/LPS-14986.
|
| ThreadPoolHandlerAdapter | |
| ThrowableAwareRunnable |