void |
ThreadPoolProbe.Adapter.onMaxNumberOfThreadsEvent(AbstractThreadPool threadPool,
int maxNumberOfThreads) |
This event may be fired when the AbstractThreadPool implementation has allocated and is managing a number of
threads equal to the maximum limit of the pool.
|
void |
ThreadPoolProbe.onMaxNumberOfThreadsEvent(AbstractThreadPool threadPool,
int maxNumberOfThreads) |
This event may be fired when the AbstractThreadPool implementation has allocated and is managing a number of
threads equal to the maximum limit of the pool.
|
void |
ThreadPoolProbe.Adapter.onTaskCancelEvent(AbstractThreadPool threadPool,
Runnable task) |
This event may be fired when a dequeued task has been canceled.
|
void |
ThreadPoolProbe.onTaskCancelEvent(AbstractThreadPool threadPool,
Runnable task) |
This event may be fired when a dequeued task has been canceled.
|
void |
ThreadPoolProbe.Adapter.onTaskCompleteEvent(AbstractThreadPool threadPool,
Runnable task) |
This event may be fired when a dequeued task has completed processing.
|
void |
ThreadPoolProbe.onTaskCompleteEvent(AbstractThreadPool threadPool,
Runnable task) |
This event may be fired when a dequeued task has completed processing.
|
void |
ThreadPoolProbe.Adapter.onTaskDequeueEvent(AbstractThreadPool threadPool,
Runnable task) |
This event may be fired when a task has been pulled from the queue and is about to be processed.
|
void |
ThreadPoolProbe.onTaskDequeueEvent(AbstractThreadPool threadPool,
Runnable task) |
This event may be fired when a task has been pulled from the queue and is about to be processed.
|
void |
ThreadPoolProbe.Adapter.onTaskQueueEvent(AbstractThreadPool threadPool,
Runnable task) |
This event may be fired when a task has been queued for processing.
|
void |
ThreadPoolProbe.onTaskQueueEvent(AbstractThreadPool threadPool,
Runnable task) |
This event may be fired when a task has been queued for processing.
|
void |
ThreadPoolProbe.Adapter.onTaskQueueOverflowEvent(AbstractThreadPool threadPool) |
This event may be fired when the task queue of the AbstractThreadPool implementation has exceeded its
configured size.
|
void |
ThreadPoolProbe.onTaskQueueOverflowEvent(AbstractThreadPool threadPool) |
This event may be fired when the task queue of the AbstractThreadPool implementation has exceeded its
configured size.
|
void |
ThreadPoolProbe.Adapter.onThreadAllocateEvent(AbstractThreadPool threadPool,
Thread thread) |
|
void |
ThreadPoolProbe.onThreadAllocateEvent(AbstractThreadPool threadPool,
Thread thread) |
|
void |
ThreadPoolProbe.Adapter.onThreadPoolStartEvent(AbstractThreadPool threadPool) |
|
void |
ThreadPoolProbe.onThreadPoolStartEvent(AbstractThreadPool threadPool) |
|
void |
ThreadPoolProbe.Adapter.onThreadPoolStopEvent(AbstractThreadPool threadPool) |
|
void |
ThreadPoolProbe.onThreadPoolStopEvent(AbstractThreadPool threadPool) |
|
void |
ThreadPoolProbe.Adapter.onThreadReleaseEvent(AbstractThreadPool threadPool,
Thread thread) |
This event may be fired when a thread will no longer be managed by the AbstractThreadPool implementation.
|
void |
ThreadPoolProbe.onThreadReleaseEvent(AbstractThreadPool threadPool,
Thread thread) |
This event may be fired when a thread will no longer be managed by the AbstractThreadPool implementation.
|