Liferay 6.2-ce-ga5

Package com.liferay.portal.kernel.concurrent

Interface Summary
RejectedExecutionHandler Provides the same interface as ThreadPoolExecutor.RejectedExecutionHandler.
ThreadPoolHandler  
 

Class Summary
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  
 


Liferay 6.2-ce-ga5