public class ThreadsInspectorImpl extends Object implements ThreadsInspector
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadsInspectorImpl.TomcatNioThreadPoolExecutorMatcher
This predicate looks for NIO EPoll that was created by ThreadPoolExecutor.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Thread,ThreadInfo> |
THREAD_TO_THREAD_INFO_FUNCTION |
| Constructor and Description |
|---|
ThreadsInspectorImpl() |
| Modifier and Type | Method and Description |
|---|---|
InspectionReport |
inspectThreads(Iterable<Thread> threads) |
public static final com.google.common.base.Function<Thread,ThreadInfo> THREAD_TO_THREAD_INFO_FUNCTION
public InspectionReport inspectThreads(Iterable<Thread> threads)
inspectThreads in interface ThreadsInspectorCopyright © 2002-2019 Atlassian. All Rights Reserved.