| Class and Description |
|---|
| LoggingScheduledThreadPoolExecutor
This class creates logging futures when scheduling.
|
| Class and Description |
|---|
| LoggingScheduledThreadPoolExecutor
This class creates logging futures when scheduling.
|
| Class and Description |
|---|
| LoggingScheduledThreadPoolExecutor
This class creates logging futures when scheduling.
|
| Class and Description |
|---|
| AbstractPipeliningExecutor
Deprecated.
Use
AbstractPipeliningExecutor instead. |
| Adept2ThreadFactory
The default thread factory overwritten to name the threads.
|
| AFThreadPoolExecutor
This thread pool executor enhances a normal thread pool by:
prepending the state of a thread to the thread name,
logging exceptions (and results) of futures where no one has been
interested in and
logging statistics.
|
| ConsumingRunnable
A runnable consuming an object of type
T or an exception of
type E. |
| LoggingFuture
A future that wraps another future and logs all occurred exceptions and the
result for information purpose if no one was interested in it.
|
| LoggingScheduledThreadPoolExecutor
This class creates logging futures when scheduling.
|
| PipelineRunnable
Deprecated.
Use
PipelineRunnable instead. |
| ThrowableCreatingCallable
This interface encapsulates the creation of a new throwable based on an occurred throwable.
|
| Class and Description |
|---|
| Adept2ThreadFactory
The default thread factory overwritten to name the threads.
|
| AFThreadPoolExecutor
This thread pool executor enhances a normal thread pool by:
prepending the state of a thread to the thread name,
logging exceptions (and results) of futures where no one has been
interested in and
logging statistics.
|
| CachedThreadPoolExecutor
A ThreadPoolExecutor with a special behaviour:
Creates new threads to run a new task, if the amount of threads is less
than the corePoolSize.
|