| Interface | Description |
|---|---|
| GlobalPooledExecutor.ProgressNotifier | |
| LimitedPooledExecutor.ExceptionListener | |
| LimitedPooledExecutor.NeverRunInCallingTask<V> |
Marker interface for a Callable to indicate that we need the
calling task to continue after the submit and a new thread for
the Callable.
|
| ThreadFactoryProvider |
Provider interface for a thread factory.
|
| Class | Description |
|---|---|
| DefaultThreadFactoryProvider |
Provide the default implementation for the thread factory.
|
| Futures | |
| Futures.BusyWaitFuture<V> | |
| Futures.ExceptionFuture<V> | |
| Futures.FinishedFuture<V> | |
| Futures.WaitForAllFuture<V> |
A container for futures which waits for all futures to finish.
|
| GlobalPooledExecutor |
A thread pool to be shared amount several client caches for different purposes.
|
| GlobalPooledExecutor.Tunable | |
| GlobalThreadFactory |
Factory which names the threads uniquely.
|
| LimitedPooledExecutor |
ExecutorService that forwards the tasks
to the GlobalPooledExecutor. |
| LimitedPooledExecutor.Tunable |
cache2k API documentation. Copyright © 2000–2015 headissue GmbH, Munich.