| Interface | Description |
|---|---|
| MoreFutures.ValueSupplier<T> |
| 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
|
| MoreFutures | |
| SetThreadName | |
| ThreadLocalCache<K,V> |
Provides a ThreadLocal cache with a maximum cache size per thread.
|
| ThreadPoolExecutorMBean | |
| Threads |
Copyright © 2010-2016 Airlift. All Rights Reserved.