|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| BoundedExecutors | Similar to JDK Executors except that the factory methods here allow you to specify the
size of the blocking queue that backs the executor. |
| ConcurrentHashSet<E> | A simple Set implementation backed by a ConcurrentHashMap to deal with the fact that the
JDK does not have a proper concurrent Set implementation that uses efficient lock striping. |
| ReclosableLatch | A thread gat, that uses an AbstractQueuedSynchronizer. |
| SynchronizedRestarter | A class that handles restarts of components via multiple threads. |
| WithinThreadExecutor | An executor that works within the current thread. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||