| Class | Description |
|---|---|
| AsyncSemaphore<T> |
Guarantees that no more than maxPermits of tasks will be run concurrently.
|
| BoundedExecutor |
Guarantees that no more than maxThreads will be used to execute tasks submitted
through
execute(). |
| ExecutorServiceAdapter |
Converts an Executor into a minimalistic ExecutorService
|
| ExtendedSettableFuture<V> | |
| MoreFutures | |
| SetThreadName | |
| ThreadLocalCache<K,V> |
Provides a ThreadLocal cache with a maximum cache size per thread.
|
| ThreadPoolExecutorMBean | |
| Threads |
Copyright © 2010–2018 Airlift. All rights reserved.