package

com.atlassian.jira.util.concurrent

Interfaces

ConcurrentOperationMap<K, R> This interface is deprecated. since v4.0 use the com.atlassian.util.concurrent.ConcurrentOperationMap directly.  

Classes

BlockingCounter A simple counter that can will cause threads calling the await() method to block while its value is > 0. 
BoundedExecutor BoundedExecutor is an ExecutorService wrapper that bounds the number of runnables allowed in the execution queue. 
ConcurrentOperationMapImpl<K, R> This class is deprecated. since v4.0 use com.atlassian.util.concurrent.ConcurrentOperationMapImpl directly  
ThreadFactories  
ThreadsafeLazyLoadedReference<V> This class is deprecated. Switch to LazyReference instead.