public class ThreadPoolProbeProvider extends Object
| Constructor and Description |
|---|
ThreadPoolProbeProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
maxNumberOfThreadsReachedEvent(String monitoringId,
String threadPoolName,
int maxNumberOfThreads) |
void |
setCoreThreadsEvent(String monitoringId,
String threadPoolName,
int coreNumberOfThreads) |
void |
setMaxThreadsEvent(String monitoringId,
String threadPoolName,
int maxNumberOfThreads) |
void |
threadAllocatedEvent(String monitoringId,
String threadPoolName,
long threadId)
Emits notification that new thread was created and added to the
thread pool.
|
void |
threadDispatchedFromPoolEvent(String monitoringId,
String threadPoolName,
long threadId) |
void |
threadReleasedEvent(String monitoringId,
String threadPoolName,
long threadId) |
void |
threadReturnedToPoolEvent(String monitoringId,
String threadPoolName,
long threadId) |
public void setMaxThreadsEvent(String monitoringId, String threadPoolName, int maxNumberOfThreads)
public void setCoreThreadsEvent(String monitoringId, String threadPoolName, int coreNumberOfThreads)
public void threadAllocatedEvent(String monitoringId, String threadPoolName, long threadId)
public void threadReleasedEvent(String monitoringId, String threadPoolName, long threadId)
public void maxNumberOfThreadsReachedEvent(String monitoringId, String threadPoolName, int maxNumberOfThreads)
public void threadDispatchedFromPoolEvent(String monitoringId, String threadPoolName, long threadId)
Copyright © 2013. All Rights Reserved.