Package com.atlassian.jira.util.concurrent

Interface Summary
ConcurrentOperationMap<K,R> Deprecated. since v4.0 use the ConcurrentOperationMap directly.
 

Class Summary
BlockingCounter A simple counter that can will cause threads calling the BlockingCounter.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> Deprecated. since v4.0 use ConcurrentOperationMapImpl directly
ThreadFactories  
ThreadsafeLazyLoadedReference<V> Deprecated. Switch to LazyReference instead.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.