| Interface | Description |
|---|---|
| ConcurrentOperationMap<K,R> | Deprecated
since v4.0 use the
ConcurrentOperationMap directly. |
| Class | Description |
|---|---|
| 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-2016 Atlassian. All Rights Reserved.